Abp.Web.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Abp.Web</name>
  5. </assembly>
  6. <members>
  7. <member name="M:Abp.Auditing.WebClientInfoProvider.#ctor">
  8. <summary>
  9. Creates a new <see cref="T:Abp.Auditing.WebClientInfoProvider"/>.
  10. </summary>
  11. </member>
  12. <member name="T:Abp.Configuration.Startup.AbpWebConfigurationExtensions">
  13. <summary>
  14. Defines extension methods to <see cref="T:Abp.Configuration.Startup.IModuleConfigurations"/> to allow to configure ABP Web module.
  15. </summary>
  16. </member>
  17. <member name="M:Abp.Configuration.Startup.AbpWebConfigurationExtensions.AbpWeb(Abp.Configuration.Startup.IModuleConfigurations)">
  18. <summary>
  19. Used to configure ABP Web module.
  20. </summary>
  21. </member>
  22. <member name="T:Abp.Web.EntityHistory.HttpRequestEntityChangeSetReasonProvider">
  23. <summary>
  24. Implements <see cref="T:Abp.EntityHistory.IEntityChangeSetReasonProvider"/> to get reason from HTTP request.
  25. </summary>
  26. </member>
  27. <member name="T:Abp.Web.AbpWebApplication`1">
  28. <summary>
  29. This class is used to simplify starting of ABP system using <see cref="P:Abp.Web.AbpWebApplication`1.AbpBootstrapper"/> class..
  30. Inherit from this class in global.asax instead of <see cref="T:System.Web.HttpApplication"/> to be able to start ABP system.
  31. </summary>
  32. <typeparam name="TStartupModule">Startup module of the application which depends on other used modules. Should be derived from <see cref="T:Abp.Modules.AbpModule"/>.</typeparam>
  33. </member>
  34. <member name="P:Abp.Web.AbpWebApplication`1.AbpBootstrapper">
  35. <summary>
  36. Gets a reference to the <see cref="P:Abp.Web.AbpWebApplication`1.AbpBootstrapper"/> instance.
  37. </summary>
  38. </member>
  39. <member name="T:Abp.Web.AbpWebModule">
  40. <summary>
  41. This module is used to use ABP in ASP.NET web applications.
  42. </summary>
  43. </member>
  44. <member name="M:Abp.Web.AbpWebModule.PreInitialize">
  45. <inheritdoc/>
  46. </member>
  47. <member name="M:Abp.Web.AbpWebModule.Initialize">
  48. <inheritdoc/>
  49. </member>
  50. <member name="P:Abp.Web.Configuration.IAbpWebLocalizationConfiguration.CookieName">
  51. <summary>
  52. Default: "Abp.Localization.CultureName".
  53. </summary>
  54. </member>
  55. <member name="T:Abp.Web.Security.AntiForgery.IAbpAntiForgeryWebConfiguration">
  56. <summary>
  57. Common configuration shared between ASP.NET MVC and ASP.NET Web API.
  58. </summary>
  59. </member>
  60. <member name="P:Abp.Web.Security.AntiForgery.IAbpAntiForgeryWebConfiguration.IsEnabled">
  61. <summary>
  62. Used to enable/disable Anti Forgery token security mechanism of ABP.
  63. Default: true (enabled).
  64. </summary>
  65. </member>
  66. <member name="P:Abp.Web.Security.AntiForgery.IAbpAntiForgeryWebConfiguration.IgnoredHttpVerbs">
  67. <summary>
  68. A list of ignored HTTP verbs for Anti Forgery token validation.
  69. Default list: Get, Head, Options, Trace.
  70. </summary>
  71. </member>
  72. </members>
  73. </doc>