Class WebApplicationBuilderExtensions
- Namespace
- Mithril.Core.Extensions
- Assembly
- Mithril.Core.dll
Web application builder extensions
public static class WebApplicationBuilderExtensions
- Inheritance
-
WebApplicationBuilderExtensions
- Inherited Members
Methods
SetupMithril(WebApplicationBuilder?)
Sets up mithril framework and gets the system ready for use.
public static WebApplication? SetupMithril(this WebApplicationBuilder? webApplicationBuilder)
Parameters
webApplicationBuilder
WebApplicationBuilderThe web application builder.
Returns
- WebApplication
The web application.