Microsoft.Owin.Diagnostics
Provided as a down-level stub for the 4.5 AssemblyMetaDataAttribute class.
All released assemblies should define [AssemblyMetadata("Serviceable", "True")].
Contains details for individual exception messages.
An individual exception
The generated stack frames
Options for the ErrorPageMiddleware
Create an instance with the default options settings.
Sets the default visibility for options not otherwise specified.
Returns a new instance of ErrorPageOptions with all visibility options enabled by default.
Enables the display of exception types, messages, and stack traces.
Enabled the display of local source code around exception stack frames.
Determines how many lines of code to include before and after the line of code
present in an exception's stack frame. Only applies when symbols are available and
source code referenced by the exception stack trace is present on the server.
Enables the enumeration of any parsed query values.
Enables the enumeration of any parsed request cookies.
Enables the enumeration of the request headers.
Enables the enumeration of the OWIN environment values.
A strongly-typed resource class, for looking up localized strings, etc.
Returns the cached ResourceManager instance used by this class.
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
Looks up a localized string similar to You are seeing this page because DiagnosticsPageMiddleware was added to your web application..
Looks up a localized string similar to Test Error Message.
Looks up a localized string similar to Test Error Page.
Looks up a localized string similar to Diagnostics Page.
Looks up a localized string similar to Cookies.
Looks up a localized string similar to Enable development mode or ErrorPageOptions.ShowExceptionDetails for additional information..
Looks up a localized string similar to Environment.
Looks up a localized string similar to Headers.
Looks up a localized string similar to No cookie data..
Looks up a localized string similar to No header data..
Looks up a localized string similar to No QueryString data..
Looks up a localized string similar to Query.
Looks up a localized string similar to Stack.
Looks up a localized string similar to Internal Server Error.
Looks up a localized string similar to An unhandled exception occurred while processing the request..
Looks up a localized string similar to Unknown location.
Looks up a localized string similar to Value.
Looks up a localized string similar to Variable.
Looks up a localized string similar to The path must start with a '/'..
Looks up a localized string similar to Welcome.
Looks up a localized string similar to Learn more about the Microsoft OWIN components.
Looks up a localized string similar to Learn more about OWIN.
Looks up a localized string similar to Browser.
Looks up a localized string similar to Learn More.
Looks up a localized string similar to Light Bulb.
Looks up a localized string similar to Skyline.
Looks up a localized string similar to Your OWIN application has been successfully started.
Looks up a localized string similar to Your OWIN application has been successfully started..
Infrastructure
Execute an individual request
Execute an individual request
Write the given value directly to the output
Html encode and write
Convert to string and html encode
Html encode and write
The request context
The request
The response
The output stream
Detailed exception stack information used to generate a view
Function containing instruction
File containing the instruction
The line number of the instruction
The line preceeding the frame line
Holds data to be displayed on the error page.
Options for what output to display.
Detailed information about each exception in the stack
Parsed query data
Request cookies
Request headers
The request environment
IAppBuilder extensions for the WelcomePageMiddleware.
Adds the WelcomePageMiddleware to the pipeline with the given options.
Adds the WelcomePageMiddleware to the pipeline with the given path.
Adds the WelcomePageMiddleware to the pipeline with the given path.
Adds the WelcomePageMiddleware to the pipeline.
This middleware provides a default web page for new applications.
Creates a default web page for new applications.
Process an individual request.
IAppBuilder extension methods for the ErrorPageMiddleware.
Captures synchronous and asynchronous exceptions from the pipeline and generates HTML error responses.
Full error details are only displayed by default if 'host.AppMode' is set to 'development' in the IAppBuilder.Properties.
Captures synchronous and asynchronous exceptions from the pipeline and generates HTML error responses.
Full error details are only displayed by default if 'host.AppMode' is set to 'development' in the IAppBuilder.Properties.
Captures synchronous and asynchronous exceptions from the pipeline and generates HTML error responses.
Initializes a new instance of the class
Process an individual request.
Options for the WelcomePageMiddleware.
Specifies which requests paths will be responded to. Exact matches only. Leave null to handle all requests.