|
|
@@ -0,0 +1,1543 @@
|
|
|
+{
|
|
|
+ "AssemblyIdentity": "Microsoft.AspNetCore.Diagnostics, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
|
|
|
+ "Types": [
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_Prefix",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.String",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_Value",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Object",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_Literal",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Boolean",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "FromTuple",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Tuple<System.String, System.Object, System.Boolean>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue",
|
|
|
+ "Static": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "FromTuple",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Tuple<System.String, System.String, System.Boolean>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue",
|
|
|
+ "Static": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "op_Implicit",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Tuple<System.String, System.Object, System.Boolean>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue",
|
|
|
+ "Static": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "prefix",
|
|
|
+ "Type": "System.String"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Object"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "literal",
|
|
|
+ "Type": "System.Boolean"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.DiagnosticsViewPage.Views.BaseView",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "Abstract": true,
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_Context",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_Request",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Http.HttpRequest",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_Response",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Http.HttpResponse",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_Output",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.IO.StreamWriter",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_HtmlEncoder",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Text.Encodings.Web.HtmlEncoder",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_HtmlEncoder",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Text.Encodings.Web.HtmlEncoder"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_UrlEncoder",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Text.Encodings.Web.UrlEncoder",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_UrlEncoder",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Text.Encodings.Web.UrlEncoder"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_JavaScriptEncoder",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Text.Encodings.Web.JavaScriptEncoder",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_JavaScriptEncoder",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Text.Encodings.Web.JavaScriptEncoder"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "ExecuteAsync",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "context",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.HttpContext"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Threading.Tasks.Task",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "ExecuteAsync",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Threading.Tasks.Task",
|
|
|
+ "Virtual": true,
|
|
|
+ "Abstract": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "WriteLiteral",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "WriteLiteral",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Object"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "WriteAttributeValue",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "thingy",
|
|
|
+ "Type": "System.String"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "startPostion",
|
|
|
+ "Type": "System.Int32"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Object"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "endValue",
|
|
|
+ "Type": "System.Int32"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "dealyo",
|
|
|
+ "Type": "System.Int32"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "yesno",
|
|
|
+ "Type": "System.Boolean"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "BeginWriteAttribute",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "name",
|
|
|
+ "Type": "System.String"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "begining",
|
|
|
+ "Type": "System.String"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "startPosition",
|
|
|
+ "Type": "System.Int32"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "ending",
|
|
|
+ "Type": "System.String"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "endPosition",
|
|
|
+ "Type": "System.Int32"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "thingy",
|
|
|
+ "Type": "System.Int32"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "EndWriteAttribute",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "WriteAttributeTo",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "writer",
|
|
|
+ "Type": "System.IO.TextWriter"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "name",
|
|
|
+ "Type": "System.String"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "leader",
|
|
|
+ "Type": "System.String"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "trailer",
|
|
|
+ "Type": "System.String"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "values",
|
|
|
+ "Type": "Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue[]",
|
|
|
+ "IsParams": true
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Write",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Object"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Write",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Write",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "result",
|
|
|
+ "Type": "Microsoft.AspNetCore.DiagnosticsViewPage.Views.HelperResult"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "WriteTo",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "writer",
|
|
|
+ "Type": "System.IO.TextWriter"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Object"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "WriteTo",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "writer",
|
|
|
+ "Type": "System.IO.TextWriter"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "WriteLiteralTo",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "writer",
|
|
|
+ "Type": "System.IO.TextWriter"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Object"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "WriteLiteralTo",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "writer",
|
|
|
+ "Type": "System.IO.TextWriter"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "HtmlEncodeAndReplaceLineBreaks",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "input",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.String",
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [],
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.DiagnosticsViewPage.Views.HelperResult",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_WriteAction",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Action<System.IO.TextWriter>",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "WriteTo",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "writer",
|
|
|
+ "Type": "System.IO.TextWriter"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "action",
|
|
|
+ "Type": "System.Action<System.IO.TextWriter>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Invoke",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "context",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.HttpContext"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Threading.Tasks.Task",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "next",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "options",
|
|
|
+ "Type": "Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Builder.DeveloperExceptionPageOptions>"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "loggerFactory",
|
|
|
+ "Type": "Microsoft.Extensions.Logging.ILoggerFactory"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "hostingEnvironment",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.IHostingEnvironment"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "diagnosticSource",
|
|
|
+ "Type": "System.Diagnostics.DiagnosticSource"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Diagnostics.ExceptionHandlerFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [
|
|
|
+ "Microsoft.AspNetCore.Diagnostics.IExceptionHandlerPathFeature"
|
|
|
+ ],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_Error",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Exception",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Diagnostics.IExceptionHandlerFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_Error",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Exception"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_Path",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.String",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Diagnostics.IExceptionHandlerPathFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_Path",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Invoke",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "context",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.HttpContext"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Threading.Tasks.Task",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "next",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "loggerFactory",
|
|
|
+ "Type": "Microsoft.Extensions.Logging.ILoggerFactory"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "options",
|
|
|
+ "Type": "Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Builder.ExceptionHandlerOptions>"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "diagnosticSource",
|
|
|
+ "Type": "System.Diagnostics.DiagnosticSource"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Diagnostics.StatusCodeContext",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_HttpContext",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_Options",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.StatusCodePagesOptions",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_Next",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Http.RequestDelegate",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "context",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.HttpContext"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "options",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.StatusCodePagesOptions"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "next",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Diagnostics.StatusCodePagesFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [
|
|
|
+ "Microsoft.AspNetCore.Diagnostics.IStatusCodePagesFeature"
|
|
|
+ ],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_Enabled",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Boolean",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Diagnostics.IStatusCodePagesFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_Enabled",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Boolean"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Diagnostics.IStatusCodePagesFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Diagnostics.StatusCodePagesMiddleware",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Invoke",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "context",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.HttpContext"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Threading.Tasks.Task",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "next",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "options",
|
|
|
+ "Type": "Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Builder.StatusCodePagesOptions>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Diagnostics.StatusCodeReExecuteFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [
|
|
|
+ "Microsoft.AspNetCore.Diagnostics.IStatusCodeReExecuteFeature"
|
|
|
+ ],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_OriginalPath",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.String",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Diagnostics.IStatusCodeReExecuteFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_OriginalPath",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Diagnostics.IStatusCodeReExecuteFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_OriginalPathBase",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.String",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Diagnostics.IStatusCodeReExecuteFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_OriginalPathBase",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Diagnostics.IStatusCodeReExecuteFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_OriginalQueryString",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.String",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Diagnostics.IStatusCodeReExecuteFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_OriginalQueryString",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Diagnostics.IStatusCodeReExecuteFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Diagnostics.WelcomePageMiddleware",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Invoke",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "context",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.HttpContext"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Threading.Tasks.Task",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "next",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "options",
|
|
|
+ "Type": "Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Builder.WelcomePageOptions>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Diagnostics.Views.WelcomePage",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "BaseType": "Microsoft.AspNetCore.DiagnosticsViewPage.Views.BaseView",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "ExecuteAsync",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Threading.Tasks.Task",
|
|
|
+ "Virtual": true,
|
|
|
+ "Override": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Builder.DeveloperExceptionPageExtensions",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "Abstract": true,
|
|
|
+ "Static": true,
|
|
|
+ "Sealed": true,
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseDeveloperExceptionPage",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseDeveloperExceptionPage",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "options",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.DeveloperExceptionPageOptions"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Builder.DeveloperExceptionPageOptions",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_SourceCodeLineCount",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Int32",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_SourceCodeLineCount",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Int32"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_FileProvider",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "Microsoft.Extensions.FileProviders.IFileProvider",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_FileProvider",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "Microsoft.Extensions.FileProviders.IFileProvider"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Builder.ExceptionHandlerExtensions",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "Abstract": true,
|
|
|
+ "Static": true,
|
|
|
+ "Sealed": true,
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseExceptionHandler",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseExceptionHandler",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "errorHandlingPath",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseExceptionHandler",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "configure",
|
|
|
+ "Type": "System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseExceptionHandler",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "options",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.ExceptionHandlerOptions"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Builder.ExceptionHandlerOptions",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_ExceptionHandlingPath",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Http.PathString",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_ExceptionHandlingPath",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.PathString"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_ExceptionHandler",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Http.RequestDelegate",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_ExceptionHandler",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Builder.StatusCodePagesExtensions",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "Abstract": true,
|
|
|
+ "Static": true,
|
|
|
+ "Sealed": true,
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseStatusCodePages",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "options",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.StatusCodePagesOptions"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseStatusCodePages",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseStatusCodePages",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "handler",
|
|
|
+ "Type": "System.Func<Microsoft.AspNetCore.Diagnostics.StatusCodeContext, System.Threading.Tasks.Task>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseStatusCodePages",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "contentType",
|
|
|
+ "Type": "System.String"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "bodyFormat",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseStatusCodePagesWithRedirects",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "locationFormat",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseStatusCodePages",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "configuration",
|
|
|
+ "Type": "System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseStatusCodePagesWithReExecute",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "pathFormat",
|
|
|
+ "Type": "System.String"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "queryFormat",
|
|
|
+ "Type": "System.String",
|
|
|
+ "DefaultValue": "null"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Builder.StatusCodePagesOptions",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_HandleAsync",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Func<Microsoft.AspNetCore.Diagnostics.StatusCodeContext, System.Threading.Tasks.Task>",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_HandleAsync",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Func<Microsoft.AspNetCore.Diagnostics.StatusCodeContext, System.Threading.Tasks.Task>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Builder.WelcomePageExtensions",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "Abstract": true,
|
|
|
+ "Static": true,
|
|
|
+ "Sealed": true,
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseWelcomePage",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "options",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.WelcomePageOptions"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseWelcomePage",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "path",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.PathString"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseWelcomePage",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "path",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseWelcomePage",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Builder.WelcomePageOptions",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_Path",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Http.PathString",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_Path",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.PathString"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
+}
|