@tsonic/aspnetcore 10.0.39 → 10.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +175 -172
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authentication.d.ts +2 -0
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +36 -35
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +78 -77
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components/bindings.json +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +226 -228
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +73 -75
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +15 -17
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +20 -19
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Components.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +31 -30
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +33 -32
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Http/bindings.json +470 -530
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +313 -318
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +54 -56
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +63 -62
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Http.d.ts +4 -4
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +249 -248
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +394 -393
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +72 -71
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +99 -119
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +91 -91
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +59 -58
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +27 -26
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +50 -33
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +1 -0
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +261 -263
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +36 -35
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +58 -43
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +140 -139
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +137 -136
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +45 -44
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +4 -6
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +181 -183
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +1 -1
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +15 -17
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +135 -137
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +13 -15
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +32 -31
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Routing.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +9 -11
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.SignalR/bindings.json +131 -131
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +104 -106
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
- package/Microsoft.AspNetCore.SignalR.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.WebUtilities.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +30 -29
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.JSInterop/internal/index.d.ts +46 -48
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +8 -10
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
- package/README.md +58 -15
- package/System.Formats.Cbor/internal/index.d.ts +4 -6
- package/System.Security.Claims/internal/index.d.ts +4 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +13 -15
- package/__internal/extensions/index.d.ts +417 -419
- package/package.json +4 -4
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc.Routing
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.Abstractions, Microsoft.AspNetCore.Mvc.Core
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { Endpoint, HttpContext } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
@@ -31,7 +32,7 @@ export interface IRouteTemplateProvider$instance {
|
|
|
31
32
|
|
|
32
33
|
readonly Template: string;
|
|
33
34
|
readonly Order: Nullable_1<System_Internal.Int32>;
|
|
34
|
-
readonly Name: string |
|
|
35
|
+
readonly Name: string | null;
|
|
35
36
|
}
|
|
36
37
|
|
|
37
38
|
|
|
@@ -59,13 +60,13 @@ export type IUrlHelperFactory = IUrlHelperFactory$instance;
|
|
|
59
60
|
export interface AttributeRouteInfo$instance {
|
|
60
61
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_AttributeRouteInfo: never;
|
|
61
62
|
|
|
62
|
-
get Name(): string |
|
|
63
|
-
set Name(value: string |
|
|
63
|
+
get Name(): string | null;
|
|
64
|
+
set Name(value: string | null);
|
|
64
65
|
Order: int;
|
|
65
66
|
SuppressLinkGeneration: boolean;
|
|
66
67
|
SuppressPathMatching: boolean;
|
|
67
|
-
get Template(): string |
|
|
68
|
-
set Template(value: string |
|
|
68
|
+
get Template(): string | null;
|
|
69
|
+
set Template(value: string | null);
|
|
69
70
|
}
|
|
70
71
|
|
|
71
72
|
|
|
@@ -79,8 +80,8 @@ export type AttributeRouteInfo = AttributeRouteInfo$instance;
|
|
|
79
80
|
export interface DynamicRouteValueTransformer$instance {
|
|
80
81
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_DynamicRouteValueTransformer: never;
|
|
81
82
|
|
|
82
|
-
get State():
|
|
83
|
-
set State(value:
|
|
83
|
+
get State(): JsValue | null;
|
|
84
|
+
set State(value: JsValue | null);
|
|
84
85
|
FilterAsync(httpContext: HttpContext, values: RouteValueDictionary, endpoints: IReadOnlyList_1<Endpoint>): ValueTask_1<IReadOnlyList_1<Endpoint>>;
|
|
85
86
|
TransformAsync(httpContext: HttpContext, values: RouteValueDictionary): ValueTask_1<RouteValueDictionary>;
|
|
86
87
|
}
|
|
@@ -99,14 +100,14 @@ export interface HttpMethodAttribute$instance extends Attribute, IActionHttpMeth
|
|
|
99
100
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteTemplateProvider: never;
|
|
100
101
|
|
|
101
102
|
readonly HttpMethods: IEnumerable_1<System_Internal.String>;
|
|
102
|
-
get Name(): string |
|
|
103
|
-
set Name(value: string |
|
|
103
|
+
get Name(): string | null;
|
|
104
|
+
set Name(value: string | null);
|
|
104
105
|
Order: int;
|
|
105
106
|
readonly Template: string;
|
|
106
107
|
}
|
|
107
108
|
|
|
108
109
|
|
|
109
|
-
export const HttpMethodAttribute: (abstract new(httpMethods: IEnumerable_1<System_Internal.String>) => HttpMethodAttribute) & (abstract new(httpMethods: IEnumerable_1<System_Internal.String>, template: string) => HttpMethodAttribute) & {
|
|
110
|
+
export const HttpMethodAttribute: (abstract new(httpMethods: IEnumerable_1<System_Internal.String>) => HttpMethodAttribute) & (abstract new(httpMethods: IEnumerable_1<System_Internal.String>, template: string | null) => HttpMethodAttribute) & {
|
|
110
111
|
};
|
|
111
112
|
|
|
112
113
|
|
|
@@ -124,7 +125,7 @@ export interface KnownRouteValueConstraint$instance extends IParameterPolicy, Mi
|
|
|
124
125
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
125
126
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
126
127
|
|
|
127
|
-
Match(httpContext: HttpContext, route: IRouter, routeKey: string, values: RouteValueDictionary, routeDirection: RouteDirection): boolean;
|
|
128
|
+
Match(httpContext: HttpContext | null, route: IRouter | null, routeKey: string, values: RouteValueDictionary, routeDirection: RouteDirection): boolean;
|
|
128
129
|
}
|
|
129
130
|
|
|
130
131
|
|
|
@@ -164,18 +165,18 @@ export type RouteValueAttribute = RouteValueAttribute$instance & __RouteValueAtt
|
|
|
164
165
|
export interface UrlActionContext$instance {
|
|
165
166
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_UrlActionContext: never;
|
|
166
167
|
|
|
167
|
-
get Action(): string |
|
|
168
|
-
set Action(value: string |
|
|
169
|
-
get Controller(): string |
|
|
170
|
-
set Controller(value: string |
|
|
171
|
-
get Fragment(): string |
|
|
172
|
-
set Fragment(value: string |
|
|
173
|
-
get Host(): string |
|
|
174
|
-
set Host(value: string |
|
|
175
|
-
get Protocol(): string |
|
|
176
|
-
set Protocol(value: string |
|
|
177
|
-
get Values():
|
|
178
|
-
set Values(value:
|
|
168
|
+
get Action(): string | null;
|
|
169
|
+
set Action(value: string | null);
|
|
170
|
+
get Controller(): string | null;
|
|
171
|
+
set Controller(value: string | null);
|
|
172
|
+
get Fragment(): string | null;
|
|
173
|
+
set Fragment(value: string | null);
|
|
174
|
+
get Host(): string | null;
|
|
175
|
+
set Host(value: string | null);
|
|
176
|
+
get Protocol(): string | null;
|
|
177
|
+
set Protocol(value: string | null);
|
|
178
|
+
get Values(): JsValue | null;
|
|
179
|
+
set Values(value: JsValue | null);
|
|
179
180
|
}
|
|
180
181
|
|
|
181
182
|
|
|
@@ -191,10 +192,10 @@ export interface UrlHelper$instance extends UrlHelperBase$instance {
|
|
|
191
192
|
|
|
192
193
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IUrlHelper: never;
|
|
193
194
|
|
|
194
|
-
Action(actionContext: UrlActionContext): string |
|
|
195
|
-
GenerateUrl3(protocol: string, host: string, pathData: VirtualPathData, fragment: string): string |
|
|
196
|
-
GetVirtualPathData(routeName: string, values: RouteValueDictionary): VirtualPathData |
|
|
197
|
-
RouteUrl(routeContext: UrlRouteContext): string |
|
|
195
|
+
Action(actionContext: UrlActionContext): string | null;
|
|
196
|
+
GenerateUrl3(protocol: string | null, host: string | null, pathData: VirtualPathData | null, fragment: string | null): string | null;
|
|
197
|
+
GetVirtualPathData(routeName: string | null, values: RouteValueDictionary): VirtualPathData | null;
|
|
198
|
+
RouteUrl(routeContext: UrlRouteContext): string | null;
|
|
198
199
|
}
|
|
199
200
|
|
|
200
201
|
|
|
@@ -216,11 +217,11 @@ export interface UrlHelperBase$instance extends Microsoft_AspNetCore_Mvc_Interna
|
|
|
216
217
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IUrlHelper: never;
|
|
217
218
|
|
|
218
219
|
readonly ActionContext: ActionContext;
|
|
219
|
-
Action(actionContext: UrlActionContext): string |
|
|
220
|
-
Content(contentPath: string): string |
|
|
221
|
-
IsLocalUrl(url: string): boolean;
|
|
222
|
-
Link(routeName: string, values:
|
|
223
|
-
RouteUrl(routeContext: UrlRouteContext): string |
|
|
220
|
+
Action(actionContext: UrlActionContext): string | null;
|
|
221
|
+
Content(contentPath: string | null): string | null;
|
|
222
|
+
IsLocalUrl(url: string | null): boolean;
|
|
223
|
+
Link(routeName: string | null, values: JsValue | null): string | null;
|
|
224
|
+
RouteUrl(routeContext: UrlRouteContext): string | null;
|
|
224
225
|
}
|
|
225
226
|
|
|
226
227
|
|
|
@@ -259,16 +260,16 @@ export type UrlHelperFactory = UrlHelperFactory$instance & __UrlHelperFactory$vi
|
|
|
259
260
|
export interface UrlRouteContext$instance {
|
|
260
261
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_UrlRouteContext: never;
|
|
261
262
|
|
|
262
|
-
get Fragment(): string |
|
|
263
|
-
set Fragment(value: string |
|
|
264
|
-
get Host(): string |
|
|
265
|
-
set Host(value: string |
|
|
266
|
-
get Protocol(): string |
|
|
267
|
-
set Protocol(value: string |
|
|
268
|
-
get RouteName(): string |
|
|
269
|
-
set RouteName(value: string |
|
|
270
|
-
get Values():
|
|
271
|
-
set Values(value:
|
|
263
|
+
get Fragment(): string | null;
|
|
264
|
+
set Fragment(value: string | null);
|
|
265
|
+
get Host(): string | null;
|
|
266
|
+
set Host(value: string | null);
|
|
267
|
+
get Protocol(): string | null;
|
|
268
|
+
set Protocol(value: string | null);
|
|
269
|
+
get RouteName(): string | null;
|
|
270
|
+
set RouteName(value: string | null);
|
|
271
|
+
get Values(): JsValue | null;
|
|
272
|
+
set Values(value: JsValue | null);
|
|
272
273
|
}
|
|
273
274
|
|
|
274
275
|
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc.TagHelpers
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.TagHelpers
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { ImportMapDefinition } from "../../Microsoft.AspNetCore.Components/internal/index.js";
|
|
@@ -170,7 +168,7 @@ export interface ComponentTagHelper$instance extends TagHelper {
|
|
|
170
168
|
readonly __tsonic_iface_Microsoft_AspNetCore_Razor_TagHelpers_ITagHelperComponent: never;
|
|
171
169
|
|
|
172
170
|
ComponentType: Type;
|
|
173
|
-
Parameters: IDictionary_2<System_Internal.String,
|
|
171
|
+
Parameters: IDictionary_2<System_Internal.String, JsValue>;
|
|
174
172
|
RenderMode: RenderMode;
|
|
175
173
|
ViewContext: ViewContext;
|
|
176
174
|
ProcessAsync(context: TagHelperContext, output: TagHelperOutput): Task;
|
|
@@ -472,7 +470,7 @@ export interface PartialTagHelper$instance extends TagHelper {
|
|
|
472
470
|
|
|
473
471
|
FallbackName: string;
|
|
474
472
|
For: ModelExpression;
|
|
475
|
-
Model:
|
|
473
|
+
Model: JsValue;
|
|
476
474
|
Name: string;
|
|
477
475
|
Optional: boolean;
|
|
478
476
|
ViewContext: ViewContext;
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc.TagHelpers.Cache
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.TagHelpers
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { HtmlString, IHtmlContent } from "../../Microsoft.AspNetCore.Html/internal/index.js";
|
|
@@ -50,7 +51,7 @@ export interface CacheTagKey$instance {
|
|
|
50
51
|
|
|
51
52
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
52
53
|
|
|
53
|
-
Equals(obj:
|
|
54
|
+
Equals(obj: JsValue): boolean;
|
|
54
55
|
Equals(other: CacheTagKey): boolean;
|
|
55
56
|
GenerateHashedKey(): string;
|
|
56
57
|
GenerateKey(): string;
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc.ViewComponents
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.ViewFeatures
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { IHtmlContent } from "../../Microsoft.AspNetCore.Html/internal/index.js";
|
|
@@ -27,9 +28,9 @@ import type { Attribute, Boolean as ClrBoolean, Int32, Object as ClrObject, Stri
|
|
|
27
28
|
export interface IViewComponentActivator$instance {
|
|
28
29
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewComponents_IViewComponentActivator: never;
|
|
29
30
|
|
|
30
|
-
Create(context: ViewComponentContext):
|
|
31
|
-
Release(context: ViewComponentContext, viewComponent:
|
|
32
|
-
ReleaseAsync(context: ViewComponentContext, viewComponent:
|
|
31
|
+
Create(context: ViewComponentContext): JsValue;
|
|
32
|
+
Release(context: ViewComponentContext, viewComponent: JsValue): void;
|
|
33
|
+
ReleaseAsync(context: ViewComponentContext, viewComponent: JsValue): ValueTask;
|
|
33
34
|
}
|
|
34
35
|
|
|
35
36
|
|
|
@@ -56,9 +57,9 @@ export type IViewComponentDescriptorProvider = IViewComponentDescriptorProvider$
|
|
|
56
57
|
export interface IViewComponentFactory$instance {
|
|
57
58
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewComponents_IViewComponentFactory: never;
|
|
58
59
|
|
|
59
|
-
CreateViewComponent(context: ViewComponentContext):
|
|
60
|
-
ReleaseViewComponent(context: ViewComponentContext, component:
|
|
61
|
-
ReleaseViewComponentAsync(context: ViewComponentContext, component:
|
|
60
|
+
CreateViewComponent(context: ViewComponentContext): JsValue;
|
|
61
|
+
ReleaseViewComponent(context: ViewComponentContext, component: JsValue): void;
|
|
62
|
+
ReleaseViewComponentAsync(context: ViewComponentContext, component: JsValue): ValueTask;
|
|
62
63
|
}
|
|
63
64
|
|
|
64
65
|
|
|
@@ -162,9 +163,9 @@ export interface DefaultViewComponentFactory$instance extends IViewComponentFact
|
|
|
162
163
|
|
|
163
164
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewComponents_IViewComponentFactory: never;
|
|
164
165
|
|
|
165
|
-
CreateViewComponent(context: ViewComponentContext):
|
|
166
|
-
ReleaseViewComponent(context: ViewComponentContext, component:
|
|
167
|
-
ReleaseViewComponentAsync(context: ViewComponentContext, component:
|
|
166
|
+
CreateViewComponent(context: ViewComponentContext): JsValue;
|
|
167
|
+
ReleaseViewComponent(context: ViewComponentContext, component: JsValue): void;
|
|
168
|
+
ReleaseViewComponentAsync(context: ViewComponentContext, component: JsValue): ValueTask;
|
|
168
169
|
}
|
|
169
170
|
|
|
170
171
|
|
|
@@ -187,8 +188,8 @@ export interface DefaultViewComponentHelper$instance extends Microsoft_AspNetCor
|
|
|
187
188
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IViewContextAware: never;
|
|
188
189
|
|
|
189
190
|
Contextualize(viewContext: ViewContext): void;
|
|
190
|
-
InvokeAsync(name: string, arguments:
|
|
191
|
-
InvokeAsync(componentType: Type, arguments:
|
|
191
|
+
InvokeAsync(name: string, arguments: JsValue | null): Task_1<IHtmlContent>;
|
|
192
|
+
InvokeAsync(componentType: Type, arguments: JsValue | null): Task_1<IHtmlContent>;
|
|
192
193
|
}
|
|
193
194
|
|
|
194
195
|
|
|
@@ -254,8 +255,8 @@ export interface ServiceBasedViewComponentActivator$instance extends IViewCompon
|
|
|
254
255
|
|
|
255
256
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewComponents_IViewComponentActivator: never;
|
|
256
257
|
|
|
257
|
-
Create(context: ViewComponentContext):
|
|
258
|
-
Release(context: ViewComponentContext, viewComponent:
|
|
258
|
+
Create(context: ViewComponentContext): JsValue;
|
|
259
|
+
Release(context: ViewComponentContext, viewComponent: JsValue): void;
|
|
259
260
|
}
|
|
260
261
|
|
|
261
262
|
|
|
@@ -274,7 +275,7 @@ export type ServiceBasedViewComponentActivator = ServiceBasedViewComponentActiva
|
|
|
274
275
|
export interface ViewComponentContext$instance {
|
|
275
276
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewComponents_ViewComponentContext: never;
|
|
276
277
|
|
|
277
|
-
Arguments: IDictionary_2<System_Internal.String,
|
|
278
|
+
Arguments: IDictionary_2<System_Internal.String, JsValue | null>;
|
|
278
279
|
HtmlEncoder: HtmlEncoder;
|
|
279
280
|
readonly TempData: ITempDataDictionary;
|
|
280
281
|
ViewComponentDescriptor: ViewComponentDescriptor;
|
|
@@ -286,7 +287,7 @@ export interface ViewComponentContext$instance {
|
|
|
286
287
|
|
|
287
288
|
export const ViewComponentContext: {
|
|
288
289
|
new(): ViewComponentContext;
|
|
289
|
-
new(viewComponentDescriptor: ViewComponentDescriptor, arguments: IDictionary_2<System_Internal.String,
|
|
290
|
+
new(viewComponentDescriptor: ViewComponentDescriptor, arguments: IDictionary_2<System_Internal.String, JsValue | null>, htmlEncoder: HtmlEncoder, viewContext: ViewContext, writer: TextWriter): ViewComponentContext;
|
|
290
291
|
};
|
|
291
292
|
|
|
292
293
|
|
|
@@ -382,12 +383,12 @@ export interface ViewViewComponentResult$instance extends Microsoft_AspNetCore_M
|
|
|
382
383
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IViewComponentResult: never;
|
|
383
384
|
|
|
384
385
|
TempData: ITempDataDictionary;
|
|
385
|
-
get ViewData(): ViewDataDictionary |
|
|
386
|
-
set ViewData(value: ViewDataDictionary |
|
|
387
|
-
get ViewEngine(): IViewEngine |
|
|
388
|
-
set ViewEngine(value: IViewEngine |
|
|
389
|
-
get ViewName(): string |
|
|
390
|
-
set ViewName(value: string |
|
|
386
|
+
get ViewData(): ViewDataDictionary | null;
|
|
387
|
+
set ViewData(value: ViewDataDictionary | null);
|
|
388
|
+
get ViewEngine(): IViewEngine | null;
|
|
389
|
+
set ViewEngine(value: IViewEngine | null);
|
|
390
|
+
get ViewName(): string | null;
|
|
391
|
+
set ViewName(value: string | null);
|
|
391
392
|
Execute(context: ViewComponentContext): void;
|
|
392
393
|
ExecuteAsync(context: ViewComponentContext): Task;
|
|
393
394
|
}
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc.ViewEngines
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.ViewFeatures
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { ViewContext } from "../../Microsoft.AspNetCore.Mvc.Rendering/internal/index.js";
|
|
@@ -19,7 +20,7 @@ export interface ICompositeViewEngine$instance extends IViewEngine {
|
|
|
19
20
|
|
|
20
21
|
readonly ViewEngines: IReadOnlyList_1<IViewEngine>;
|
|
21
22
|
FindView(context: ActionContext, viewName: string, isMainPage: boolean): ViewEngineResult;
|
|
22
|
-
GetView(executingFilePath: string, viewPath: string, isMainPage: boolean): ViewEngineResult;
|
|
23
|
+
GetView(executingFilePath: string | null, viewPath: string, isMainPage: boolean): ViewEngineResult;
|
|
23
24
|
}
|
|
24
25
|
|
|
25
26
|
|
|
@@ -41,7 +42,7 @@ export interface IViewEngine$instance {
|
|
|
41
42
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewEngines_IViewEngine: never;
|
|
42
43
|
|
|
43
44
|
FindView(context: ActionContext, viewName: string, isMainPage: boolean): ViewEngineResult;
|
|
44
|
-
GetView(executingFilePath: string, viewPath: string, isMainPage: boolean): ViewEngineResult;
|
|
45
|
+
GetView(executingFilePath: string | null, viewPath: string, isMainPage: boolean): ViewEngineResult;
|
|
45
46
|
}
|
|
46
47
|
|
|
47
48
|
|
|
@@ -55,7 +56,7 @@ export interface CompositeViewEngine$instance {
|
|
|
55
56
|
|
|
56
57
|
readonly ViewEngines: IReadOnlyList_1<IViewEngine>;
|
|
57
58
|
FindView(context: ActionContext, viewName: string, isMainPage: boolean): ViewEngineResult;
|
|
58
|
-
GetView(executingFilePath: string, viewPath: string, isMainPage: boolean): ViewEngineResult;
|
|
59
|
+
GetView(executingFilePath: string | null, viewPath: string, isMainPage: boolean): ViewEngineResult;
|
|
59
60
|
}
|
|
60
61
|
|
|
61
62
|
|
|
@@ -77,10 +78,10 @@ export interface ViewEngineResult$instance {
|
|
|
77
78
|
|
|
78
79
|
SearchedLocations: IEnumerable_1<System_Internal.String>;
|
|
79
80
|
readonly Success: boolean;
|
|
80
|
-
get View(): IView |
|
|
81
|
-
set View(value: IView |
|
|
81
|
+
get View(): IView | null;
|
|
82
|
+
set View(value: IView | null);
|
|
82
83
|
ViewName: string;
|
|
83
|
-
EnsureSuccessful(originalLocations: IEnumerable_1<System_Internal.String>): ViewEngineResult;
|
|
84
|
+
EnsureSuccessful(originalLocations: IEnumerable_1<System_Internal.String> | null): ViewEngineResult;
|
|
84
85
|
}
|
|
85
86
|
|
|
86
87
|
|
|
@@ -1120,137 +1120,6 @@
|
|
|
1120
1120
|
"events": [],
|
|
1121
1121
|
"constructors": []
|
|
1122
1122
|
},
|
|
1123
|
-
{
|
|
1124
|
-
"stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
|
|
1125
|
-
"clrName": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
|
|
1126
|
-
"assemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures",
|
|
1127
|
-
"metadataToken": 0,
|
|
1128
|
-
"kind": "Struct",
|
|
1129
|
-
"accessibility": "Public",
|
|
1130
|
-
"isAbstract": false,
|
|
1131
|
-
"isSealed": true,
|
|
1132
|
-
"isStatic": false,
|
|
1133
|
-
"arity": 0,
|
|
1134
|
-
"baseType": {
|
|
1135
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
1136
|
-
"clrName": "System.ValueType"
|
|
1137
|
-
},
|
|
1138
|
-
"interfaces": [
|
|
1139
|
-
{
|
|
1140
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
1141
|
-
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
1142
|
-
"typeArguments": [
|
|
1143
|
-
"KeyValuePair_2[[String,String]]"
|
|
1144
|
-
]
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
1148
|
-
"clrName": "System.Collections.IEnumerator"
|
|
1149
|
-
},
|
|
1150
|
-
{
|
|
1151
|
-
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
1152
|
-
"clrName": "System.IDisposable"
|
|
1153
|
-
}
|
|
1154
|
-
],
|
|
1155
|
-
"methods": [
|
|
1156
|
-
{
|
|
1157
|
-
"stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::Dispose():System.Void",
|
|
1158
|
-
"clrName": "Dispose",
|
|
1159
|
-
"metadataToken": 100664933,
|
|
1160
|
-
"canonicalSignature": "():System.Void",
|
|
1161
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1162
|
-
"emitScope": "ClassSurface",
|
|
1163
|
-
"provenance": "Original",
|
|
1164
|
-
"arity": 0,
|
|
1165
|
-
"parameterCount": 0,
|
|
1166
|
-
"isStatic": false,
|
|
1167
|
-
"isAbstract": false,
|
|
1168
|
-
"isVirtual": true,
|
|
1169
|
-
"isOverride": false,
|
|
1170
|
-
"isSealed": true,
|
|
1171
|
-
"visibility": "Public",
|
|
1172
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
|
|
1173
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures",
|
|
1174
|
-
"isExtensionMethod": false
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
"stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::MoveNext():System.Boolean",
|
|
1178
|
-
"clrName": "MoveNext",
|
|
1179
|
-
"metadataToken": 100664934,
|
|
1180
|
-
"canonicalSignature": "():System.Boolean",
|
|
1181
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
1182
|
-
"emitScope": "ClassSurface",
|
|
1183
|
-
"provenance": "Original",
|
|
1184
|
-
"arity": 0,
|
|
1185
|
-
"parameterCount": 0,
|
|
1186
|
-
"isStatic": false,
|
|
1187
|
-
"isAbstract": false,
|
|
1188
|
-
"isVirtual": true,
|
|
1189
|
-
"isOverride": false,
|
|
1190
|
-
"isSealed": true,
|
|
1191
|
-
"visibility": "Public",
|
|
1192
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
|
|
1193
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures",
|
|
1194
|
-
"isExtensionMethod": false
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::Reset():System.Void",
|
|
1198
|
-
"clrName": "Reset",
|
|
1199
|
-
"metadataToken": 100664935,
|
|
1200
|
-
"canonicalSignature": "():System.Void",
|
|
1201
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
1202
|
-
"emitScope": "ClassSurface",
|
|
1203
|
-
"provenance": "Original",
|
|
1204
|
-
"arity": 0,
|
|
1205
|
-
"parameterCount": 0,
|
|
1206
|
-
"isStatic": false,
|
|
1207
|
-
"isAbstract": false,
|
|
1208
|
-
"isVirtual": true,
|
|
1209
|
-
"isOverride": false,
|
|
1210
|
-
"isSealed": true,
|
|
1211
|
-
"visibility": "Public",
|
|
1212
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
|
|
1213
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures",
|
|
1214
|
-
"isExtensionMethod": false
|
|
1215
|
-
}
|
|
1216
|
-
],
|
|
1217
|
-
"properties": [
|
|
1218
|
-
{
|
|
1219
|
-
"stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::Current:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1220
|
-
"clrName": "Current",
|
|
1221
|
-
"metadataToken": 385876322,
|
|
1222
|
-
"canonicalSignature": ":System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1223
|
-
"normalizedSignature": "Current|:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
1224
|
-
"emitScope": "ClassSurface",
|
|
1225
|
-
"provenance": "Original",
|
|
1226
|
-
"isIndexer": false,
|
|
1227
|
-
"hasGetter": true,
|
|
1228
|
-
"hasSetter": false,
|
|
1229
|
-
"isStatic": false,
|
|
1230
|
-
"isAbstract": false,
|
|
1231
|
-
"isVirtual": true,
|
|
1232
|
-
"isOverride": false,
|
|
1233
|
-
"visibility": "Public",
|
|
1234
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
|
|
1235
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures"
|
|
1236
|
-
}
|
|
1237
|
-
],
|
|
1238
|
-
"fields": [],
|
|
1239
|
-
"events": [],
|
|
1240
|
-
"constructors": [
|
|
1241
|
-
{
|
|
1242
|
-
"stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::.ctor(Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary):void",
|
|
1243
|
-
"metadataToken": 100664930,
|
|
1244
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary):void",
|
|
1245
|
-
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary):void|static=false",
|
|
1246
|
-
"isStatic": false,
|
|
1247
|
-
"parameterCount": 1,
|
|
1248
|
-
"visibility": "Public",
|
|
1249
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
|
|
1250
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures"
|
|
1251
|
-
}
|
|
1252
|
-
]
|
|
1253
|
-
},
|
|
1254
1123
|
{
|
|
1255
1124
|
"stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary",
|
|
1256
1125
|
"clrName": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary",
|
|
@@ -1630,6 +1499,137 @@
|
|
|
1630
1499
|
}
|
|
1631
1500
|
]
|
|
1632
1501
|
},
|
|
1502
|
+
{
|
|
1503
|
+
"stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
|
|
1504
|
+
"clrName": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
|
|
1505
|
+
"assemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures",
|
|
1506
|
+
"metadataToken": 0,
|
|
1507
|
+
"kind": "Struct",
|
|
1508
|
+
"accessibility": "Public",
|
|
1509
|
+
"isAbstract": false,
|
|
1510
|
+
"isSealed": true,
|
|
1511
|
+
"isStatic": false,
|
|
1512
|
+
"arity": 0,
|
|
1513
|
+
"baseType": {
|
|
1514
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
1515
|
+
"clrName": "System.ValueType"
|
|
1516
|
+
},
|
|
1517
|
+
"interfaces": [
|
|
1518
|
+
{
|
|
1519
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
1520
|
+
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
1521
|
+
"typeArguments": [
|
|
1522
|
+
"KeyValuePair_2[[String,String]]"
|
|
1523
|
+
]
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
1527
|
+
"clrName": "System.Collections.IEnumerator"
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
1531
|
+
"clrName": "System.IDisposable"
|
|
1532
|
+
}
|
|
1533
|
+
],
|
|
1534
|
+
"methods": [
|
|
1535
|
+
{
|
|
1536
|
+
"stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::Dispose():System.Void",
|
|
1537
|
+
"clrName": "Dispose",
|
|
1538
|
+
"metadataToken": 100664933,
|
|
1539
|
+
"canonicalSignature": "():System.Void",
|
|
1540
|
+
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1541
|
+
"emitScope": "ClassSurface",
|
|
1542
|
+
"provenance": "Original",
|
|
1543
|
+
"arity": 0,
|
|
1544
|
+
"parameterCount": 0,
|
|
1545
|
+
"isStatic": false,
|
|
1546
|
+
"isAbstract": false,
|
|
1547
|
+
"isVirtual": true,
|
|
1548
|
+
"isOverride": false,
|
|
1549
|
+
"isSealed": true,
|
|
1550
|
+
"visibility": "Public",
|
|
1551
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
|
|
1552
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures",
|
|
1553
|
+
"isExtensionMethod": false
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
"stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::MoveNext():System.Boolean",
|
|
1557
|
+
"clrName": "MoveNext",
|
|
1558
|
+
"metadataToken": 100664934,
|
|
1559
|
+
"canonicalSignature": "():System.Boolean",
|
|
1560
|
+
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
1561
|
+
"emitScope": "ClassSurface",
|
|
1562
|
+
"provenance": "Original",
|
|
1563
|
+
"arity": 0,
|
|
1564
|
+
"parameterCount": 0,
|
|
1565
|
+
"isStatic": false,
|
|
1566
|
+
"isAbstract": false,
|
|
1567
|
+
"isVirtual": true,
|
|
1568
|
+
"isOverride": false,
|
|
1569
|
+
"isSealed": true,
|
|
1570
|
+
"visibility": "Public",
|
|
1571
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
|
|
1572
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures",
|
|
1573
|
+
"isExtensionMethod": false
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::Reset():System.Void",
|
|
1577
|
+
"clrName": "Reset",
|
|
1578
|
+
"metadataToken": 100664935,
|
|
1579
|
+
"canonicalSignature": "():System.Void",
|
|
1580
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
1581
|
+
"emitScope": "ClassSurface",
|
|
1582
|
+
"provenance": "Original",
|
|
1583
|
+
"arity": 0,
|
|
1584
|
+
"parameterCount": 0,
|
|
1585
|
+
"isStatic": false,
|
|
1586
|
+
"isAbstract": false,
|
|
1587
|
+
"isVirtual": true,
|
|
1588
|
+
"isOverride": false,
|
|
1589
|
+
"isSealed": true,
|
|
1590
|
+
"visibility": "Public",
|
|
1591
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
|
|
1592
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures",
|
|
1593
|
+
"isExtensionMethod": false
|
|
1594
|
+
}
|
|
1595
|
+
],
|
|
1596
|
+
"properties": [
|
|
1597
|
+
{
|
|
1598
|
+
"stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::Current:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1599
|
+
"clrName": "Current",
|
|
1600
|
+
"metadataToken": 385876322,
|
|
1601
|
+
"canonicalSignature": ":System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1602
|
+
"normalizedSignature": "Current|:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
1603
|
+
"emitScope": "ClassSurface",
|
|
1604
|
+
"provenance": "Original",
|
|
1605
|
+
"isIndexer": false,
|
|
1606
|
+
"hasGetter": true,
|
|
1607
|
+
"hasSetter": false,
|
|
1608
|
+
"isStatic": false,
|
|
1609
|
+
"isAbstract": false,
|
|
1610
|
+
"isVirtual": true,
|
|
1611
|
+
"isOverride": false,
|
|
1612
|
+
"visibility": "Public",
|
|
1613
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
|
|
1614
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures"
|
|
1615
|
+
}
|
|
1616
|
+
],
|
|
1617
|
+
"fields": [],
|
|
1618
|
+
"events": [],
|
|
1619
|
+
"constructors": [
|
|
1620
|
+
{
|
|
1621
|
+
"stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::.ctor(Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary):void",
|
|
1622
|
+
"metadataToken": 100664930,
|
|
1623
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary):void",
|
|
1624
|
+
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary):void|static=false",
|
|
1625
|
+
"isStatic": false,
|
|
1626
|
+
"parameterCount": 1,
|
|
1627
|
+
"visibility": "Public",
|
|
1628
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
|
|
1629
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures"
|
|
1630
|
+
}
|
|
1631
|
+
]
|
|
1632
|
+
},
|
|
1633
1633
|
{
|
|
1634
1634
|
"stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.CookieTempDataProvider",
|
|
1635
1635
|
"clrName": "Microsoft.AspNetCore.Mvc.ViewFeatures.CookieTempDataProvider",
|