ElmExtensions Class¶
- Namespace
Microsoft.AspNetCore.Builder- Assemblies
- Microsoft.AspNetCore.Diagnostics.Elm
Methods¶
-
UseElmCapture(Microsoft.AspNetCore.Builder.IApplicationBuilder)¶ Enables the Elm logging service, which can be accessed via the
Microsoft.AspNetCore.Diagnostics.Elm.ElmPageMiddleware.Return type: Microsoft.AspNetCore.Builder.IApplicationBuilder public static IApplicationBuilder UseElmCapture(this IApplicationBuilder app)
-
UseElmPage(Microsoft.AspNetCore.Builder.IApplicationBuilder)¶ Enables viewing logs captured by the
Microsoft.AspNetCore.Diagnostics.Elm.ElmCaptureMiddleware.Return type: Microsoft.AspNetCore.Builder.IApplicationBuilder public static IApplicationBuilder UseElmPage(this IApplicationBuilder app)
-