ElmPageMiddleware Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
ElmPageMiddleware(Microsoft::AspNetCore::Http::RequestDelegate ^ next, Microsoft::Extensions::Options::IOptions<Microsoft::AspNetCore::Diagnostics::Elm::ElmOptions ^> ^ options, Microsoft::AspNetCore::Diagnostics::Elm::ElmStore ^ store);
public ElmPageMiddleware (Microsoft.AspNetCore.Http.RequestDelegate next, Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Diagnostics.Elm.ElmOptions> options, Microsoft.AspNetCore.Diagnostics.Elm.ElmStore store);
new Microsoft.AspNetCore.Diagnostics.Elm.ElmPageMiddleware : Microsoft.AspNetCore.Http.RequestDelegate * Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Diagnostics.Elm.ElmOptions> * Microsoft.AspNetCore.Diagnostics.Elm.ElmStore -> Microsoft.AspNetCore.Diagnostics.Elm.ElmPageMiddleware
Public Sub New (next As RequestDelegate, options As IOptions(Of ElmOptions), store As ElmStore)
Parameters
- next
- RequestDelegate
- options
- IOptions<ElmOptions>
- store
- ElmStore