diff --git a/build/dependencies.props b/build/dependencies.props
index ec198be821..0fb074933d 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -4,7 +4,7 @@
0.10.3
4.3.0
2.0.0-*
- 2.0.0-*
+ 2.1.0-*
1.0.1
4.7.1
$(BundledNETStandardPackageVersion)
diff --git a/samples/MvcSandbox/MvcSandbox.csproj b/samples/MvcSandbox/MvcSandbox.csproj
index bbc8847c6b..96f5ee293e 100644
--- a/samples/MvcSandbox/MvcSandbox.csproj
+++ b/samples/MvcSandbox/MvcSandbox.csproj
@@ -3,8 +3,7 @@
- netcoreapp2.0;net46
- netcoreapp2.0
+ netcoreapp2.0
diff --git a/src/Microsoft.AspNetCore.Mvc.Abstractions/baseline.netframework.json b/src/Microsoft.AspNetCore.Mvc.Abstractions/baseline.netframework.json
deleted file mode 100644
index 0739d499cb..0000000000
--- a/src/Microsoft.AspNetCore.Mvc.Abstractions/baseline.netframework.json
+++ /dev/null
@@ -1,7977 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Mvc.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Mvc.ActionContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ActionDescriptor",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ActionDescriptor",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HttpContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_HttpContext",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelState",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RouteData",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Routing.RouteData",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RouteData",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Routing.RouteData"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "httpContext",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "routeData",
- "Type": "Microsoft.AspNetCore.Routing.RouteData"
- },
- {
- "Name": "actionDescriptor",
- "Type": "Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "httpContext",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "routeData",
- "Type": "Microsoft.AspNetCore.Routing.RouteData"
- },
- {
- "Name": "actionDescriptor",
- "Type": "Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor"
- },
- {
- "Name": "modelState",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ExecuteResultAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.IUrlHelper",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ActionContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ActionContext",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Action",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.Routing.UrlActionContext"
- }
- ],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Content",
- "Parameters": [
- {
- "Name": "contentPath",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IsLocalUrl",
- "Parameters": [
- {
- "Name": "url",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RouteUrl",
- "Parameters": [
- {
- "Name": "routeContext",
- "Type": "Microsoft.AspNetCore.Mvc.Routing.UrlRouteContext"
- }
- ],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Link",
- "Parameters": [
- {
- "Name": "routeName",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.String",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Routing.AttributeRouteInfo",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Template",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Template",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Order",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Routing.UrlActionContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Action",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Action",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Controller",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Controller",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Values",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Values",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Protocol",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Protocol",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Host",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Host",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Fragment",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Fragment",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Routing.UrlRouteContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_RouteName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RouteName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Values",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Values",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Protocol",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Protocol",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Host",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Host",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Fragment",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Fragment",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_BindingSource",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_BindingSource",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_BinderModelName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_BinderModelName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_BinderType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_BinderType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PropertyFilterProvider",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.IPropertyFilterProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_PropertyFilterProvider",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.IPropertyFilterProvider"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetBindingInfo",
- "Parameters": [
- {
- "Name": "attributes",
- "Type": "System.Collections.Generic.IEnumerable"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "System.IEquatable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_DisplayName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Id",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsGreedy",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsFromRequest",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CanAcceptDataFrom",
- "Parameters": [
- {
- "Name": "bindingSource",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IEquatable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Equality",
- "Parameters": [
- {
- "Name": "s1",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
- },
- {
- "Name": "s2",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Inequality",
- "Parameters": [
- {
- "Name": "s1",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
- },
- {
- "Name": "s2",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "id",
- "Type": "System.String"
- },
- {
- "Name": "displayName",
- "Type": "System.String"
- },
- {
- "Name": "isGreedy",
- "Type": "System.Boolean"
- },
- {
- "Name": "isFromRequest",
- "Type": "System.Boolean"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Body",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Custom",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Form",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Header",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "ModelBinding",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Path",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Query",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Services",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "bindingSources",
- "Type": "System.Collections.Generic.IEnumerable"
- },
- {
- "Name": "displayName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_BindingSources",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CanAcceptDataFrom",
- "Parameters": [
- {
- "Name": "bindingSource",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.EnumGroupAndName",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Group",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "group",
- "Type": "System.String"
- },
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_BinderType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_BindingSource",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "BindModelAsync",
- "Parameters": [
- {
- "Name": "bindingContext",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetBinder",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderProviderContext"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetMetadataForType",
- "Parameters": [
- {
- "Name": "modelType",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetMetadataForProperties",
- "Parameters": [
- {
- "Name": "modelType",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.IPropertyFilterProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_PropertyFilter",
- "Parameters": [],
- "ReturnType": "System.Func",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ContainsPrefix",
- "Parameters": [
- {
- "Name": "prefix",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetValue",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProviderFactory",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateValueProviderAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderFactoryContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderProviderContext",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateBinder",
- "Parameters": [
- {
- "Name": "metadata",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_BindingInfo",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Metadata",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MetadataProvider",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ActionContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ActionContext",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ActionContext",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_BinderModelName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_BinderModelName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_BindingSource",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_BindingSource",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_FieldName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_FieldName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HttpContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsTopLevelObject",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IsTopLevelObject",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Model",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Model",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelMetadata",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ModelMetadata",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ModelName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelState",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ModelState",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PropertyFilter",
- "Parameters": [],
- "ReturnType": "System.Func",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_PropertyFilter",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Func"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValidationState",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateDictionary",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ValidationState",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValueProvider",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ValueProvider",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Result",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingResult",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Result",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingResult"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "EnterNestedScope",
- "Parameters": [
- {
- "Name": "modelMetadata",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- },
- {
- "Name": "fieldName",
- "Type": "System.String"
- },
- {
- "Name": "modelName",
- "Type": "System.String"
- },
- {
- "Name": "model",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext+NestedScope",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "EnterNestedScope",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext+NestedScope",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExitNestedScope",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingResult",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.IEquatable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Failed",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingResult",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Success",
- "Parameters": [
- {
- "Name": "model",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingResult",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Model",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsModelSet",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingResult"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IEquatable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Equality",
- "Parameters": [
- {
- "Name": "x",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingResult"
- },
- {
- "Name": "y",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingResult"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Inequality",
- "Parameters": [
- {
- "Name": "x",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingResult"
- },
- {
- "Name": "y",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingResult"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelError",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Exception",
- "Parameters": [],
- "ReturnType": "System.Exception",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ErrorMessage",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "exception",
- "Type": "System.Exception"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "exception",
- "Type": "System.Exception"
- },
- {
- "Name": "errorMessage",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "errorMessage",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelErrorCollection",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Collections.ObjectModel.Collection",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "exception",
- "Type": "System.Exception"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "errorMessage",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "ImplementedInterfaces": [
- "System.IEquatable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ContainerType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MetadataKind",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PropertyName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Identity",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataIdentity",
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AdditionalValues",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyDictionary",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Properties",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelPropertyCollection",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_BinderModelName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_BinderType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_BindingSource",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ConvertEmptyStringToNull",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_DataTypeName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Description",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_DisplayFormatString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_DisplayName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_EditFormatString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ElementMetadata",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_EnumGroupedDisplayNamesAndValues",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IEnumerable>",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_EnumNamesAndValues",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyDictionary",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HasNonDefaultEditFormat",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HtmlEncode",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HideSurroundingHtml",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsBindingAllowed",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsBindingRequired",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsEnum",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsFlagsEnum",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsReadOnly",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsRequired",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelBindingMessageProvider",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.IModelBindingMessageProvider",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Placeholder",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_NullDisplayText",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PropertyFilterProvider",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.IPropertyFilterProvider",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ShowForDisplay",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ShowForEdit",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_SimpleDisplayProperty",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_TemplateHint",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValidateChildren",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValidatorMetadata",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyList",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ElementType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsComplexType",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsNullableValueType",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsCollectionType",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsEnumerableType",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsReferenceOrNullableType",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_UnderlyingOrModelType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PropertyGetter",
- "Parameters": [],
- "ReturnType": "System.Func",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PropertySetter",
- "Parameters": [],
- "ReturnType": "System.Action",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetDisplayName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IEquatable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "identity",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataIdentity"
- }
- ],
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "DefaultOrder",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelPropertyCollection",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Collections.ObjectModel.ReadOnlyCollection",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Item",
- "Parameters": [
- {
- "Name": "propertyName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "System.Collections.Generic.IEnumerable"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "System.Collections.Generic.IReadOnlyDictionary"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Root",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MaxAllowedErrors",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_MaxAllowedErrors",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HasReachedMaxErrors",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ErrorCount",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Count",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IReadOnlyCollection>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Keys",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+KeyEnumerable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Values",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+ValueEnumerable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsValid",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValidationState",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Item",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IReadOnlyDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddModelError",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "exception",
- "Type": "System.Exception"
- },
- {
- "Name": "metadata",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryAddModelError",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "exception",
- "Type": "System.Exception"
- },
- {
- "Name": "metadata",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- }
- ],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddModelError",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "errorMessage",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryAddModelError",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "errorMessage",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetFieldValidationState",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetValidationState",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "MarkFieldValid",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "MarkFieldSkipped",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Merge",
- "Parameters": [
- {
- "Name": "dictionary",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetModelValue",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "rawValue",
- "Type": "System.Object"
- },
- {
- "Name": "attemptedValue",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetModelValue",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "valueProviderResult",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ClearValidationState",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ContainsKey",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IReadOnlyDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Remove",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryGetValue",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IReadOnlyDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetEnumerator",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+Enumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StartsWithPrefix",
- "Parameters": [
- {
- "Name": "prefix",
- "Type": "System.String"
- },
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "FindKeysWithPrefix",
- "Parameters": [
- {
- "Name": "prefix",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+PrefixEnumerable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "maxAllowedErrors",
- "Type": "System.Int32"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dictionary",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "DefaultMaxAllowedErrors",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_RawValue",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RawValue",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AttemptedValue",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_AttemptedValue",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Errors",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelErrorCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValidationState",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ValidationState",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsContainerNode",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetModelStateForProperty",
- "Parameters": [
- {
- "Name": "propertyName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Children",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyList",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState",
- "Visibility": "Public",
- "Kind": "Enumeration",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "Unvalidated",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "0"
- },
- {
- "Kind": "Field",
- "Name": "Invalid",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "1"
- },
- {
- "Kind": "Field",
- "Name": "Valid",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "2"
- },
- {
- "Kind": "Field",
- "Name": "Skipped",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "3"
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.TooManyModelErrorsException",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Exception",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "message",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderFactoryContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ActionContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ActionContext",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValueProviders",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.IEquatable",
- "System.Collections.Generic.IEnumerable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Culture",
- "Parameters": [],
- "ReturnType": "System.Globalization.CultureInfo",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Values",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Primitives.StringValues",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_FirstValue",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Length",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IEquatable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetEnumerator",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IEnumerator",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IEnumerable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Explicit",
- "Parameters": [
- {
- "Name": "result",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Explicit",
- "Parameters": [
- {
- "Name": "result",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult"
- }
- ],
- "ReturnType": "System.String[]",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Equality",
- "Parameters": [
- {
- "Name": "x",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult"
- },
- {
- "Name": "y",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Inequality",
- "Parameters": [
- {
- "Name": "x",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult"
- },
- {
- "Name": "y",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "values",
- "Type": "Microsoft.Extensions.Primitives.StringValues"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "values",
- "Type": "Microsoft.Extensions.Primitives.StringValues"
- },
- {
- "Name": "culture",
- "Type": "System.Globalization.CultureInfo"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "None",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientModelValidationContext",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ModelValidationContextBase",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Attributes",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- },
- {
- "Name": "metadata",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- },
- {
- "Name": "metadataProvider",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider"
- },
- {
- "Name": "attributes",
- "Type": "System.Collections.Generic.IDictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientValidatorItem",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ValidatorMetadata",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Validator",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IClientModelValidator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Validator",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IClientModelValidator"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsReusable",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IsReusable",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "validatorMetadata",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientValidatorProviderContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ModelMetadata",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValidatorMetadata",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Results",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "modelMetadata",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- },
- {
- "Name": "items",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IClientModelValidator",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AddValidation",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientModelValidationContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IClientModelValidatorProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateValidators",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientValidatorProviderContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IModelValidator",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Validate",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ModelValidationContext"
- }
- ],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IModelValidatorProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateValidators",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ModelValidatorProviderContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IValidationStrategy",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetChildren",
- "Parameters": [
- {
- "Name": "metadata",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- },
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "model",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Collections.Generic.IEnumerator",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ModelValidationContext",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ModelValidationContextBase",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Model",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Container",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- },
- {
- "Name": "modelMetadata",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- },
- {
- "Name": "metadataProvider",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider"
- },
- {
- "Name": "container",
- "Type": "System.Object"
- },
- {
- "Name": "model",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ModelValidationContextBase",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ActionContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ActionContext",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelMetadata",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MetadataProvider",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- },
- {
- "Name": "modelMetadata",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- },
- {
- "Name": "metadataProvider",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ModelValidationResult",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_MemberName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Message",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "memberName",
- "Type": "System.String"
- },
- {
- "Name": "message",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ModelValidatorProviderContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ModelMetadata",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ModelMetadata",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValidatorMetadata",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Results",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "modelMetadata",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- },
- {
- "Name": "items",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationEntry",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Key",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Metadata",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Model",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "metadata",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- },
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "model",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateDictionary",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "System.Collections.Generic.IDictionary",
- "System.Collections.Generic.IReadOnlyDictionary"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Item",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Item",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.Object"
- },
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Count",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.ICollection>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsReadOnly",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.ICollection>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Keys",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.ICollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Values",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.ICollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "item",
- "Type": "System.Collections.Generic.KeyValuePair"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.ICollection>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.Object"
- },
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.ICollection>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Contains",
- "Parameters": [
- {
- "Name": "item",
- "Type": "System.Collections.Generic.KeyValuePair"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.ICollection>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ContainsKey",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CopyTo",
- "Parameters": [
- {
- "Name": "array",
- "Type": "System.Collections.Generic.KeyValuePair[]"
- },
- {
- "Name": "arrayIndex",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.ICollection>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetEnumerator",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IEnumerator>",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IEnumerable>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Remove",
- "Parameters": [
- {
- "Name": "item",
- "Type": "System.Collections.Generic.KeyValuePair"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.ICollection>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Remove",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryGetValue",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.Object"
- },
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Key",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Key",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Metadata",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Metadata",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_SuppressValidation",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_SuppressValidation",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Strategy",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IValidationStrategy",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Strategy",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IValidationStrategy"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidatorItem",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ValidatorMetadata",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Validator",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IModelValidator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Validator",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IModelValidator"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsReusable",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IsReusable",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "validatorMetadata",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.IModelBindingMessageProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_MissingBindRequiredValueAccessor",
- "Parameters": [],
- "ReturnType": "System.Func",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MissingKeyOrValueAccessor",
- "Parameters": [],
- "ReturnType": "System.Func",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValueMustNotBeNullAccessor",
- "Parameters": [],
- "ReturnType": "System.Func",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AttemptedValueIsInvalidAccessor",
- "Parameters": [],
- "ReturnType": "System.Func",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_UnknownValueIsInvalidAccessor",
- "Parameters": [],
- "ReturnType": "System.Func",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValueIsInvalidAccessor",
- "Parameters": [],
- "ReturnType": "System.Func",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValueMustBeANumberAccessor",
- "Parameters": [],
- "ReturnType": "System.Func",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataIdentity",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.IEquatable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ForType",
- "Parameters": [
- {
- "Name": "modelType",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataIdentity",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForProperty",
- "Parameters": [
- {
- "Name": "modelType",
- "Type": "System.Type"
- },
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "containerType",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataIdentity",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContainerType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MetadataKind",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataIdentity"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IEquatable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind",
- "Visibility": "Public",
- "Kind": "Enumeration",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "Type",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "0"
- },
- {
- "Kind": "Field",
- "Name": "Property",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "1"
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Collections.ObjectModel.Collection",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "RemoveType",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "T",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "list",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": [
- {
- "ParameterName": "TFormatter",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CanRead",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext"
- }
- ],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ReadAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HttpContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelState",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Metadata",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ReaderFactory",
- "Parameters": [],
- "ReturnType": "System.Func",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "httpContext",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "modelName",
- "Type": "System.String"
- },
- {
- "Name": "modelState",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary"
- },
- {
- "Name": "metadata",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- },
- {
- "Name": "readerFactory",
- "Type": "System.Func"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HasError",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Model",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Failure",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "FailureAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Success",
- "Parameters": [
- {
- "Name": "model",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SuccessAsync",
- "Parameters": [
- {
- "Name": "model",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CanWriteResult",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext"
- }
- ],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "WriteAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ContentType",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Primitives.StringSegment",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Object",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Object",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ObjectType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ObjectType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HttpContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_HttpContext",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_WriterFactory",
- "Parameters": [],
- "ReturnType": "System.Func",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_WriterFactory",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Func"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "httpContext",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "writerFactory",
- "Type": "System.Func"
- },
- {
- "Name": "objectType",
- "Type": "System.Type"
- },
- {
- "Name": "object",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Filters.FilterContext",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Canceled",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Canceled",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Controller",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Exception",
- "Parameters": [],
- "ReturnType": "System.Exception",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Exception",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Exception"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ExceptionDispatchInfo",
- "Parameters": [],
- "ReturnType": "System.Runtime.ExceptionServices.ExceptionDispatchInfo",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ExceptionDispatchInfo",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Runtime.ExceptionServices.ExceptionDispatchInfo"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ExceptionHandled",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ExceptionHandled",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Result",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Result",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.IActionResult"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- },
- {
- "Name": "filters",
- "Type": "System.Collections.Generic.IList"
- },
- {
- "Name": "controller",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Filters.FilterContext",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Result",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Result",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.IActionResult"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ActionArguments",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Controller",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- },
- {
- "Name": "filters",
- "Type": "System.Collections.Generic.IList"
- },
- {
- "Name": "actionArguments",
- "Type": "System.Collections.Generic.IDictionary"
- },
- {
- "Name": "controller",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.ActionExecutionDelegate",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "BaseType": "System.MulticastDelegate",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Invoke",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "BeginInvoke",
- "Parameters": [
- {
- "Name": "callback",
- "Type": "System.AsyncCallback"
- },
- {
- "Name": "object",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.IAsyncResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "EndInvoke",
- "Parameters": [
- {
- "Name": "result",
- "Type": "System.IAsyncResult"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "object",
- "Type": "System.Object"
- },
- {
- "Name": "method",
- "Type": "System.IntPtr"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.AuthorizationFilterContext",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Filters.FilterContext",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Result",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Result",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.IActionResult"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- },
- {
- "Name": "filters",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.ExceptionContext",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Filters.FilterContext",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Exception",
- "Parameters": [],
- "ReturnType": "System.Exception",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Exception",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Exception"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ExceptionDispatchInfo",
- "Parameters": [],
- "ReturnType": "System.Runtime.ExceptionServices.ExceptionDispatchInfo",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ExceptionDispatchInfo",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Runtime.ExceptionServices.ExceptionDispatchInfo"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ExceptionHandled",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ExceptionHandled",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Result",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Result",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.IActionResult"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- },
- {
- "Name": "filters",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.FilterContext",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "BaseType": "Microsoft.AspNetCore.Mvc.ActionContext",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Filters",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- },
- {
- "Name": "filters",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.FilterDescriptor",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Filter",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Order",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Scope",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "filter",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- },
- {
- "Name": "filterScope",
- "Type": "System.Int32"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.FilterItem",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Descriptor",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Filters.FilterDescriptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Filter",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Filter",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsReusable",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IsReusable",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "descriptor",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.FilterDescriptor"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "descriptor",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.FilterDescriptor"
- },
- {
- "Name": "filter",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.FilterProviderContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ActionContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ActionContext",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ActionContext",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Results",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Results",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- },
- {
- "Name": "items",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.IActionFilter",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "OnActionExecuting",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnActionExecuted",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.IAsyncActionFilter",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "OnActionExecutionAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext"
- },
- {
- "Name": "next",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.ActionExecutionDelegate"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.IAsyncAuthorizationFilter",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "OnAuthorizationAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.AuthorizationFilterContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.IAsyncExceptionFilter",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "OnExceptionAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.ExceptionContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.IAsyncResourceFilter",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "OnResourceExecutionAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.ResourceExecutingContext"
- },
- {
- "Name": "next",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.ResourceExecutionDelegate"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.IAsyncResultFilter",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "OnResultExecutionAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.ResultExecutingContext"
- },
- {
- "Name": "next",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.ResultExecutionDelegate"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.IAuthorizationFilter",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "OnAuthorization",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.AuthorizationFilterContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.IExceptionFilter",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "OnException",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.ExceptionContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.IFilterContainer",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_FilterDefinition",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_FilterDefinition",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.IFilterFactory",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_IsReusable",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateInstance",
- "Parameters": [
- {
- "Name": "serviceProvider",
- "Type": "System.IServiceProvider"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.IFilterProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnProvidersExecuting",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.FilterProviderContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnProvidersExecuted",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.FilterProviderContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.IResourceFilter",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "OnResourceExecuting",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.ResourceExecutingContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnResourceExecuted",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.ResourceExecutedContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.IResultFilter",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "OnResultExecuting",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.ResultExecutingContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnResultExecuted",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.ResultExecutedContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.ResourceExecutedContext",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Filters.FilterContext",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Canceled",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Canceled",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Exception",
- "Parameters": [],
- "ReturnType": "System.Exception",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Exception",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Exception"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ExceptionDispatchInfo",
- "Parameters": [],
- "ReturnType": "System.Runtime.ExceptionServices.ExceptionDispatchInfo",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ExceptionDispatchInfo",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Runtime.ExceptionServices.ExceptionDispatchInfo"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ExceptionHandled",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ExceptionHandled",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Result",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Result",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.IActionResult"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- },
- {
- "Name": "filters",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.ResourceExecutingContext",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Filters.FilterContext",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Result",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Result",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.IActionResult"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValueProviderFactories",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- },
- {
- "Name": "filters",
- "Type": "System.Collections.Generic.IList"
- },
- {
- "Name": "valueProviderFactories",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.ResourceExecutionDelegate",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "BaseType": "System.MulticastDelegate",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Invoke",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "BeginInvoke",
- "Parameters": [
- {
- "Name": "callback",
- "Type": "System.AsyncCallback"
- },
- {
- "Name": "object",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.IAsyncResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "EndInvoke",
- "Parameters": [
- {
- "Name": "result",
- "Type": "System.IAsyncResult"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "object",
- "Type": "System.Object"
- },
- {
- "Name": "method",
- "Type": "System.IntPtr"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.ResultExecutedContext",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Filters.FilterContext",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Canceled",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Canceled",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Controller",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Exception",
- "Parameters": [],
- "ReturnType": "System.Exception",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Exception",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Exception"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ExceptionDispatchInfo",
- "Parameters": [],
- "ReturnType": "System.Runtime.ExceptionServices.ExceptionDispatchInfo",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ExceptionDispatchInfo",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Runtime.ExceptionServices.ExceptionDispatchInfo"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ExceptionHandled",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ExceptionHandled",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Result",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- },
- {
- "Name": "filters",
- "Type": "System.Collections.Generic.IList"
- },
- {
- "Name": "result",
- "Type": "Microsoft.AspNetCore.Mvc.IActionResult"
- },
- {
- "Name": "controller",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.ResultExecutingContext",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Filters.FilterContext",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Controller",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Result",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Result",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.IActionResult"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Cancel",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Cancel",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- },
- {
- "Name": "filters",
- "Type": "System.Collections.Generic.IList"
- },
- {
- "Name": "result",
- "Type": "Microsoft.AspNetCore.Mvc.IActionResult"
- },
- {
- "Name": "controller",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Filters.ResultExecutionDelegate",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "BaseType": "System.MulticastDelegate",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Invoke",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "BeginInvoke",
- "Parameters": [
- {
- "Name": "callback",
- "Type": "System.AsyncCallback"
- },
- {
- "Name": "object",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.IAsyncResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "EndInvoke",
- "Parameters": [
- {
- "Name": "result",
- "Type": "System.IAsyncResult"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "object",
- "Type": "System.Object"
- },
- {
- "Name": "method",
- "Type": "System.IntPtr"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Authorization.IAllowAnonymousFilter",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- ],
- "Members": [],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Candidates",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Candidates",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IReadOnlyList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CurrentCandidate",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ActionConstraints.ActionSelectorCandidate",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_CurrentCandidate",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ActionConstraints.ActionSelectorCandidate"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RouteContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Routing.RouteContext",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RouteContext",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Routing.RouteContext"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintItem",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Constraint",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Constraint",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Metadata",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsReusable",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IsReusable",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "metadata",
- "Type": "Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintMetadata"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintProviderContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HttpContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Action",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Results",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "action",
- "Type": "Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor"
- },
- {
- "Name": "items",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ActionConstraints.ActionSelectorCandidate",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Action",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Constraints",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "action",
- "Type": "Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor"
- },
- {
- "Name": "constraints",
- "Type": "System.Collections.Generic.IReadOnlyList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Accept",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintContext"
- }
- ],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintFactory",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_IsReusable",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateInstance",
- "Parameters": [
- {
- "Name": "services",
- "Type": "System.IServiceProvider"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintMetadata",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnProvidersExecuting",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintProviderContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnProvidersExecuted",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintProviderContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Id",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RouteValues",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RouteValues",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AttributeRouteInfo",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Routing.AttributeRouteInfo",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_AttributeRouteInfo",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.Routing.AttributeRouteInfo"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ActionConstraints",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ActionConstraints",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Parameters",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Parameters",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_BoundProperties",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_BoundProperties",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_FilterDescriptors",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_FilterDescriptors",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_DisplayName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_DisplayName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Properties",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Properties",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptorExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetProperty",
- "Parameters": [
- {
- "Name": "actionDescriptor",
- "Type": "Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor"
- }
- ],
- "ReturnType": "T0",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "T",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "SetProperty",
- "Parameters": [
- {
- "Name": "actionDescriptor",
- "Type": "Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor"
- },
- {
- "Name": "value",
- "Type": "T0"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "T",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptorProviderContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Results",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Abstractions.ActionInvokerProviderContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ActionContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ActionContext",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Result",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Abstractions.IActionInvoker",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Result",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.Abstractions.IActionInvoker"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Abstractions.IActionDescriptorProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnProvidersExecuting",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptorProviderContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnProvidersExecuted",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptorProviderContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Abstractions.IActionInvoker",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "InvokeAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Abstractions.IActionInvokerProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnProvidersExecuting",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Abstractions.ActionInvokerProviderContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnProvidersExecuted",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Abstractions.ActionInvokerProviderContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ParameterType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ParameterType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_BindingInfo",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_BindingInfo",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext+NestedScope",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.IDisposable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Dispose",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IDisposable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+PrefixEnumerable",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IEnumerable>"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetEnumerator",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+Enumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dictionary",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary"
- },
- {
- "Name": "prefix",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+Enumerator",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IEnumerator>"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Current",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.KeyValuePair",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IEnumerator>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Dispose",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IDisposable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "MoveNext",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.IEnumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Reset",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.IEnumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dictionary",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary"
- },
- {
- "Name": "prefix",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+KeyEnumerable",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IEnumerable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetEnumerator",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+KeyEnumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dictionary",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+KeyEnumerator",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IEnumerator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Current",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IEnumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Dispose",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IDisposable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "MoveNext",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.IEnumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Reset",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.IEnumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dictionary",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary"
- },
- {
- "Name": "prefix",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+ValueEnumerable",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IEnumerable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetEnumerator",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+ValueEnumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dictionary",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+ValueEnumerator",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IEnumerator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Current",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IEnumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Dispose",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IDisposable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "MoveNext",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.IEnumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Reset",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.IEnumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dictionary",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary"
- },
- {
- "Name": "prefix",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Microsoft.AspNetCore.Mvc.Abstractions/breakingchanges.netframework.json b/src/Microsoft.AspNetCore.Mvc.Abstractions/breakingchanges.netframework.json
deleted file mode 100644
index eac86224d4..0000000000
--- a/src/Microsoft.AspNetCore.Mvc.Abstractions/breakingchanges.netframework.json
+++ /dev/null
@@ -1,7 +0,0 @@
-[
- {
- "TypeId": "public interface Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.IModelBindingMessageProvider",
- "MemberId": "System.Func get_MissingRequestBodyRequiredValueAccessor()",
- "Kind": "Addition"
- }
-]
\ No newline at end of file
diff --git a/src/Microsoft.AspNetCore.Mvc.ApiExplorer/DefaultApiDescriptionProvider.cs b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/DefaultApiDescriptionProvider.cs
index 8a20803882..cb5728da4f 100644
--- a/src/Microsoft.AspNetCore.Mvc.ApiExplorer/DefaultApiDescriptionProvider.cs
+++ b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/DefaultApiDescriptionProvider.cs
@@ -4,9 +4,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
-#if NETSTANDARD1_6
using System.Reflection;
-#endif
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc.Abstractions;
diff --git a/src/Microsoft.AspNetCore.Mvc.ApiExplorer/Microsoft.AspNetCore.Mvc.ApiExplorer.csproj b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/Microsoft.AspNetCore.Mvc.ApiExplorer.csproj
index ea40cb52f0..74d3a63dd9 100644
--- a/src/Microsoft.AspNetCore.Mvc.ApiExplorer/Microsoft.AspNetCore.Mvc.ApiExplorer.csproj
+++ b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/Microsoft.AspNetCore.Mvc.ApiExplorer.csproj
@@ -4,7 +4,7 @@
ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.
- net46;netstandard1.6
+ netcoreapp2.0
$(NoWarn);CS1591
true
aspnetcore;aspnetcoremvc
diff --git a/src/Microsoft.AspNetCore.Mvc.ApiExplorer/baseline.netframework.json b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/baseline.netframework.json
deleted file mode 100644
index 4b05ac7a98..0000000000
--- a/src/Microsoft.AspNetCore.Mvc.ApiExplorer/baseline.netframework.json
+++ /dev/null
@@ -1,927 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Mvc.ApiExplorer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ActionDescriptor",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ActionDescriptor",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_GroupName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_GroupName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HttpMethod",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_HttpMethod",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ParameterDescriptions",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Properties",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RelativePath",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RelativePath",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_SupportedRequestFormats",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_SupportedResponseTypes",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetProperty",
- "Parameters": [
- {
- "Name": "apiDescription",
- "Type": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription"
- }
- ],
- "ReturnType": "T0",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "T",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "SetProperty",
- "Parameters": [
- {
- "Name": "apiDescription",
- "Type": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription"
- },
- {
- "Name": "value",
- "Type": "T0"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "T",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroup",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_GroupName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Items",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "groupName",
- "Type": "System.String"
- },
- {
- "Name": "items",
- "Type": "System.Collections.Generic.IReadOnlyList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroupCollection",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Items",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Version",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "items",
- "Type": "System.Collections.Generic.IReadOnlyList"
- },
- {
- "Name": "version",
- "Type": "System.Int32"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroupCollectionProvider",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionGroupCollectionProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ApiDescriptionGroups",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroupCollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionGroupCollectionProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionDescriptorCollectionProvider",
- "Type": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionDescriptorCollectionProvider"
- },
- {
- "Name": "apiDescriptionProviders",
- "Type": "System.Collections.Generic.IEnumerable"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionProviderContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Actions",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Results",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actions",
- "Type": "System.Collections.Generic.IReadOnlyList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterDescription",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ModelMetadata",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ModelMetadata",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RouteInfo",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterRouteInfo",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RouteInfo",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterRouteInfo"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Source",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Source",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Type",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Type",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterRouteInfo",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Constraints",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Constraints",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IEnumerable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_DefaultValue",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_DefaultValue",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsOptional",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IsOptional",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiRequestFormat",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Formatter",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Formatter",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MediaType",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_MediaType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiResponseFormat",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Formatter",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Formatter",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MediaType",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_MediaType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiResponseType",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ApiResponseFormats",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ApiResponseFormats",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelMetadata",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ModelMetadata",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Type",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Type",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_StatusCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_StatusCode",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ApiExplorer.DefaultApiDescriptionProvider",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnProvidersExecuting",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionProviderContext"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnProvidersExecuted",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionProviderContext"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "optionsAccessor",
- "Type": "Microsoft.Extensions.Options.IOptions"
- },
- {
- "Name": "constraintResolver",
- "Type": "Microsoft.AspNetCore.Routing.IInlineConstraintResolver"
- },
- {
- "Name": "modelMetadataProvider",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionGroupCollectionProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ApiDescriptionGroups",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroupCollection",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnProvidersExecuting",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionProviderContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnProvidersExecuted",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionProviderContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.Extensions.DependencyInjection.MvcApiExplorerMvcCoreBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AddApiExplorer",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Microsoft.AspNetCore.Mvc.ApiExplorer/breakingchanges.netframework.json b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/breakingchanges.netframework.json
deleted file mode 100644
index b0cae3e292..0000000000
--- a/src/Microsoft.AspNetCore.Mvc.ApiExplorer/breakingchanges.netframework.json
+++ /dev/null
@@ -1,34 +0,0 @@
-[
- {
- "TypeId": "public class Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription",
- "Kind": "Removal"
- },
- {
- "TypeId": "public class Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionProviderContext",
- "Kind": "Removal"
- },
- {
- "TypeId": "public class Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterDescription",
- "Kind": "Removal"
- },
- {
- "TypeId": "public class Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterRouteInfo",
- "Kind": "Removal"
- },
- {
- "TypeId": "public class Microsoft.AspNetCore.Mvc.ApiExplorer.ApiRequestFormat",
- "Kind": "Removal"
- },
- {
- "TypeId": "public class Microsoft.AspNetCore.Mvc.ApiExplorer.ApiResponseFormat",
- "Kind": "Removal"
- },
- {
- "TypeId": "public class Microsoft.AspNetCore.Mvc.ApiExplorer.ApiResponseType",
- "Kind": "Removal"
- },
- {
- "TypeId": "public interface Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionProvider",
- "Kind": "Removal"
- }
-]
\ No newline at end of file
diff --git a/src/Microsoft.AspNetCore.Mvc.Core/BindAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/BindAttribute.cs
index a4490703c7..ec9741803a 100644
--- a/src/Microsoft.AspNetCore.Mvc.Core/BindAttribute.cs
+++ b/src/Microsoft.AspNetCore.Mvc.Core/BindAttribute.cs
@@ -4,10 +4,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
-using Microsoft.AspNetCore.Mvc.Internal;
-#if NETSTANDARD1_6
-using System.Reflection;
-#endif
using Microsoft.AspNetCore.Mvc.ModelBinding;
namespace Microsoft.AspNetCore.Mvc
diff --git a/src/Microsoft.AspNetCore.Mvc.Core/Filters/FilterCollection.cs b/src/Microsoft.AspNetCore.Mvc.Core/Filters/FilterCollection.cs
index ac6b4d0104..fb37c17536 100644
--- a/src/Microsoft.AspNetCore.Mvc.Core/Filters/FilterCollection.cs
+++ b/src/Microsoft.AspNetCore.Mvc.Core/Filters/FilterCollection.cs
@@ -3,9 +3,7 @@
using System;
using System.Collections.ObjectModel;
-#if NETSTANDARD1_6
using System.Reflection;
-#endif
using Microsoft.AspNetCore.Mvc.Core;
namespace Microsoft.AspNetCore.Mvc.Filters
diff --git a/src/Microsoft.AspNetCore.Mvc.Core/Internal/AmbiguousActionException.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/AmbiguousActionException.cs
index cb8c844360..6b1a34d893 100644
--- a/src/Microsoft.AspNetCore.Mvc.Core/Internal/AmbiguousActionException.cs
+++ b/src/Microsoft.AspNetCore.Mvc.Core/Internal/AmbiguousActionException.cs
@@ -2,21 +2,14 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
-#if NET46
using System.Runtime.Serialization;
-#endif
namespace Microsoft.AspNetCore.Mvc.Internal
{
///
/// An exception which indicates multiple matches in action selection.
///
-#if NET46
[Serializable]
-#elif NETSTANDARD1_6
-#else
-#error target frameworks need to be updated
-#endif
public class AmbiguousActionException : InvalidOperationException
{
public AmbiguousActionException(string message)
@@ -24,14 +17,9 @@ public AmbiguousActionException(string message)
{
}
-#if NET46
protected AmbiguousActionException(SerializationInfo info, StreamingContext context)
: base(info, context)
{
}
-#elif NETSTANDARD1_6
-#else
-#error target frameworks need to be updated
-#endif
}
}
diff --git a/src/Microsoft.AspNetCore.Mvc.Core/Internal/NonDisposableStream.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/NonDisposableStream.cs
index b6a32bb017..2e4eecc229 100644
--- a/src/Microsoft.AspNetCore.Mvc.Core/Internal/NonDisposableStream.cs
+++ b/src/Microsoft.AspNetCore.Mvc.Core/Internal/NonDisposableStream.cs
@@ -108,7 +108,6 @@ public override Task ReadAsync(byte[] buffer, int offset, int count, Cancel
return _innerStream.ReadAsync(buffer, offset, count, cancellationToken);
}
-#if NET46
///
public override IAsyncResult BeginRead(
byte[] buffer,
@@ -147,10 +146,7 @@ public override void EndWrite(IAsyncResult asyncResult)
public override void Close()
{
}
-#elif NETSTANDARD1_6
-#else
-#error target frameworks need to be updated.
-#endif
+
///
public override int ReadByte()
{
diff --git a/src/Microsoft.AspNetCore.Mvc.Core/Microsoft.AspNetCore.Mvc.Core.csproj b/src/Microsoft.AspNetCore.Mvc.Core/Microsoft.AspNetCore.Mvc.Core.csproj
index 945a2baf05..e0a2b8f71b 100644
--- a/src/Microsoft.AspNetCore.Mvc.Core/Microsoft.AspNetCore.Mvc.Core.csproj
+++ b/src/Microsoft.AspNetCore.Mvc.Core/Microsoft.AspNetCore.Mvc.Core.csproj
@@ -12,7 +12,7 @@ Microsoft.AspNetCore.Mvc.FromBodyAttribute
Microsoft.AspNetCore.Mvc.FromFormAttribute
Microsoft.AspNetCore.Mvc.RequireHttpsAttribute
Microsoft.AspNetCore.Mvc.RouteAttribute
- net46;netstandard1.6
+ netcoreapp2.0
$(NoWarn);CS1591
true
aspnetcore;aspnetcoremvc
diff --git a/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Binders/DictionaryModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Binders/DictionaryModelBinder.cs
index 303baa26c8..d3520125c6 100644
--- a/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Binders/DictionaryModelBinder.cs
+++ b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Binders/DictionaryModelBinder.cs
@@ -5,9 +5,6 @@
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
-#if NETSTANDARD1_6
-using System.Reflection;
-#endif
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc.Internal;
using Microsoft.AspNetCore.Mvc.ModelBinding.Internal;
diff --git a/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Binders/FormFileModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Binders/FormFileModelBinder.cs
index 17c1cfbebb..350097b7e8 100644
--- a/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Binders/FormFileModelBinder.cs
+++ b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Binders/FormFileModelBinder.cs
@@ -6,9 +6,6 @@
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
-#if NETSTANDARD1_6
-using System.Reflection;
-#endif
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc.ModelBinding.Internal;
diff --git a/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Binders/HeaderModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Binders/HeaderModelBinder.cs
index 5b613c8141..6c03799a10 100644
--- a/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Binders/HeaderModelBinder.cs
+++ b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Binders/HeaderModelBinder.cs
@@ -2,9 +2,6 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
-#if NETSTANDARD1_6
-using System.Reflection;
-#endif
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc.Internal;
diff --git a/src/Microsoft.AspNetCore.Mvc.Core/baseline.netframework.json b/src/Microsoft.AspNetCore.Mvc.Core/baseline.netframework.json
deleted file mode 100644
index b7106a63da..0000000000
--- a/src/Microsoft.AspNetCore.Mvc.Core/baseline.netframework.json
+++ /dev/null
@@ -1,23391 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Mvc.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.Extensions.DependencyInjection.ApplicationModelConventionExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "conventions",
- "Type": "System.Collections.Generic.IList"
- },
- {
- "Name": "controllerModelConvention",
- "Type": "Microsoft.AspNetCore.Mvc.ApplicationModels.IControllerModelConvention"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "conventions",
- "Type": "System.Collections.Generic.IList"
- },
- {
- "Name": "actionModelConvention",
- "Type": "Microsoft.AspNetCore.Mvc.ApplicationModels.IActionModelConvention"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.Extensions.DependencyInjection.IMvcBuilder",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Services",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IServiceCollection",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PartManager",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Services",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IServiceCollection",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PartManager",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.Extensions.DependencyInjection.MvcCoreMvcBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AddMvcOptions",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.Extensions.DependencyInjection.IMvcBuilder"
- },
- {
- "Name": "setupAction",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IMvcBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddFormatterMappings",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.Extensions.DependencyInjection.IMvcBuilder"
- },
- {
- "Name": "setupAction",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IMvcBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddApplicationPart",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.Extensions.DependencyInjection.IMvcBuilder"
- },
- {
- "Name": "assembly",
- "Type": "System.Reflection.Assembly"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IMvcBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ConfigureApplicationPartManager",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.Extensions.DependencyInjection.IMvcBuilder"
- },
- {
- "Name": "setupAction",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IMvcBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddControllersAsServices",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.Extensions.DependencyInjection.IMvcBuilder"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IMvcBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.Extensions.DependencyInjection.MvcCoreMvcCoreBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AddMvcOptions",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder"
- },
- {
- "Name": "setupAction",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddFormatterMappings",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddFormatterMappings",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder"
- },
- {
- "Name": "setupAction",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddAuthorization",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddAuthorization",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder"
- },
- {
- "Name": "setupAction",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddControllersAsServices",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddApplicationPart",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder"
- },
- {
- "Name": "assembly",
- "Type": "System.Reflection.Assembly"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ConfigureApplicationPartManager",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder"
- },
- {
- "Name": "setupAction",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.Extensions.DependencyInjection.MvcCoreServiceCollectionExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AddMvcCore",
- "Parameters": [
- {
- "Name": "services",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddMvcCore",
- "Parameters": [
- {
- "Name": "services",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
- },
- {
- "Name": "setupAction",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Builder.MvcApplicationBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "UseMvc",
- "Parameters": [
- {
- "Name": "app",
- "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseMvcWithDefaultRoute",
- "Parameters": [
- {
- "Name": "app",
- "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseMvc",
- "Parameters": [
- {
- "Name": "app",
- "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- },
- {
- "Name": "configureRoutes",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Builder.MvcAreaRouteBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "MapAreaRoute",
- "Parameters": [
- {
- "Name": "routeBuilder",
- "Type": "Microsoft.AspNetCore.Routing.IRouteBuilder"
- },
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "areaName",
- "Type": "System.String"
- },
- {
- "Name": "template",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Routing.IRouteBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "MapAreaRoute",
- "Parameters": [
- {
- "Name": "routeBuilder",
- "Type": "Microsoft.AspNetCore.Routing.IRouteBuilder"
- },
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "areaName",
- "Type": "System.String"
- },
- {
- "Name": "template",
- "Type": "System.String"
- },
- {
- "Name": "defaults",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Routing.IRouteBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "MapAreaRoute",
- "Parameters": [
- {
- "Name": "routeBuilder",
- "Type": "Microsoft.AspNetCore.Routing.IRouteBuilder"
- },
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "areaName",
- "Type": "System.String"
- },
- {
- "Name": "template",
- "Type": "System.String"
- },
- {
- "Name": "defaults",
- "Type": "System.Object"
- },
- {
- "Name": "constraints",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Routing.IRouteBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "MapAreaRoute",
- "Parameters": [
- {
- "Name": "routeBuilder",
- "Type": "Microsoft.AspNetCore.Routing.IRouteBuilder"
- },
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "areaName",
- "Type": "System.String"
- },
- {
- "Name": "template",
- "Type": "System.String"
- },
- {
- "Name": "defaults",
- "Type": "System.Object"
- },
- {
- "Name": "constraints",
- "Type": "System.Object"
- },
- {
- "Name": "dataTokens",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Routing.IRouteBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.AcceptVerbsAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Routing.IActionHttpMethodProvider",
- "Microsoft.AspNetCore.Mvc.Routing.IRouteTemplateProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HttpMethods",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Routing.IActionHttpMethodProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Route",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Route",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Order",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Routing.IRouteTemplateProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "method",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "methods",
- "Type": "System.String[]",
- "IsParams": true
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ActionContextAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ActionNameAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ActionResult",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.IActionResult"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ExecuteResultAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExecuteResult",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ApiExplorerSettingsAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionGroupNameProvider",
- "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionVisibilityProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_GroupName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionGroupNameProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_GroupName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IgnoreApi",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionVisibilityProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IgnoreApi",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.AreaAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Routing.RouteValueAttribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "areaName",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.BadRequestObjectResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ObjectResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "error",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "modelState",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.BadRequestResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.StatusCodeResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.BindAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider",
- "Microsoft.AspNetCore.Mvc.ModelBinding.IPropertyFilterProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Include",
- "Parameters": [],
- "ReturnType": "System.String[]",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Prefix",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Prefix",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PropertyFilter",
- "Parameters": [],
- "ReturnType": "System.Func",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IPropertyFilterProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "include",
- "Type": "System.String[]",
- "IsParams": true
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.CacheProfile",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Duration",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Duration",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Location",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Location",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_NoStore",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_NoStore",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_VaryByHeader",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_VaryByHeader",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ChallengeResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ActionResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_AuthenticationSchemes",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_AuthenticationSchemes",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Properties",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Properties",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExecuteResultAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationSchemes",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationSchemes",
- "Type": "System.Collections.Generic.IList"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ConsumesAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IResourceFilter",
- "Microsoft.AspNetCore.Mvc.Internal.IConsumesActionConstraint",
- "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestMetadataProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ContentTypes",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentTypes",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnResourceExecuting",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.ResourceExecutingContext"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Filters.IResourceFilter",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnResourceExecuted",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.ResourceExecutedContext"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Filters.IResourceFilter",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Accept",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintContext"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetContentTypes",
- "Parameters": [
- {
- "Name": "contentTypes",
- "Type": "Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestMetadataProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "contentType",
- "Type": "System.String"
- },
- {
- "Name": "otherContentTypes",
- "Type": "System.String[]",
- "IsParams": true
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "ConsumesActionConstraintOrder",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ContentResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ActionResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Content",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Content",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentType",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_StatusCode",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_StatusCode",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExecuteResultAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ControllerAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ControllerBase",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HttpContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Request",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpRequest",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Response",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpResponse",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RouteData",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Routing.RouteData",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelState",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ControllerContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ControllerContext",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ControllerContext",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ControllerContext"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MetadataProvider",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_MetadataProvider",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelBinderFactory",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ModelBinderFactory",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderFactory"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Url",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.IUrlHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Url",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ObjectValidator",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IObjectModelValidator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ObjectValidator",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IObjectModelValidator"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_User",
- "Parameters": [],
- "ReturnType": "System.Security.Claims.ClaimsPrincipal",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StatusCode",
- "Parameters": [
- {
- "Name": "statusCode",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.StatusCodeResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StatusCode",
- "Parameters": [
- {
- "Name": "statusCode",
- "Type": "System.Int32"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ObjectResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Content",
- "Parameters": [
- {
- "Name": "content",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ContentResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Content",
- "Parameters": [
- {
- "Name": "content",
- "Type": "System.String"
- },
- {
- "Name": "contentType",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ContentResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Content",
- "Parameters": [
- {
- "Name": "content",
- "Type": "System.String"
- },
- {
- "Name": "contentType",
- "Type": "System.String"
- },
- {
- "Name": "contentEncoding",
- "Type": "System.Text.Encoding"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ContentResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Content",
- "Parameters": [
- {
- "Name": "content",
- "Type": "System.String"
- },
- {
- "Name": "contentType",
- "Type": "Microsoft.Net.Http.Headers.MediaTypeHeaderValue"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ContentResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "NoContent",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.NoContentResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Ok",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.OkResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Ok",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.OkObjectResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Redirect",
- "Parameters": [
- {
- "Name": "url",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.RedirectResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RedirectPermanent",
- "Parameters": [
- {
- "Name": "url",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.RedirectResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "LocalRedirect",
- "Parameters": [
- {
- "Name": "localUrl",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.LocalRedirectResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "LocalRedirectPermanent",
- "Parameters": [
- {
- "Name": "localUrl",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.LocalRedirectResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RedirectToAction",
- "Parameters": [
- {
- "Name": "actionName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.RedirectToActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RedirectToAction",
- "Parameters": [
- {
- "Name": "actionName",
- "Type": "System.String"
- },
- {
- "Name": "routeValues",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.RedirectToActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RedirectToAction",
- "Parameters": [
- {
- "Name": "actionName",
- "Type": "System.String"
- },
- {
- "Name": "controllerName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.RedirectToActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RedirectToAction",
- "Parameters": [
- {
- "Name": "actionName",
- "Type": "System.String"
- },
- {
- "Name": "controllerName",
- "Type": "System.String"
- },
- {
- "Name": "routeValues",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.RedirectToActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RedirectToActionPermanent",
- "Parameters": [
- {
- "Name": "actionName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.RedirectToActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RedirectToActionPermanent",
- "Parameters": [
- {
- "Name": "actionName",
- "Type": "System.String"
- },
- {
- "Name": "routeValues",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.RedirectToActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RedirectToActionPermanent",
- "Parameters": [
- {
- "Name": "actionName",
- "Type": "System.String"
- },
- {
- "Name": "controllerName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.RedirectToActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RedirectToActionPermanent",
- "Parameters": [
- {
- "Name": "actionName",
- "Type": "System.String"
- },
- {
- "Name": "controllerName",
- "Type": "System.String"
- },
- {
- "Name": "routeValues",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.RedirectToActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RedirectToRoute",
- "Parameters": [
- {
- "Name": "routeName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.RedirectToRouteResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RedirectToRoute",
- "Parameters": [
- {
- "Name": "routeValues",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.RedirectToRouteResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RedirectToRoute",
- "Parameters": [
- {
- "Name": "routeName",
- "Type": "System.String"
- },
- {
- "Name": "routeValues",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.RedirectToRouteResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RedirectToRoutePermanent",
- "Parameters": [
- {
- "Name": "routeName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.RedirectToRouteResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RedirectToRoutePermanent",
- "Parameters": [
- {
- "Name": "routeValues",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.RedirectToRouteResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RedirectToRoutePermanent",
- "Parameters": [
- {
- "Name": "routeName",
- "Type": "System.String"
- },
- {
- "Name": "routeValues",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.RedirectToRouteResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "File",
- "Parameters": [
- {
- "Name": "fileContents",
- "Type": "System.Byte[]"
- },
- {
- "Name": "contentType",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.FileContentResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "File",
- "Parameters": [
- {
- "Name": "fileContents",
- "Type": "System.Byte[]"
- },
- {
- "Name": "contentType",
- "Type": "System.String"
- },
- {
- "Name": "fileDownloadName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.FileContentResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "File",
- "Parameters": [
- {
- "Name": "fileStream",
- "Type": "System.IO.Stream"
- },
- {
- "Name": "contentType",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.FileStreamResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "File",
- "Parameters": [
- {
- "Name": "fileStream",
- "Type": "System.IO.Stream"
- },
- {
- "Name": "contentType",
- "Type": "System.String"
- },
- {
- "Name": "fileDownloadName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.FileStreamResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "File",
- "Parameters": [
- {
- "Name": "virtualPath",
- "Type": "System.String"
- },
- {
- "Name": "contentType",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.VirtualFileResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "File",
- "Parameters": [
- {
- "Name": "virtualPath",
- "Type": "System.String"
- },
- {
- "Name": "contentType",
- "Type": "System.String"
- },
- {
- "Name": "fileDownloadName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.VirtualFileResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "PhysicalFile",
- "Parameters": [
- {
- "Name": "physicalPath",
- "Type": "System.String"
- },
- {
- "Name": "contentType",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.PhysicalFileResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "PhysicalFile",
- "Parameters": [
- {
- "Name": "physicalPath",
- "Type": "System.String"
- },
- {
- "Name": "contentType",
- "Type": "System.String"
- },
- {
- "Name": "fileDownloadName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.PhysicalFileResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Unauthorized",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.UnauthorizedResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "NotFound",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.NotFoundResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "NotFound",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.NotFoundObjectResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "BadRequest",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.BadRequestResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "BadRequest",
- "Parameters": [
- {
- "Name": "error",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.BadRequestObjectResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "BadRequest",
- "Parameters": [
- {
- "Name": "modelState",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.BadRequestObjectResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Created",
- "Parameters": [
- {
- "Name": "uri",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.CreatedResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Created",
- "Parameters": [
- {
- "Name": "uri",
- "Type": "System.Uri"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.CreatedResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreatedAtAction",
- "Parameters": [
- {
- "Name": "actionName",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.CreatedAtActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreatedAtAction",
- "Parameters": [
- {
- "Name": "actionName",
- "Type": "System.String"
- },
- {
- "Name": "routeValues",
- "Type": "System.Object"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.CreatedAtActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreatedAtAction",
- "Parameters": [
- {
- "Name": "actionName",
- "Type": "System.String"
- },
- {
- "Name": "controllerName",
- "Type": "System.String"
- },
- {
- "Name": "routeValues",
- "Type": "System.Object"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.CreatedAtActionResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreatedAtRoute",
- "Parameters": [
- {
- "Name": "routeName",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.CreatedAtRouteResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreatedAtRoute",
- "Parameters": [
- {
- "Name": "routeValues",
- "Type": "System.Object"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.CreatedAtRouteResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreatedAtRoute",
- "Parameters": [
- {
- "Name": "routeName",
- "Type": "System.String"
- },
- {
- "Name": "routeValues",
- "Type": "System.Object"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.CreatedAtRouteResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Challenge",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ChallengeResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Challenge",
- "Parameters": [
- {
- "Name": "authenticationSchemes",
- "Type": "System.String[]",
- "IsParams": true
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ChallengeResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Challenge",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ChallengeResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Challenge",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- },
- {
- "Name": "authenticationSchemes",
- "Type": "System.String[]",
- "IsParams": true
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ChallengeResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Forbid",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ForbidResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Forbid",
- "Parameters": [
- {
- "Name": "authenticationSchemes",
- "Type": "System.String[]",
- "IsParams": true
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ForbidResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Forbid",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ForbidResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Forbid",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- },
- {
- "Name": "authenticationSchemes",
- "Type": "System.String[]",
- "IsParams": true
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ForbidResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignIn",
- "Parameters": [
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- },
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.SignInResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignIn",
- "Parameters": [
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- },
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.SignInResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignOut",
- "Parameters": [
- {
- "Name": "authenticationSchemes",
- "Type": "System.String[]",
- "IsParams": true
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.SignOutResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignOut",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- },
- {
- "Name": "authenticationSchemes",
- "Type": "System.String[]",
- "IsParams": true
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.SignOutResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryUpdateModelAsync",
- "Parameters": [
- {
- "Name": "model",
- "Type": "T0"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TModel",
- "ParameterPosition": 0,
- "Class": true,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "TryUpdateModelAsync",
- "Parameters": [
- {
- "Name": "model",
- "Type": "T0"
- },
- {
- "Name": "prefix",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TModel",
- "ParameterPosition": 0,
- "Class": true,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "TryUpdateModelAsync",
- "Parameters": [
- {
- "Name": "model",
- "Type": "T0"
- },
- {
- "Name": "prefix",
- "Type": "System.String"
- },
- {
- "Name": "valueProvider",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TModel",
- "ParameterPosition": 0,
- "Class": true,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "TryUpdateModelAsync",
- "Parameters": [
- {
- "Name": "model",
- "Type": "T0"
- },
- {
- "Name": "prefix",
- "Type": "System.String"
- },
- {
- "Name": "includeExpressions",
- "Type": "System.Linq.Expressions.Expression>[]",
- "IsParams": true
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TModel",
- "ParameterPosition": 0,
- "Class": true,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "TryUpdateModelAsync",
- "Parameters": [
- {
- "Name": "model",
- "Type": "T0"
- },
- {
- "Name": "prefix",
- "Type": "System.String"
- },
- {
- "Name": "propertyFilter",
- "Type": "System.Func"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TModel",
- "ParameterPosition": 0,
- "Class": true,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "TryUpdateModelAsync",
- "Parameters": [
- {
- "Name": "model",
- "Type": "T0"
- },
- {
- "Name": "prefix",
- "Type": "System.String"
- },
- {
- "Name": "valueProvider",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
- },
- {
- "Name": "includeExpressions",
- "Type": "System.Linq.Expressions.Expression>[]",
- "IsParams": true
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TModel",
- "ParameterPosition": 0,
- "Class": true,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "TryUpdateModelAsync",
- "Parameters": [
- {
- "Name": "model",
- "Type": "T0"
- },
- {
- "Name": "prefix",
- "Type": "System.String"
- },
- {
- "Name": "valueProvider",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
- },
- {
- "Name": "propertyFilter",
- "Type": "System.Func"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TModel",
- "ParameterPosition": 0,
- "Class": true,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "TryUpdateModelAsync",
- "Parameters": [
- {
- "Name": "model",
- "Type": "System.Object"
- },
- {
- "Name": "modelType",
- "Type": "System.Type"
- },
- {
- "Name": "prefix",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryUpdateModelAsync",
- "Parameters": [
- {
- "Name": "model",
- "Type": "System.Object"
- },
- {
- "Name": "modelType",
- "Type": "System.Type"
- },
- {
- "Name": "prefix",
- "Type": "System.String"
- },
- {
- "Name": "valueProvider",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
- },
- {
- "Name": "propertyFilter",
- "Type": "System.Func"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryValidateModel",
- "Parameters": [
- {
- "Name": "model",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryValidateModel",
- "Parameters": [
- {
- "Name": "model",
- "Type": "System.Object"
- },
- {
- "Name": "prefix",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ControllerContext",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ActionContext",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ActionDescriptor",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Controllers.ControllerActionDescriptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ActionDescriptor",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.Controllers.ControllerActionDescriptor"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValueProviderFactories",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ValueProviderFactories",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ControllerContextAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.CreatedAtActionResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ObjectResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_UrlHelper",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.IUrlHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_UrlHelper",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ActionName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ActionName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ControllerName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ControllerName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RouteValues",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Routing.RouteValueDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RouteValues",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Routing.RouteValueDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnFormatting",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionName",
- "Type": "System.String"
- },
- {
- "Name": "controllerName",
- "Type": "System.String"
- },
- {
- "Name": "routeValues",
- "Type": "System.Object"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.CreatedAtRouteResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ObjectResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_UrlHelper",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.IUrlHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_UrlHelper",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RouteName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RouteName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RouteValues",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Routing.RouteValueDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RouteValues",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Routing.RouteValueDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnFormatting",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "routeValues",
- "Type": "System.Object"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "routeName",
- "Type": "System.String"
- },
- {
- "Name": "routeValues",
- "Type": "System.Object"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.CreatedResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ObjectResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Location",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Location",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnFormatting",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "location",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "location",
- "Type": "System.Uri"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.EmptyResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ActionResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ExecuteResult",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.FileContentResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.FileResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_FileContents",
- "Parameters": [],
- "ReturnType": "System.Byte[]",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_FileContents",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Byte[]"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExecuteResultAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "fileContents",
- "Type": "System.Byte[]"
- },
- {
- "Name": "contentType",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "fileContents",
- "Type": "System.Byte[]"
- },
- {
- "Name": "contentType",
- "Type": "Microsoft.Net.Http.Headers.MediaTypeHeaderValue"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.FileResult",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "BaseType": "Microsoft.AspNetCore.Mvc.ActionResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ContentType",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_FileDownloadName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_FileDownloadName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "contentType",
- "Type": "System.String"
- }
- ],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.FileStreamResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.FileResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_FileStream",
- "Parameters": [],
- "ReturnType": "System.IO.Stream",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_FileStream",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.IO.Stream"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExecuteResultAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "fileStream",
- "Type": "System.IO.Stream"
- },
- {
- "Name": "contentType",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "fileStream",
- "Type": "System.IO.Stream"
- },
- {
- "Name": "contentType",
- "Type": "Microsoft.Net.Http.Headers.MediaTypeHeaderValue"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ForbidResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ActionResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_AuthenticationSchemes",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_AuthenticationSchemes",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Properties",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Properties",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExecuteResultAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationSchemes",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationSchemes",
- "Type": "System.Collections.Generic.IList"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.FormatFilterAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IFilterFactory"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_IsReusable",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Filters.IFilterFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateInstance",
- "Parameters": [
- {
- "Name": "serviceProvider",
- "Type": "System.IServiceProvider"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Filters.IFilterFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.FromBodyAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_BindingSource",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.FromFormAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata",
- "Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_BindingSource",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.FromHeaderAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata",
- "Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_BindingSource",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.FromQueryAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata",
- "Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_BindingSource",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.FromRouteAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata",
- "Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_BindingSource",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.FromServicesAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_BindingSource",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.HttpDeleteAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Routing.HttpMethodAttribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "template",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.HttpGetAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Routing.HttpMethodAttribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "template",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.HttpHeadAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Routing.HttpMethodAttribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "template",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.HttpOptionsAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Routing.HttpMethodAttribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "template",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.HttpPatchAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Routing.HttpMethodAttribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "template",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.HttpPostAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Routing.HttpMethodAttribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "template",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.HttpPutAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Routing.HttpMethodAttribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "template",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.LocalRedirectResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ActionResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Permanent",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Permanent",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Url",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Url",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_UrlHelper",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.IUrlHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_UrlHelper",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExecuteResult",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "localUrl",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "localUrl",
- "Type": "System.String"
- },
- {
- "Name": "permanent",
- "Type": "System.Boolean"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinderAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider",
- "Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_BinderType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_BinderType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_BindingSource",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_BindingSource",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelMetadataTypeAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_MetadataType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "type",
- "Type": "System.Type"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.MvcOptions",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_CacheProfiles",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Conventions",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Filters",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Filters.FilterCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_FormatterMappings",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Formatters.FormatterMappings",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_InputFormatters",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MaxModelValidationErrors",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_MaxModelValidationErrors",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelBinderProviders",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelBindingMessageProvider",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelBindingMessageProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelMetadataDetailsProviders",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelValidatorProviders",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_OutputFormatters",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RespectBrowserAcceptHeader",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RespectBrowserAcceptHeader",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ReturnHttpNotAcceptable",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ReturnHttpNotAcceptable",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValueProviderFactories",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_SslPort",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_SslPort",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.NoContentResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.StatusCodeResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.NonActionAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.NonControllerAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.NotFoundObjectResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ObjectResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.NotFoundResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.StatusCodeResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ObjectResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ActionResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Value",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Value",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Formatters",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Formatters",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentTypes",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentTypes",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_DeclaredType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_DeclaredType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_StatusCode",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_StatusCode",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExecuteResultAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnFormatting",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.OkObjectResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ObjectResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.OkResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.StatusCodeResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.PhysicalFileResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.FileResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_FileName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_FileName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExecuteResultAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "fileName",
- "Type": "System.String"
- },
- {
- "Name": "contentType",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "fileName",
- "Type": "System.String"
- },
- {
- "Name": "contentType",
- "Type": "Microsoft.Net.Http.Headers.MediaTypeHeaderValue"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ProducesAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.Filters.ResultFilterAttribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Type",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Type",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentTypes",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentTypes",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_StatusCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnResultExecuting",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.ResultExecutingContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Filters.IResultFilter",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetContentTypes",
- "Parameters": [
- {
- "Name": "contentTypes",
- "Type": "Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "type",
- "Type": "System.Type"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "contentType",
- "Type": "System.String"
- },
- {
- "Name": "additionalContentTypes",
- "Type": "System.String[]",
- "IsParams": true
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ProducesResponseTypeAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider",
- "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Type",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Type",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_StatusCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_StatusCode",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "type",
- "Type": "System.Type"
- },
- {
- "Name": "statusCode",
- "Type": "System.Int32"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.RedirectResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ActionResult",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ViewFeatures.IKeepTempDataResult"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Permanent",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Permanent",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Url",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Url",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_UrlHelper",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.IUrlHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_UrlHelper",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExecuteResult",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "url",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "url",
- "Type": "System.String"
- },
- {
- "Name": "permanent",
- "Type": "System.Boolean"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.RedirectToActionResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ActionResult",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ViewFeatures.IKeepTempDataResult"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_UrlHelper",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.IUrlHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_UrlHelper",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ActionName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ActionName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ControllerName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ControllerName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RouteValues",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Routing.RouteValueDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RouteValues",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Routing.RouteValueDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Permanent",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Permanent",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExecuteResult",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionName",
- "Type": "System.String"
- },
- {
- "Name": "controllerName",
- "Type": "System.String"
- },
- {
- "Name": "routeValues",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionName",
- "Type": "System.String"
- },
- {
- "Name": "controllerName",
- "Type": "System.String"
- },
- {
- "Name": "routeValues",
- "Type": "System.Object"
- },
- {
- "Name": "permanent",
- "Type": "System.Boolean"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.RedirectToRouteResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ActionResult",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ViewFeatures.IKeepTempDataResult"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_UrlHelper",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.IUrlHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_UrlHelper",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RouteName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RouteName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RouteValues",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Routing.RouteValueDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RouteValues",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Routing.RouteValueDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Permanent",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Permanent",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExecuteResult",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "routeValues",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "routeName",
- "Type": "System.String"
- },
- {
- "Name": "routeValues",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "routeName",
- "Type": "System.String"
- },
- {
- "Name": "routeValues",
- "Type": "System.Object"
- },
- {
- "Name": "permanent",
- "Type": "System.Boolean"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.RequireHttpsAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IAuthorizationFilter",
- "Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Permanent",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Permanent",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Order",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnAuthorization",
- "Parameters": [
- {
- "Name": "filterContext",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.AuthorizationFilterContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Filters.IAuthorizationFilter",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "HandleNonHttpsRequest",
- "Parameters": [
- {
- "Name": "filterContext",
- "Type": "Microsoft.AspNetCore.Mvc.Filters.AuthorizationFilterContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ResponseCacheAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IFilterFactory",
- "Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Duration",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Duration",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Location",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ResponseCacheLocation",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Location",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ResponseCacheLocation"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_NoStore",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_NoStore",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_VaryByHeader",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_VaryByHeader",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CacheProfileName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_CacheProfileName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Order",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsReusable",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Filters.IFilterFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateInstance",
- "Parameters": [
- {
- "Name": "serviceProvider",
- "Type": "System.IServiceProvider"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Filters.IFilterFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ResponseCacheLocation",
- "Visibility": "Public",
- "Kind": "Enumeration",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "Any",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "0"
- },
- {
- "Kind": "Field",
- "Name": "Client",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "1"
- },
- {
- "Kind": "Field",
- "Name": "None",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "2"
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.RouteAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Routing.IRouteTemplateProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Template",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Routing.IRouteTemplateProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Order",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Routing.IRouteTemplateProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "template",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.SerializableError",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "BaseType": "System.Collections.Generic.Dictionary",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "modelState",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ServiceFilterAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IFilterFactory",
- "Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Order",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ServiceType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsReusable",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Filters.IFilterFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IsReusable",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateInstance",
- "Parameters": [
- {
- "Name": "serviceProvider",
- "Type": "System.IServiceProvider"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Filters.IFilterFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "type",
- "Type": "System.Type"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.SignInResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ActionResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_AuthenticationScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_AuthenticationScheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Principal",
- "Parameters": [],
- "ReturnType": "System.Security.Claims.ClaimsPrincipal",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Principal",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Properties",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Properties",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExecuteResultAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- },
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- },
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.SignOutResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ActionResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_AuthenticationSchemes",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_AuthenticationSchemes",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Properties",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Properties",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExecuteResultAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationSchemes",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationSchemes",
- "Type": "System.Collections.Generic.IList"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.StatusCodeResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ActionResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_StatusCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExecuteResult",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "statusCode",
- "Type": "System.Int32"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.TypeFilterAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Filters.IFilterFactory",
- "Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Arguments",
- "Parameters": [],
- "ReturnType": "System.Object[]",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Arguments",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object[]"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ImplementationType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Order",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsReusable",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Filters.IFilterFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IsReusable",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateInstance",
- "Parameters": [
- {
- "Name": "serviceProvider",
- "Type": "System.IServiceProvider"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Filters.IFilterFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "type",
- "Type": "System.Type"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.UnauthorizedResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.StatusCodeResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.UnsupportedMediaTypeResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.StatusCodeResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.UrlHelperExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Action",
- "Parameters": [
- {
- "Name": "helper",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Action",
- "Parameters": [
- {
- "Name": "helper",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- },
- {
- "Name": "action",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Action",
- "Parameters": [
- {
- "Name": "helper",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- },
- {
- "Name": "action",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Action",
- "Parameters": [
- {
- "Name": "helper",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- },
- {
- "Name": "action",
- "Type": "System.String"
- },
- {
- "Name": "controller",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Action",
- "Parameters": [
- {
- "Name": "helper",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- },
- {
- "Name": "action",
- "Type": "System.String"
- },
- {
- "Name": "controller",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Action",
- "Parameters": [
- {
- "Name": "helper",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- },
- {
- "Name": "action",
- "Type": "System.String"
- },
- {
- "Name": "controller",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Object"
- },
- {
- "Name": "protocol",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Action",
- "Parameters": [
- {
- "Name": "helper",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- },
- {
- "Name": "action",
- "Type": "System.String"
- },
- {
- "Name": "controller",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Object"
- },
- {
- "Name": "protocol",
- "Type": "System.String"
- },
- {
- "Name": "host",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Action",
- "Parameters": [
- {
- "Name": "helper",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- },
- {
- "Name": "action",
- "Type": "System.String"
- },
- {
- "Name": "controller",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Object"
- },
- {
- "Name": "protocol",
- "Type": "System.String"
- },
- {
- "Name": "host",
- "Type": "System.String"
- },
- {
- "Name": "fragment",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RouteUrl",
- "Parameters": [
- {
- "Name": "helper",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- },
- {
- "Name": "values",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RouteUrl",
- "Parameters": [
- {
- "Name": "helper",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- },
- {
- "Name": "routeName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RouteUrl",
- "Parameters": [
- {
- "Name": "helper",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- },
- {
- "Name": "routeName",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RouteUrl",
- "Parameters": [
- {
- "Name": "helper",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- },
- {
- "Name": "routeName",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Object"
- },
- {
- "Name": "protocol",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RouteUrl",
- "Parameters": [
- {
- "Name": "helper",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- },
- {
- "Name": "routeName",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Object"
- },
- {
- "Name": "protocol",
- "Type": "System.String"
- },
- {
- "Name": "host",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RouteUrl",
- "Parameters": [
- {
- "Name": "helper",
- "Type": "Microsoft.AspNetCore.Mvc.IUrlHelper"
- },
- {
- "Name": "routeName",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Object"
- },
- {
- "Name": "protocol",
- "Type": "System.String"
- },
- {
- "Name": "host",
- "Type": "System.String"
- },
- {
- "Name": "fragment",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.VirtualFileResult",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.FileResult",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_FileName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_FileName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "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": "Method",
- "Name": "ExecuteResultAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.IActionResult",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "fileName",
- "Type": "System.String"
- },
- {
- "Name": "contentType",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "fileName",
- "Type": "System.String"
- },
- {
- "Name": "contentType",
- "Type": "Microsoft.Net.Http.Headers.MediaTypeHeaderValue"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ViewFeatures.IKeepTempDataResult",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.IActionResult"
- ],
- "Members": [],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Routing.HttpMethodAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Routing.IActionHttpMethodProvider",
- "Microsoft.AspNetCore.Mvc.Routing.IRouteTemplateProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HttpMethods",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Routing.IActionHttpMethodProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Template",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Routing.IRouteTemplateProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Order",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Routing.IRouteTemplateProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "httpMethods",
- "Type": "System.Collections.Generic.IEnumerable"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "httpMethods",
- "Type": "System.Collections.Generic.IEnumerable"
- },
- {
- "Name": "template",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Routing.IActionHttpMethodProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HttpMethods",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Routing.IRouteTemplateProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Template",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Order",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Routing.IRouteValueProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_RouteKey",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RouteValue",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Routing.IUrlHelperFactory",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetUrlHelper",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.IUrlHelper",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Routing.KnownRouteValueConstraint",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Routing.IRouteConstraint"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Match",
- "Parameters": [
- {
- "Name": "httpContext",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "route",
- "Type": "Microsoft.AspNetCore.Routing.IRouter"
- },
- {
- "Name": "routeKey",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "Microsoft.AspNetCore.Routing.RouteValueDictionary"
- },
- {
- "Name": "routeDirection",
- "Type": "Microsoft.AspNetCore.Routing.RouteDirection"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouteConstraint",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Routing.RouteValueAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Routing.IRouteValueProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_RouteKey",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Routing.IRouteValueProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RouteValue",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Routing.IRouteValueProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "routeKey",
- "Type": "System.String"
- },
- {
- "Name": "routeValue",
- "Type": "System.String"
- }
- ],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Routing.UrlHelper",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.IUrlHelper"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ActionContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ActionContext",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.IUrlHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AmbientValues",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Routing.RouteValueDictionary",
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HttpContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Router",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Routing.IRouter",
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Action",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.Routing.UrlActionContext"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.IUrlHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IsLocalUrl",
- "Parameters": [
- {
- "Name": "url",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.IUrlHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RouteUrl",
- "Parameters": [
- {
- "Name": "routeContext",
- "Type": "Microsoft.AspNetCore.Mvc.Routing.UrlRouteContext"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.IUrlHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetVirtualPathData",
- "Parameters": [
- {
- "Name": "routeName",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "Microsoft.AspNetCore.Routing.RouteValueDictionary"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Routing.VirtualPathData",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Content",
- "Parameters": [
- {
- "Name": "contentPath",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.IUrlHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Link",
- "Parameters": [
- {
- "Name": "routeName",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.IUrlHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GenerateUrl",
- "Parameters": [
- {
- "Name": "protocol",
- "Type": "System.String"
- },
- {
- "Name": "host",
- "Type": "System.String"
- },
- {
- "Name": "pathData",
- "Type": "Microsoft.AspNetCore.Routing.VirtualPathData"
- },
- {
- "Name": "fragment",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.Routing.UrlHelperFactory",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.Routing.IUrlHelperFactory"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetUrlHelper",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.IUrlHelper",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.Routing.IUrlHelperFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.DefaultModelBindingContext",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ActionContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ActionContext",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ActionContext",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_FieldName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_FieldName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Model",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Model",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelMetadata",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ModelMetadata",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ModelName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModelState",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ModelState",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_BinderModelName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_BinderModelName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_BindingSource",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_BindingSource",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsTopLevelObject",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IsTopLevelObject",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_OriginalValueProvider",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_OriginalValueProvider",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValueProvider",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ValueProvider",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PropertyFilter",
- "Parameters": [],
- "ReturnType": "System.Func",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_PropertyFilter",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Func"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValidationState",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateDictionary",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ValidationState",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Result",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingResult",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Result",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingResult"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateBindingContext",
- "Parameters": [
- {
- "Name": "actionContext",
- "Type": "Microsoft.AspNetCore.Mvc.ActionContext"
- },
- {
- "Name": "valueProvider",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
- },
- {
- "Name": "metadata",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- },
- {
- "Name": "bindingInfo",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo"
- },
- {
- "Name": "modelName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "EnterNestedScope",
- "Parameters": [
- {
- "Name": "modelMetadata",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata"
- },
- {
- "Name": "fieldName",
- "Type": "System.String"
- },
- {
- "Name": "modelName",
- "Type": "System.String"
- },
- {
- "Name": "model",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext+NestedScope",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "EnterNestedScope",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext+NestedScope",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExitNestedScope",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior",
- "Visibility": "Public",
- "Kind": "Enumeration",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "Optional",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "0"
- },
- {
- "Kind": "Field",
- "Name": "Never",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "1"
- },
- {
- "Kind": "Field",
- "Name": "Required",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "2"
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Behavior",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "behavior",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceValueProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_BindingSource",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ContainsPrefix",
- "Parameters": [
- {
- "Name": "prefix",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetValue",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
- "Virtual": true,
- "Abstract": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Filter",
- "Parameters": [
- {
- "Name": "bindingSource",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceValueProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "bindingSource",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.BindNeverAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "BaseType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.BindRequiredAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "BaseType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.CompositeValueProvider",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Collections.ObjectModel.Collection",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IEnumerableValueProvider",
- "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceValueProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateAsync",
- "Parameters": [
- {
- "Name": "controllerContext",
- "Type": "Microsoft.AspNetCore.Mvc.ControllerContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ContainsPrefix",
- "Parameters": [
- {
- "Name": "prefix",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetValue",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetKeysFromPrefix",
- "Parameters": [
- {
- "Name": "prefix",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IEnumerableValueProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "InsertItem",
- "Parameters": [
- {
- "Name": "index",
- "Type": "System.Int32"
- },
- {
- "Name": "item",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetItem",
- "Parameters": [
- {
- "Name": "index",
- "Type": "System.Int32"
- },
- {
- "Name": "item",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Filter",
- "Parameters": [
- {
- "Name": "bindingSource",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceValueProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "valueProviders",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.DefaultPropertyFilterProvider",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IPropertyFilterProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Prefix",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PropertyIncludeExpressions",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IEnumerable>>",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PropertyFilter",
- "Parameters": [],
- "ReturnType": "System.Func",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IPropertyFilterProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": [
- {
- "ParameterName": "TModel",
- "ParameterPosition": 0,
- "Class": true,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.EmptyModelMetadataProvider",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DefaultModelMetadataProvider",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.FormValueProvider",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IEnumerableValueProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Culture",
- "Parameters": [],
- "ReturnType": "System.Globalization.CultureInfo",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PrefixContainer",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Internal.PrefixContainer",
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ContainsPrefix",
- "Parameters": [
- {
- "Name": "prefix",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetKeysFromPrefix",
- "Parameters": [
- {
- "Name": "prefix",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IEnumerableValueProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetValue",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "bindingSource",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
- },
- {
- "Name": "values",
- "Type": "Microsoft.AspNetCore.Http.IFormCollection"
- },
- {
- "Name": "culture",
- "Type": "System.Globalization.CultureInfo"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.FormValueProviderFactory",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProviderFactory"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateValueProviderAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderFactoryContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProviderFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceValueProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Filter",
- "Parameters": [
- {
- "Name": "bindingSource",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.ICollectionModelBinder",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CanCreateInstance",
- "Parameters": [
- {
- "Name": "targetType",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.IEnumerableValueProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetKeysFromPrefix",
- "Parameters": [
- {
- "Name": "prefix",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderFactory",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateBinder",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderFactoryContext"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Mvc.ModelBinding.JQueryFormValueProvider",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Mvc.ModelBinding.IEnumerableValueProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_PrefixContainer",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Mvc.Internal.PrefixContainer",
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ContainsPrefix",
- "Parameters": [
- {
- "Name": "prefix",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetKeysFromPrefix",
- "Parameters": [
- {
- "Name": "prefix",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Collections.Generic.IDictionary