Abp.Owin.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Abp.Owin</name>
  5. </assembly>
  6. <members>
  7. <member name="T:Abp.Owin.AbpOwinExtensions">
  8. <summary>
  9. OWIN extension methods for ABP.
  10. </summary>
  11. </member>
  12. <member name="M:Abp.Owin.AbpOwinExtensions.UseAbp(Owin.IAppBuilder)">
  13. <summary>
  14. This should be called as the first line for OWIN based applications for ABP framework.
  15. </summary>
  16. <param name="app">The application.</param>
  17. </member>
  18. <member name="M:Abp.Owin.AbpOwinExtensions.UseAbp``1(Owin.IAppBuilder)">
  19. <summary>
  20. Use this extension method if you don't initialize ABP in other way.
  21. Otherwise, use <see cref="M:Abp.Owin.AbpOwinExtensions.UseAbp(Owin.IAppBuilder)"/>.
  22. </summary>
  23. <param name="app">The application.</param>
  24. <typeparam name="TStartupModule">The type of the startup module.</typeparam>
  25. </member>
  26. <member name="M:Abp.Owin.AbpOwinExtensions.UseAbp``1(Owin.IAppBuilder,System.Action{Abp.AbpBootstrapper},System.Action{Abp.Owin.AbpOwinOptions})">
  27. <summary>
  28. Use this extension method if you don't initialize ABP in other way.
  29. Otherwise, use <see cref="M:Abp.Owin.AbpOwinExtensions.UseAbp(Owin.IAppBuilder)"/>.
  30. </summary>
  31. <typeparam name="TStartupModule">The type of the startup module.</typeparam>
  32. </member>
  33. <member name="T:Abp.Owin.AbpOwinModule">
  34. <summary>
  35. OWIN integration module for ABP.
  36. </summary>
  37. </member>
  38. <member name="P:Abp.Owin.AbpOwinOptions.UseEmbeddedFiles">
  39. <summary>
  40. Default: true.
  41. </summary>
  42. </member>
  43. </members>
  44. </doc>