@tsonic/aspnetcore 10.0.5 → 10.0.7
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 +6 -6
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +182 -112
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +52 -34
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +42 -28
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +25 -11
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +97 -75
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +33 -31
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +183 -139
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +288 -191
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +29 -17
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +131 -105
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -9
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +36 -15
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +26 -22
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +75 -37
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -15
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +77 -49
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +20 -20
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +39 -29
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +24 -20
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +16 -16
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +39 -27
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +21 -19
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +9 -5
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +19 -15
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +34 -32
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +43 -21
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +57 -47
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +287 -223
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +32 -16
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +18 -16
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +98 -91
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +175 -173
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +28 -26
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +16 -8
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +21 -11
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +573 -458
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +41 -27
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +377 -205
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +54 -30
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +147 -125
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +45 -25
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +33 -25
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +26 -18
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +172 -119
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +76 -44
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +121 -89
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +44 -36
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +103 -77
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +214 -140
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +127 -105
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +71 -43
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +70 -56
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +25 -19
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +60 -42
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +49 -37
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +107 -95
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +35 -25
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +88 -72
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +27 -23
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +59 -49
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +193 -152
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +36 -26
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +20 -12
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +24 -10
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +61 -35
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +41 -29
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +18 -12
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +189 -135
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +79 -79
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +42 -27
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +38 -20
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +27 -13
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +32 -18
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +8 -4
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +48 -36
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +14 -8
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +24 -18
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +24 -22
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +140 -93
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +59 -25
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +19 -11
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +103 -73
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +125 -123
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
- package/Microsoft.JSInterop/internal/index.d.ts +65 -53
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +28 -26
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +8 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +88 -60
- package/System.Formats.Cbor/internal/index.d.ts +27 -21
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +59 -29
- package/__internal/extensions/index.d.ts +1648 -1351
- package/package.json +4 -4
|
@@ -15,19 +15,19 @@ import * as Microsoft_AspNetCore_Http_Internal from "../../Microsoft.AspNetCore.
|
|
|
15
15
|
import type { Endpoint, EndpointFilterDelegate, EndpointFilterFactoryContext, EndpointMetadataCollection, FragmentString, HostString, HttpContext, HttpRequest, HttpResponse, PathString, RequestDelegate, RequestDelegateFactoryOptions, RequestDelegateMetadataResult, RequestDelegateResult } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
16
16
|
import type { RoutePattern, RoutePatternParameterPart, RoutePatternParameterPolicyReference } from "../../Microsoft.AspNetCore.Routing.Patterns/internal/index.js";
|
|
17
17
|
import type { RouteTemplate, TemplatePart } from "../../Microsoft.AspNetCore.Routing.Template/internal/index.js";
|
|
18
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
19
|
-
import type {
|
|
20
|
-
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
21
|
-
import type { IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections.js";
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import type {
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import type {
|
|
28
|
-
import type { ILogger } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
29
|
-
import type {
|
|
30
|
-
import type { IChangeToken } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives.js";
|
|
18
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
19
|
+
import type { ICollection_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IEqualityComparer_1, IList_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, IReadOnlyList_1, KeyValuePair_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
20
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
21
|
+
import type { IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
22
|
+
import type { MethodInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
23
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
24
|
+
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
25
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
26
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
27
|
+
import type { Action_1, Attribute, Boolean as ClrBoolean, Delegate, Double, Enum, Exception, Func_3, Func_4, IComparable, IConvertible, IDisposable, IFormattable, Int32, IServiceProvider, ISpanFormattable, Nullable_1, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
28
|
+
import type { ILogger } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
|
|
29
|
+
import type { IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
|
|
30
|
+
import type { IChangeToken } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives/internal/index.js";
|
|
31
31
|
|
|
32
32
|
export enum RouteDirection {
|
|
33
33
|
IncomingRequest = 0,
|
|
@@ -38,7 +38,7 @@ export enum RouteDirection {
|
|
|
38
38
|
export interface IDataTokensMetadata$instance {
|
|
39
39
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IDataTokensMetadata: never;
|
|
40
40
|
|
|
41
|
-
readonly DataTokens:
|
|
41
|
+
readonly DataTokens: IReadOnlyDictionary_2<System_Internal.String, unknown | undefined>;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
|
|
@@ -56,7 +56,7 @@ export type IDynamicEndpointMetadata = IDynamicEndpointMetadata$instance;
|
|
|
56
56
|
export interface IEndpointAddressScheme_1$instance<TAddress> {
|
|
57
57
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IEndpointAddressScheme_1: never;
|
|
58
58
|
|
|
59
|
-
FindEndpoints(address: TAddress):
|
|
59
|
+
FindEndpoints(address: TAddress): IEnumerable_1<Endpoint>;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
|
|
@@ -84,7 +84,7 @@ export interface IEndpointRouteBuilder$instance {
|
|
|
84
84
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IEndpointRouteBuilder: never;
|
|
85
85
|
|
|
86
86
|
readonly ServiceProvider: IServiceProvider;
|
|
87
|
-
readonly DataSources:
|
|
87
|
+
readonly DataSources: ICollection_1<EndpointDataSource>;
|
|
88
88
|
CreateApplicationBuilder(): IApplicationBuilder;
|
|
89
89
|
}
|
|
90
90
|
|
|
@@ -103,7 +103,7 @@ export type IExcludeFromDescriptionMetadata = IExcludeFromDescriptionMetadata$in
|
|
|
103
103
|
export interface IHostMetadata$instance {
|
|
104
104
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IHostMetadata: never;
|
|
105
105
|
|
|
106
|
-
readonly Hosts:
|
|
106
|
+
readonly Hosts: IReadOnlyList_1<System_Internal.String>;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
|
|
@@ -113,7 +113,7 @@ export interface IHttpMethodMetadata$instance {
|
|
|
113
113
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IHttpMethodMetadata: never;
|
|
114
114
|
|
|
115
115
|
AcceptCorsPreflight: boolean;
|
|
116
|
-
readonly HttpMethods:
|
|
116
|
+
readonly HttpMethods: IReadOnlyList_1<System_Internal.String>;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
|
|
@@ -167,7 +167,7 @@ export interface IRouteBuilder$instance {
|
|
|
167
167
|
get DefaultHandler(): IRouter | undefined;
|
|
168
168
|
set DefaultHandler(value: IRouter | undefined);
|
|
169
169
|
readonly ServiceProvider: IServiceProvider;
|
|
170
|
-
readonly Routes:
|
|
170
|
+
readonly Routes: IList_1<IRouter>;
|
|
171
171
|
Build(): IRouter;
|
|
172
172
|
}
|
|
173
173
|
|
|
@@ -255,23 +255,27 @@ export interface ISuppressMatchingMetadata$instance {
|
|
|
255
255
|
export type ISuppressMatchingMetadata = ISuppressMatchingMetadata$instance;
|
|
256
256
|
|
|
257
257
|
export interface RouteData_RouteDataSnapshot$instance {
|
|
258
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteData_RouteDataSnapshot: never;
|
|
259
|
+
|
|
258
260
|
Restore(): void;
|
|
259
261
|
}
|
|
260
262
|
|
|
261
263
|
|
|
262
264
|
export const RouteData_RouteDataSnapshot: {
|
|
263
|
-
new(routeData: RouteData, dataTokens: RouteValueDictionary, routers:
|
|
265
|
+
new(routeData: RouteData, dataTokens: RouteValueDictionary, routers: IList_1<IRouter>, values: RouteValueDictionary): RouteData_RouteDataSnapshot;
|
|
264
266
|
};
|
|
265
267
|
|
|
266
268
|
|
|
267
269
|
export type RouteData_RouteDataSnapshot = RouteData_RouteDataSnapshot$instance;
|
|
268
270
|
|
|
269
271
|
export interface RouteValueDictionary_Enumerator$instance {
|
|
272
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteValueDictionary_Enumerator: never;
|
|
273
|
+
|
|
270
274
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
271
275
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
272
276
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
273
277
|
|
|
274
|
-
Current:
|
|
278
|
+
Current: KeyValuePair_2<System_Internal.String, unknown>;
|
|
275
279
|
Dispose(): void;
|
|
276
280
|
MoveNext(): boolean;
|
|
277
281
|
Reset(): void;
|
|
@@ -286,25 +290,29 @@ export const RouteValueDictionary_Enumerator: {
|
|
|
286
290
|
export type RouteValueDictionary_Enumerator = RouteValueDictionary_Enumerator$instance;
|
|
287
291
|
|
|
288
292
|
export interface CompositeEndpointDataSource$instance extends EndpointDataSource {
|
|
293
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_CompositeEndpointDataSource: never;
|
|
294
|
+
|
|
289
295
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
290
296
|
|
|
291
|
-
readonly DataSources:
|
|
292
|
-
readonly Endpoints:
|
|
297
|
+
readonly DataSources: IEnumerable_1<EndpointDataSource>;
|
|
298
|
+
readonly Endpoints: IReadOnlyList_1<Endpoint>;
|
|
293
299
|
Dispose(): void;
|
|
294
300
|
GetChangeToken(): IChangeToken;
|
|
295
|
-
GetGroupedEndpoints(context: RouteGroupContext):
|
|
296
|
-
GetGroupedEndpoints(context: RouteGroupContext):
|
|
301
|
+
GetGroupedEndpoints(context: RouteGroupContext): IReadOnlyList_1<Endpoint>;
|
|
302
|
+
GetGroupedEndpoints(context: RouteGroupContext): IReadOnlyList_1<Endpoint>;
|
|
297
303
|
}
|
|
298
304
|
|
|
299
305
|
|
|
300
306
|
export const CompositeEndpointDataSource: {
|
|
301
|
-
new(endpointDataSources:
|
|
307
|
+
new(endpointDataSources: IEnumerable_1<EndpointDataSource>): CompositeEndpointDataSource;
|
|
302
308
|
};
|
|
303
309
|
|
|
304
310
|
|
|
305
311
|
export type CompositeEndpointDataSource = CompositeEndpointDataSource$instance;
|
|
306
312
|
|
|
307
313
|
export interface ContentEncodingMetadata$instance {
|
|
314
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_ContentEncodingMetadata: never;
|
|
315
|
+
|
|
308
316
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_INegotiateMetadata: never;
|
|
309
317
|
|
|
310
318
|
readonly Quality: double;
|
|
@@ -319,16 +327,18 @@ export const ContentEncodingMetadata: {
|
|
|
319
327
|
|
|
320
328
|
export type ContentEncodingMetadata = ContentEncodingMetadata$instance;
|
|
321
329
|
|
|
322
|
-
export interface DataTokensMetadata$instance {
|
|
330
|
+
export interface DataTokensMetadata$instance extends IDataTokensMetadata$instance {
|
|
331
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_DataTokensMetadata: never;
|
|
332
|
+
|
|
323
333
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IDataTokensMetadata: never;
|
|
324
334
|
|
|
325
|
-
readonly DataTokens:
|
|
335
|
+
readonly DataTokens: IReadOnlyDictionary_2<System_Internal.String, unknown | undefined>;
|
|
326
336
|
ToString(): string;
|
|
327
337
|
}
|
|
328
338
|
|
|
329
339
|
|
|
330
340
|
export const DataTokensMetadata: {
|
|
331
|
-
new(dataTokens:
|
|
341
|
+
new(dataTokens: IReadOnlyDictionary_2<System_Internal.String, unknown>): DataTokensMetadata;
|
|
332
342
|
};
|
|
333
343
|
|
|
334
344
|
|
|
@@ -336,26 +346,28 @@ export interface __DataTokensMetadata$views {
|
|
|
336
346
|
As_IDataTokensMetadata(): IDataTokensMetadata$instance;
|
|
337
347
|
}
|
|
338
348
|
|
|
339
|
-
export interface DataTokensMetadata$instance extends IDataTokensMetadata$instance {}
|
|
340
|
-
|
|
341
349
|
export type DataTokensMetadata = DataTokensMetadata$instance & __DataTokensMetadata$views;
|
|
342
350
|
|
|
343
351
|
|
|
344
352
|
export interface DefaultEndpointDataSource$instance extends EndpointDataSource {
|
|
345
|
-
readonly
|
|
353
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_DefaultEndpointDataSource: never;
|
|
354
|
+
|
|
355
|
+
readonly Endpoints: IReadOnlyList_1<Endpoint>;
|
|
346
356
|
GetChangeToken(): IChangeToken;
|
|
347
357
|
}
|
|
348
358
|
|
|
349
359
|
|
|
350
360
|
export const DefaultEndpointDataSource: {
|
|
351
361
|
new(endpoints: Endpoint[]): DefaultEndpointDataSource;
|
|
352
|
-
new(endpoints:
|
|
362
|
+
new(endpoints: IEnumerable_1<Endpoint>): DefaultEndpointDataSource;
|
|
353
363
|
};
|
|
354
364
|
|
|
355
365
|
|
|
356
366
|
export type DefaultEndpointDataSource = DefaultEndpointDataSource$instance;
|
|
357
367
|
|
|
358
|
-
export interface DefaultInlineConstraintResolver$instance {
|
|
368
|
+
export interface DefaultInlineConstraintResolver$instance extends IInlineConstraintResolver$instance {
|
|
369
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_DefaultInlineConstraintResolver: never;
|
|
370
|
+
|
|
359
371
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IInlineConstraintResolver: never;
|
|
360
372
|
|
|
361
373
|
ResolveConstraint(inlineConstraint: string): IRouteConstraint | undefined;
|
|
@@ -363,7 +375,7 @@ export interface DefaultInlineConstraintResolver$instance {
|
|
|
363
375
|
|
|
364
376
|
|
|
365
377
|
export const DefaultInlineConstraintResolver: {
|
|
366
|
-
new(routeOptions:
|
|
378
|
+
new(routeOptions: IOptions_1<RouteOptions>, serviceProvider: IServiceProvider): DefaultInlineConstraintResolver;
|
|
367
379
|
};
|
|
368
380
|
|
|
369
381
|
|
|
@@ -371,15 +383,15 @@ export interface __DefaultInlineConstraintResolver$views {
|
|
|
371
383
|
As_IInlineConstraintResolver(): IInlineConstraintResolver$instance;
|
|
372
384
|
}
|
|
373
385
|
|
|
374
|
-
export interface DefaultInlineConstraintResolver$instance extends IInlineConstraintResolver$instance {}
|
|
375
|
-
|
|
376
386
|
export type DefaultInlineConstraintResolver = DefaultInlineConstraintResolver$instance & __DefaultInlineConstraintResolver$views;
|
|
377
387
|
|
|
378
388
|
|
|
379
389
|
export interface EndpointDataSource$instance {
|
|
380
|
-
readonly
|
|
390
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_EndpointDataSource: never;
|
|
391
|
+
|
|
392
|
+
readonly Endpoints: IReadOnlyList_1<Endpoint>;
|
|
381
393
|
GetChangeToken(): IChangeToken;
|
|
382
|
-
GetGroupedEndpoints(context: RouteGroupContext):
|
|
394
|
+
GetGroupedEndpoints(context: RouteGroupContext): IReadOnlyList_1<Endpoint>;
|
|
383
395
|
}
|
|
384
396
|
|
|
385
397
|
|
|
@@ -389,7 +401,9 @@ export const EndpointDataSource: (abstract new() => EndpointDataSource) & {
|
|
|
389
401
|
|
|
390
402
|
export type EndpointDataSource = EndpointDataSource$instance;
|
|
391
403
|
|
|
392
|
-
export interface EndpointGroupNameAttribute$instance extends Attribute {
|
|
404
|
+
export interface EndpointGroupNameAttribute$instance extends Attribute, IEndpointGroupNameMetadata$instance {
|
|
405
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_EndpointGroupNameAttribute: never;
|
|
406
|
+
|
|
393
407
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IEndpointGroupNameMetadata: never;
|
|
394
408
|
|
|
395
409
|
readonly EndpointGroupName: string;
|
|
@@ -405,12 +419,12 @@ export interface __EndpointGroupNameAttribute$views {
|
|
|
405
419
|
As_IEndpointGroupNameMetadata(): IEndpointGroupNameMetadata$instance;
|
|
406
420
|
}
|
|
407
421
|
|
|
408
|
-
export interface EndpointGroupNameAttribute$instance extends IEndpointGroupNameMetadata$instance {}
|
|
409
|
-
|
|
410
422
|
export type EndpointGroupNameAttribute = EndpointGroupNameAttribute$instance & __EndpointGroupNameAttribute$views;
|
|
411
423
|
|
|
412
424
|
|
|
413
|
-
export interface EndpointNameAttribute$instance extends Attribute {
|
|
425
|
+
export interface EndpointNameAttribute$instance extends Attribute, IEndpointNameMetadata$instance {
|
|
426
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_EndpointNameAttribute: never;
|
|
427
|
+
|
|
414
428
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IEndpointNameMetadata: never;
|
|
415
429
|
|
|
416
430
|
readonly EndpointName: string;
|
|
@@ -426,12 +440,12 @@ export interface __EndpointNameAttribute$views {
|
|
|
426
440
|
As_IEndpointNameMetadata(): IEndpointNameMetadata$instance;
|
|
427
441
|
}
|
|
428
442
|
|
|
429
|
-
export interface EndpointNameAttribute$instance extends IEndpointNameMetadata$instance {}
|
|
430
|
-
|
|
431
443
|
export type EndpointNameAttribute = EndpointNameAttribute$instance & __EndpointNameAttribute$views;
|
|
432
444
|
|
|
433
445
|
|
|
434
|
-
export interface EndpointNameMetadata$instance {
|
|
446
|
+
export interface EndpointNameMetadata$instance extends IEndpointNameMetadata$instance {
|
|
447
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_EndpointNameMetadata: never;
|
|
448
|
+
|
|
435
449
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IEndpointNameMetadata: never;
|
|
436
450
|
|
|
437
451
|
readonly EndpointName: string;
|
|
@@ -448,12 +462,12 @@ export interface __EndpointNameMetadata$views {
|
|
|
448
462
|
As_IEndpointNameMetadata(): IEndpointNameMetadata$instance;
|
|
449
463
|
}
|
|
450
464
|
|
|
451
|
-
export interface EndpointNameMetadata$instance extends IEndpointNameMetadata$instance {}
|
|
452
|
-
|
|
453
465
|
export type EndpointNameMetadata = EndpointNameMetadata$instance & __EndpointNameMetadata$views;
|
|
454
466
|
|
|
455
467
|
|
|
456
|
-
export interface ExcludeFromDescriptionAttribute$instance extends Attribute {
|
|
468
|
+
export interface ExcludeFromDescriptionAttribute$instance extends Attribute, IExcludeFromDescriptionMetadata$instance {
|
|
469
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_ExcludeFromDescriptionAttribute: never;
|
|
470
|
+
|
|
457
471
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IExcludeFromDescriptionMetadata: never;
|
|
458
472
|
|
|
459
473
|
readonly ExcludeFromDescription: boolean;
|
|
@@ -470,15 +484,15 @@ export interface __ExcludeFromDescriptionAttribute$views {
|
|
|
470
484
|
As_IExcludeFromDescriptionMetadata(): IExcludeFromDescriptionMetadata$instance;
|
|
471
485
|
}
|
|
472
486
|
|
|
473
|
-
export interface ExcludeFromDescriptionAttribute$instance extends IExcludeFromDescriptionMetadata$instance {}
|
|
474
|
-
|
|
475
487
|
export type ExcludeFromDescriptionAttribute = ExcludeFromDescriptionAttribute$instance & __ExcludeFromDescriptionAttribute$views;
|
|
476
488
|
|
|
477
489
|
|
|
478
|
-
export interface HostAttribute$instance extends Attribute {
|
|
490
|
+
export interface HostAttribute$instance extends Attribute, IHostMetadata$instance {
|
|
491
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_HostAttribute: never;
|
|
492
|
+
|
|
479
493
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IHostMetadata: never;
|
|
480
494
|
|
|
481
|
-
readonly Hosts:
|
|
495
|
+
readonly Hosts: IReadOnlyList_1<System_Internal.String>;
|
|
482
496
|
ToString(): string;
|
|
483
497
|
}
|
|
484
498
|
|
|
@@ -493,23 +507,23 @@ export interface __HostAttribute$views {
|
|
|
493
507
|
As_IHostMetadata(): IHostMetadata$instance;
|
|
494
508
|
}
|
|
495
509
|
|
|
496
|
-
export interface HostAttribute$instance extends IHostMetadata$instance {}
|
|
497
|
-
|
|
498
510
|
export type HostAttribute = HostAttribute$instance & __HostAttribute$views;
|
|
499
511
|
|
|
500
512
|
|
|
501
|
-
export interface HttpMethodMetadata$instance {
|
|
513
|
+
export interface HttpMethodMetadata$instance extends IHttpMethodMetadata$instance {
|
|
514
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_HttpMethodMetadata: never;
|
|
515
|
+
|
|
502
516
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IHttpMethodMetadata: never;
|
|
503
517
|
|
|
504
518
|
AcceptCorsPreflight: boolean;
|
|
505
|
-
readonly HttpMethods:
|
|
519
|
+
readonly HttpMethods: IReadOnlyList_1<System_Internal.String>;
|
|
506
520
|
ToString(): string;
|
|
507
521
|
}
|
|
508
522
|
|
|
509
523
|
|
|
510
524
|
export const HttpMethodMetadata: {
|
|
511
|
-
new(httpMethods:
|
|
512
|
-
new(httpMethods:
|
|
525
|
+
new(httpMethods: IEnumerable_1<System_Internal.String>): HttpMethodMetadata;
|
|
526
|
+
new(httpMethods: IEnumerable_1<System_Internal.String>, acceptCorsPreflight: boolean): HttpMethodMetadata;
|
|
513
527
|
};
|
|
514
528
|
|
|
515
529
|
|
|
@@ -517,15 +531,15 @@ export interface __HttpMethodMetadata$views {
|
|
|
517
531
|
As_IHttpMethodMetadata(): IHttpMethodMetadata$instance;
|
|
518
532
|
}
|
|
519
533
|
|
|
520
|
-
export interface HttpMethodMetadata$instance extends IHttpMethodMetadata$instance {}
|
|
521
|
-
|
|
522
534
|
export type HttpMethodMetadata = HttpMethodMetadata$instance & __HttpMethodMetadata$views;
|
|
523
535
|
|
|
524
536
|
|
|
525
537
|
export interface LinkGenerator$instance {
|
|
526
|
-
|
|
538
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_LinkGenerator: never;
|
|
539
|
+
|
|
540
|
+
GetPathByAddress<TAddress>(httpContext: HttpContext, address: TAddress, values: RouteValueDictionary, ambientValues?: RouteValueDictionary, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
527
541
|
GetPathByAddress<TAddress>(address: TAddress, values: RouteValueDictionary, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
528
|
-
GetUriByAddress<TAddress>(httpContext: HttpContext, address: TAddress, values: RouteValueDictionary, ambientValues?: RouteValueDictionary, scheme?: string, host?:
|
|
542
|
+
GetUriByAddress<TAddress>(httpContext: HttpContext, address: TAddress, values: RouteValueDictionary, ambientValues?: RouteValueDictionary, scheme?: string, host?: Nullable_1<HostString>, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
529
543
|
GetUriByAddress<TAddress>(address: TAddress, values: RouteValueDictionary, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
530
544
|
}
|
|
531
545
|
|
|
@@ -537,9 +551,11 @@ export const LinkGenerator: (abstract new() => LinkGenerator) & {
|
|
|
537
551
|
export type LinkGenerator = LinkGenerator$instance;
|
|
538
552
|
|
|
539
553
|
export interface LinkOptions$instance {
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
554
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_LinkOptions: never;
|
|
555
|
+
|
|
556
|
+
AppendTrailingSlash: Nullable_1<System_Internal.Boolean>;
|
|
557
|
+
LowercaseQueryStrings: Nullable_1<System_Internal.Boolean>;
|
|
558
|
+
LowercaseUrls: Nullable_1<System_Internal.Boolean>;
|
|
543
559
|
}
|
|
544
560
|
|
|
545
561
|
|
|
@@ -551,6 +567,8 @@ export const LinkOptions: {
|
|
|
551
567
|
export type LinkOptions = LinkOptions$instance;
|
|
552
568
|
|
|
553
569
|
export interface LinkParser$instance {
|
|
570
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_LinkParser: never;
|
|
571
|
+
|
|
554
572
|
ParsePathByAddress<TAddress>(address: TAddress, path: PathString): RouteValueDictionary | undefined;
|
|
555
573
|
}
|
|
556
574
|
|
|
@@ -562,18 +580,22 @@ export const LinkParser: (abstract new() => LinkParser) & {
|
|
|
562
580
|
export type LinkParser = LinkParser$instance;
|
|
563
581
|
|
|
564
582
|
export interface MatcherPolicy$instance {
|
|
583
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_MatcherPolicy: never;
|
|
584
|
+
|
|
565
585
|
readonly Order: int;
|
|
566
586
|
}
|
|
567
587
|
|
|
568
588
|
|
|
569
589
|
export const MatcherPolicy: (abstract new() => MatcherPolicy) & {
|
|
570
|
-
ContainsDynamicEndpoints(endpoints:
|
|
590
|
+
ContainsDynamicEndpoints(endpoints: IReadOnlyList_1<Endpoint>): boolean;
|
|
571
591
|
};
|
|
572
592
|
|
|
573
593
|
|
|
574
594
|
export type MatcherPolicy = MatcherPolicy$instance;
|
|
575
595
|
|
|
576
596
|
export interface ParameterPolicyFactory$instance {
|
|
597
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_ParameterPolicyFactory: never;
|
|
598
|
+
|
|
577
599
|
Create(parameter: RoutePatternParameterPart, inlineText: string): IParameterPolicy;
|
|
578
600
|
Create(parameter: RoutePatternParameterPart, parameterPolicy: IParameterPolicy): IParameterPolicy;
|
|
579
601
|
Create(parameter: RoutePatternParameterPart, reference: RoutePatternParameterPolicyReference): IParameterPolicy;
|
|
@@ -587,6 +609,8 @@ export const ParameterPolicyFactory: (abstract new() => ParameterPolicyFactory)
|
|
|
587
609
|
export type ParameterPolicyFactory = ParameterPolicyFactory$instance;
|
|
588
610
|
|
|
589
611
|
export interface Route$instance extends RouteBase$instance {
|
|
612
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Route: never;
|
|
613
|
+
|
|
590
614
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_INamedRouter: never;
|
|
591
615
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouter: never;
|
|
592
616
|
|
|
@@ -600,8 +624,8 @@ export interface Route$instance extends RouteBase$instance {
|
|
|
600
624
|
|
|
601
625
|
export const Route: {
|
|
602
626
|
new(target: IRouter, routeTemplate: string, inlineConstraintResolver: IInlineConstraintResolver): Route;
|
|
603
|
-
new(target: IRouter, routeTemplate: string, defaults: RouteValueDictionary, constraints:
|
|
604
|
-
new(target: IRouter, routeName: string, routeTemplate: string, defaults: RouteValueDictionary, constraints:
|
|
627
|
+
new(target: IRouter, routeTemplate: string, defaults: RouteValueDictionary, constraints: IDictionary_2<System_Internal.String, unknown>, dataTokens: RouteValueDictionary, inlineConstraintResolver: IInlineConstraintResolver): Route;
|
|
628
|
+
new(target: IRouter, routeName: string, routeTemplate: string, defaults: RouteValueDictionary, constraints: IDictionary_2<System_Internal.String, unknown>, dataTokens: RouteValueDictionary, inlineConstraintResolver: IInlineConstraintResolver): Route;
|
|
605
629
|
};
|
|
606
630
|
|
|
607
631
|
|
|
@@ -614,11 +638,13 @@ export type Route = Route$instance & __Route$views;
|
|
|
614
638
|
|
|
615
639
|
|
|
616
640
|
export interface RouteBase$instance {
|
|
641
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteBase: never;
|
|
642
|
+
|
|
617
643
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_INamedRouter: never;
|
|
618
644
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouter: never;
|
|
619
645
|
|
|
620
646
|
ConstraintResolver: IInlineConstraintResolver;
|
|
621
|
-
Constraints:
|
|
647
|
+
Constraints: IDictionary_2<System_Internal.String, IRouteConstraint>;
|
|
622
648
|
DataTokens: RouteValueDictionary;
|
|
623
649
|
Defaults: RouteValueDictionary;
|
|
624
650
|
get Name(): string | undefined;
|
|
@@ -632,8 +658,8 @@ export interface RouteBase$instance {
|
|
|
632
658
|
}
|
|
633
659
|
|
|
634
660
|
|
|
635
|
-
export const RouteBase: (abstract new(template: string, name: string, constraintResolver: IInlineConstraintResolver, defaults: RouteValueDictionary, constraints:
|
|
636
|
-
GetConstraints(inlineConstraintResolver: IInlineConstraintResolver, parsedTemplate: RouteTemplate, constraints:
|
|
661
|
+
export const RouteBase: (abstract new(template: string, name: string, constraintResolver: IInlineConstraintResolver, defaults: RouteValueDictionary, constraints: IDictionary_2<System_Internal.String, unknown>, dataTokens: RouteValueDictionary) => RouteBase) & {
|
|
662
|
+
GetConstraints(inlineConstraintResolver: IInlineConstraintResolver, parsedTemplate: RouteTemplate, constraints: IDictionary_2<System_Internal.String, unknown>): IDictionary_2<System_Internal.String, IRouteConstraint>;
|
|
637
663
|
GetDefaults(parsedTemplate: RouteTemplate, defaults: RouteValueDictionary): RouteValueDictionary;
|
|
638
664
|
};
|
|
639
665
|
|
|
@@ -646,13 +672,15 @@ export interface __RouteBase$views {
|
|
|
646
672
|
export type RouteBase = RouteBase$instance & __RouteBase$views;
|
|
647
673
|
|
|
648
674
|
|
|
649
|
-
export interface RouteBuilder$instance {
|
|
675
|
+
export interface RouteBuilder$instance extends IRouteBuilder$instance {
|
|
676
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteBuilder: never;
|
|
677
|
+
|
|
650
678
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteBuilder: never;
|
|
651
679
|
|
|
652
680
|
readonly ApplicationBuilder: IApplicationBuilder;
|
|
653
681
|
get DefaultHandler(): IRouter | undefined;
|
|
654
682
|
set DefaultHandler(value: IRouter | undefined);
|
|
655
|
-
readonly Routes:
|
|
683
|
+
readonly Routes: IList_1<IRouter>;
|
|
656
684
|
readonly ServiceProvider: IServiceProvider;
|
|
657
685
|
Build(): IRouter;
|
|
658
686
|
}
|
|
@@ -668,17 +696,16 @@ export interface __RouteBuilder$views {
|
|
|
668
696
|
As_IRouteBuilder(): IRouteBuilder$instance;
|
|
669
697
|
}
|
|
670
698
|
|
|
671
|
-
export interface RouteBuilder$instance extends IRouteBuilder$instance {}
|
|
672
|
-
|
|
673
699
|
export type RouteBuilder = RouteBuilder$instance & __RouteBuilder$views;
|
|
674
700
|
|
|
675
701
|
|
|
676
702
|
export interface RouteCollection$instance {
|
|
703
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteCollection: never;
|
|
704
|
+
|
|
677
705
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteCollection: never;
|
|
678
706
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouter: never;
|
|
679
707
|
|
|
680
708
|
readonly Count: int;
|
|
681
|
-
readonly [index: number]: IRouter;
|
|
682
709
|
Add(router: IRouter): void;
|
|
683
710
|
GetVirtualPath(context: VirtualPathContext): VirtualPathData | undefined;
|
|
684
711
|
RouteAsync(context: RouteContext): Task;
|
|
@@ -695,13 +722,15 @@ export interface __RouteCollection$views {
|
|
|
695
722
|
As_IRouter(): IRouter$instance;
|
|
696
723
|
}
|
|
697
724
|
|
|
698
|
-
export type RouteCollection = RouteCollection$instance & __RouteCollection$views;
|
|
725
|
+
export type RouteCollection = RouteCollection$instance & __RouteCollection$views & { readonly [index: number]: IRouter; };
|
|
699
726
|
|
|
700
727
|
|
|
701
728
|
export interface RouteConstraintBuilder$instance {
|
|
729
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteConstraintBuilder: never;
|
|
730
|
+
|
|
702
731
|
AddConstraint(key: string, value: unknown): void;
|
|
703
732
|
AddResolvedConstraint(key: string, constraintText: string): void;
|
|
704
|
-
Build():
|
|
733
|
+
Build(): IDictionary_2<System_Internal.String, IRouteConstraint>;
|
|
705
734
|
SetOptional(key: string): void;
|
|
706
735
|
}
|
|
707
736
|
|
|
@@ -714,6 +743,8 @@ export const RouteConstraintBuilder: {
|
|
|
714
743
|
export type RouteConstraintBuilder = RouteConstraintBuilder$instance;
|
|
715
744
|
|
|
716
745
|
export interface RouteContext$instance {
|
|
746
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteContext: never;
|
|
747
|
+
|
|
717
748
|
get Handler(): RequestDelegate | undefined;
|
|
718
749
|
set Handler(value: RequestDelegate | undefined);
|
|
719
750
|
readonly HttpContext: HttpContext;
|
|
@@ -729,6 +760,8 @@ export const RouteContext: {
|
|
|
729
760
|
export type RouteContext = RouteContext$instance;
|
|
730
761
|
|
|
731
762
|
export interface RouteCreationException$instance extends Exception {
|
|
763
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteCreationException: never;
|
|
764
|
+
|
|
732
765
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
733
766
|
|
|
734
767
|
}
|
|
@@ -743,8 +776,10 @@ export const RouteCreationException: {
|
|
|
743
776
|
export type RouteCreationException = RouteCreationException$instance;
|
|
744
777
|
|
|
745
778
|
export interface RouteData$instance {
|
|
779
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteData: never;
|
|
780
|
+
|
|
746
781
|
readonly DataTokens: RouteValueDictionary;
|
|
747
|
-
readonly Routers:
|
|
782
|
+
readonly Routers: IList_1<IRouter>;
|
|
748
783
|
readonly Values: RouteValueDictionary;
|
|
749
784
|
PushState(router: IRouter, values: RouteValueDictionary, dataTokens: RouteValueDictionary): RouteData_RouteDataSnapshot;
|
|
750
785
|
}
|
|
@@ -760,6 +795,8 @@ export const RouteData: {
|
|
|
760
795
|
export type RouteData = RouteData$instance;
|
|
761
796
|
|
|
762
797
|
export interface RouteEndpoint$instance extends Endpoint {
|
|
798
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteEndpoint: never;
|
|
799
|
+
|
|
763
800
|
readonly Order: int;
|
|
764
801
|
readonly RoutePattern: RoutePattern;
|
|
765
802
|
}
|
|
@@ -773,6 +810,8 @@ export const RouteEndpoint: {
|
|
|
773
810
|
export type RouteEndpoint = RouteEndpoint$instance;
|
|
774
811
|
|
|
775
812
|
export interface RouteEndpointBuilder$instance extends EndpointBuilder {
|
|
813
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteEndpointBuilder: never;
|
|
814
|
+
|
|
776
815
|
Order: int;
|
|
777
816
|
RoutePattern: RoutePattern;
|
|
778
817
|
Build(): Endpoint;
|
|
@@ -786,7 +825,9 @@ export const RouteEndpointBuilder: {
|
|
|
786
825
|
|
|
787
826
|
export type RouteEndpointBuilder = RouteEndpointBuilder$instance;
|
|
788
827
|
|
|
789
|
-
export interface RouteGroupBuilder$instance {
|
|
828
|
+
export interface RouteGroupBuilder$instance extends Microsoft_AspNetCore_Builder_Internal.IEndpointConventionBuilder$instance, IEndpointRouteBuilder$instance {
|
|
829
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteGroupBuilder: never;
|
|
830
|
+
|
|
790
831
|
readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
|
|
791
832
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IEndpointRouteBuilder: never;
|
|
792
833
|
|
|
@@ -802,15 +843,15 @@ export interface __RouteGroupBuilder$views {
|
|
|
802
843
|
As_IEndpointRouteBuilder(): IEndpointRouteBuilder$instance;
|
|
803
844
|
}
|
|
804
845
|
|
|
805
|
-
export interface RouteGroupBuilder$instance extends Microsoft_AspNetCore_Builder_Internal.IEndpointConventionBuilder$instance, IEndpointRouteBuilder$instance {}
|
|
806
|
-
|
|
807
846
|
export type RouteGroupBuilder = RouteGroupBuilder$instance & __RouteGroupBuilder$views;
|
|
808
847
|
|
|
809
848
|
|
|
810
849
|
export interface RouteGroupContext$instance {
|
|
850
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteGroupContext: never;
|
|
851
|
+
|
|
811
852
|
ApplicationServices: IServiceProvider;
|
|
812
|
-
Conventions:
|
|
813
|
-
FinallyConventions:
|
|
853
|
+
Conventions: IReadOnlyList_1<Action_1<EndpointBuilder>>;
|
|
854
|
+
FinallyConventions: IReadOnlyList_1<Action_1<EndpointBuilder>>;
|
|
814
855
|
Prefix: RoutePattern;
|
|
815
856
|
}
|
|
816
857
|
|
|
@@ -822,7 +863,9 @@ export const RouteGroupContext: {
|
|
|
822
863
|
|
|
823
864
|
export type RouteGroupContext = RouteGroupContext$instance;
|
|
824
865
|
|
|
825
|
-
export interface RouteHandler$instance {
|
|
866
|
+
export interface RouteHandler$instance extends IRouteHandler$instance, IRouter$instance {
|
|
867
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteHandler: never;
|
|
868
|
+
|
|
826
869
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteHandler: never;
|
|
827
870
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouter: never;
|
|
828
871
|
|
|
@@ -842,12 +885,12 @@ export interface __RouteHandler$views {
|
|
|
842
885
|
As_IRouter(): IRouter$instance;
|
|
843
886
|
}
|
|
844
887
|
|
|
845
|
-
export interface RouteHandler$instance extends IRouteHandler$instance, IRouter$instance {}
|
|
846
|
-
|
|
847
888
|
export type RouteHandler = RouteHandler$instance & __RouteHandler$views;
|
|
848
889
|
|
|
849
890
|
|
|
850
891
|
export interface RouteHandlerOptions$instance {
|
|
892
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteHandlerOptions: never;
|
|
893
|
+
|
|
851
894
|
ThrowOnBadRequest: boolean;
|
|
852
895
|
}
|
|
853
896
|
|
|
@@ -859,7 +902,9 @@ export const RouteHandlerOptions: {
|
|
|
859
902
|
|
|
860
903
|
export type RouteHandlerOptions = RouteHandlerOptions$instance;
|
|
861
904
|
|
|
862
|
-
export interface RouteNameMetadata$instance {
|
|
905
|
+
export interface RouteNameMetadata$instance extends IRouteNameMetadata$instance {
|
|
906
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteNameMetadata: never;
|
|
907
|
+
|
|
863
908
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteNameMetadata: never;
|
|
864
909
|
|
|
865
910
|
readonly RouteName: string | undefined;
|
|
@@ -876,14 +921,14 @@ export interface __RouteNameMetadata$views {
|
|
|
876
921
|
As_IRouteNameMetadata(): IRouteNameMetadata$instance;
|
|
877
922
|
}
|
|
878
923
|
|
|
879
|
-
export interface RouteNameMetadata$instance extends IRouteNameMetadata$instance {}
|
|
880
|
-
|
|
881
924
|
export type RouteNameMetadata = RouteNameMetadata$instance & __RouteNameMetadata$views;
|
|
882
925
|
|
|
883
926
|
|
|
884
927
|
export interface RouteOptions$instance {
|
|
928
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteOptions: never;
|
|
929
|
+
|
|
885
930
|
AppendTrailingSlash: boolean;
|
|
886
|
-
ConstraintMap:
|
|
931
|
+
ConstraintMap: IDictionary_2<System_Internal.String, Type>;
|
|
887
932
|
LowercaseQueryStrings: boolean;
|
|
888
933
|
LowercaseUrls: boolean;
|
|
889
934
|
SuppressCheckForUnhandledSecurityMetadata: boolean;
|
|
@@ -900,6 +945,8 @@ export const RouteOptions: {
|
|
|
900
945
|
export type RouteOptions = RouteOptions$instance;
|
|
901
946
|
|
|
902
947
|
export interface RouteValueDictionary$instance {
|
|
948
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteValueDictionary: never;
|
|
949
|
+
|
|
903
950
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
904
951
|
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
905
952
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -907,11 +954,10 @@ export interface RouteValueDictionary$instance {
|
|
|
907
954
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
908
955
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
909
956
|
|
|
910
|
-
readonly Comparer:
|
|
957
|
+
readonly Comparer: IEqualityComparer_1<System_Internal.String>;
|
|
911
958
|
readonly Count: int;
|
|
912
|
-
|
|
913
|
-
readonly
|
|
914
|
-
readonly Values: ICollection<unknown | undefined>;
|
|
959
|
+
readonly Keys: ICollection_1<System_Internal.String>;
|
|
960
|
+
readonly Values: ICollection_1<unknown | undefined>;
|
|
915
961
|
Add(key: string, value: unknown): void;
|
|
916
962
|
Clear(): void;
|
|
917
963
|
ContainsKey(key: string): boolean;
|
|
@@ -926,16 +972,18 @@ export interface RouteValueDictionary$instance {
|
|
|
926
972
|
export const RouteValueDictionary: {
|
|
927
973
|
new(): RouteValueDictionary;
|
|
928
974
|
new(values: unknown): RouteValueDictionary;
|
|
929
|
-
new(values:
|
|
930
|
-
new(values:
|
|
975
|
+
new(values: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>): RouteValueDictionary;
|
|
976
|
+
new(values: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>): RouteValueDictionary;
|
|
931
977
|
new(dictionary: RouteValueDictionary): RouteValueDictionary;
|
|
932
|
-
FromArray(items:
|
|
978
|
+
FromArray(items: KeyValuePair_2<System_Internal.String, unknown>[]): RouteValueDictionary;
|
|
933
979
|
};
|
|
934
980
|
|
|
935
981
|
|
|
936
|
-
export type RouteValueDictionary = RouteValueDictionary$instance;
|
|
982
|
+
export type RouteValueDictionary = RouteValueDictionary$instance & { [key: string]: unknown | undefined; };
|
|
937
983
|
|
|
938
984
|
export interface RouteValueEqualityComparer$instance {
|
|
985
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteValueEqualityComparer: never;
|
|
986
|
+
|
|
939
987
|
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
940
988
|
|
|
941
989
|
Equals(x: unknown, y: unknown): boolean;
|
|
@@ -952,6 +1000,8 @@ export const RouteValueEqualityComparer: {
|
|
|
952
1000
|
export type RouteValueEqualityComparer = RouteValueEqualityComparer$instance;
|
|
953
1001
|
|
|
954
1002
|
export interface RouteValuesAddress$instance {
|
|
1003
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteValuesAddress: never;
|
|
1004
|
+
|
|
955
1005
|
get AmbientValues(): RouteValueDictionary | undefined;
|
|
956
1006
|
set AmbientValues(value: RouteValueDictionary | undefined);
|
|
957
1007
|
ExplicitValues: RouteValueDictionary;
|
|
@@ -968,7 +1018,9 @@ export const RouteValuesAddress: {
|
|
|
968
1018
|
|
|
969
1019
|
export type RouteValuesAddress = RouteValuesAddress$instance;
|
|
970
1020
|
|
|
971
|
-
export interface RoutingFeature$instance {
|
|
1021
|
+
export interface RoutingFeature$instance extends IRoutingFeature$instance {
|
|
1022
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RoutingFeature: never;
|
|
1023
|
+
|
|
972
1024
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRoutingFeature: never;
|
|
973
1025
|
|
|
974
1026
|
get RouteData(): RouteData | undefined;
|
|
@@ -985,12 +1037,12 @@ export interface __RoutingFeature$views {
|
|
|
985
1037
|
As_IRoutingFeature(): IRoutingFeature$instance;
|
|
986
1038
|
}
|
|
987
1039
|
|
|
988
|
-
export interface RoutingFeature$instance extends IRoutingFeature$instance {}
|
|
989
|
-
|
|
990
1040
|
export type RoutingFeature = RoutingFeature$instance & __RoutingFeature$views;
|
|
991
1041
|
|
|
992
1042
|
|
|
993
|
-
export interface SuppressLinkGenerationMetadata$instance {
|
|
1043
|
+
export interface SuppressLinkGenerationMetadata$instance extends ISuppressLinkGenerationMetadata$instance {
|
|
1044
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_SuppressLinkGenerationMetadata: never;
|
|
1045
|
+
|
|
994
1046
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_ISuppressLinkGenerationMetadata: never;
|
|
995
1047
|
|
|
996
1048
|
readonly SuppressLinkGeneration: boolean;
|
|
@@ -1007,12 +1059,12 @@ export interface __SuppressLinkGenerationMetadata$views {
|
|
|
1007
1059
|
As_ISuppressLinkGenerationMetadata(): ISuppressLinkGenerationMetadata$instance;
|
|
1008
1060
|
}
|
|
1009
1061
|
|
|
1010
|
-
export interface SuppressLinkGenerationMetadata$instance extends ISuppressLinkGenerationMetadata$instance {}
|
|
1011
|
-
|
|
1012
1062
|
export type SuppressLinkGenerationMetadata = SuppressLinkGenerationMetadata$instance & __SuppressLinkGenerationMetadata$views;
|
|
1013
1063
|
|
|
1014
1064
|
|
|
1015
|
-
export interface SuppressMatchingMetadata$instance {
|
|
1065
|
+
export interface SuppressMatchingMetadata$instance extends ISuppressMatchingMetadata$instance {
|
|
1066
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_SuppressMatchingMetadata: never;
|
|
1067
|
+
|
|
1016
1068
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_ISuppressMatchingMetadata: never;
|
|
1017
1069
|
|
|
1018
1070
|
readonly SuppressMatching: boolean;
|
|
@@ -1029,12 +1081,12 @@ export interface __SuppressMatchingMetadata$views {
|
|
|
1029
1081
|
As_ISuppressMatchingMetadata(): ISuppressMatchingMetadata$instance;
|
|
1030
1082
|
}
|
|
1031
1083
|
|
|
1032
|
-
export interface SuppressMatchingMetadata$instance extends ISuppressMatchingMetadata$instance {}
|
|
1033
|
-
|
|
1034
1084
|
export type SuppressMatchingMetadata = SuppressMatchingMetadata$instance & __SuppressMatchingMetadata$views;
|
|
1035
1085
|
|
|
1036
1086
|
|
|
1037
1087
|
export interface VirtualPathContext$instance {
|
|
1088
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_VirtualPathContext: never;
|
|
1089
|
+
|
|
1038
1090
|
readonly AmbientValues: RouteValueDictionary;
|
|
1039
1091
|
readonly HttpContext: HttpContext;
|
|
1040
1092
|
readonly RouteName: string | undefined;
|
|
@@ -1051,6 +1103,8 @@ export const VirtualPathContext: {
|
|
|
1051
1103
|
export type VirtualPathContext = VirtualPathContext$instance;
|
|
1052
1104
|
|
|
1053
1105
|
export interface VirtualPathData$instance {
|
|
1106
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_VirtualPathData: never;
|
|
1107
|
+
|
|
1054
1108
|
readonly DataTokens: RouteValueDictionary;
|
|
1055
1109
|
Router: IRouter;
|
|
1056
1110
|
VirtualPath: string;
|
|
@@ -1066,9 +1120,9 @@ export const VirtualPathData: {
|
|
|
1066
1120
|
export type VirtualPathData = VirtualPathData$instance;
|
|
1067
1121
|
|
|
1068
1122
|
export abstract class ControllerLinkGeneratorExtensions$instance {
|
|
1069
|
-
static GetPathByAction(generator: LinkGenerator, httpContext: HttpContext, action?: string, controller?: string, values?: unknown, pathBase?:
|
|
1123
|
+
static GetPathByAction(generator: LinkGenerator, httpContext: HttpContext, action?: string, controller?: string, values?: unknown, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1070
1124
|
static GetPathByAction(generator: LinkGenerator, action: string, controller: string, values?: unknown, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1071
|
-
static GetUriByAction(generator: LinkGenerator, httpContext: HttpContext, action?: string, controller?: string, values?: unknown, scheme?: string, host?:
|
|
1125
|
+
static GetUriByAction(generator: LinkGenerator, httpContext: HttpContext, action?: string, controller?: string, values?: unknown, scheme?: string, host?: Nullable_1<HostString>, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1072
1126
|
static GetUriByAction(generator: LinkGenerator, action: string, controller: string, values: unknown, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1073
1127
|
}
|
|
1074
1128
|
|
|
@@ -1090,12 +1144,12 @@ export abstract class InlineRouteParameterParser$instance {
|
|
|
1090
1144
|
export type InlineRouteParameterParser = InlineRouteParameterParser$instance;
|
|
1091
1145
|
|
|
1092
1146
|
export abstract class LinkGeneratorEndpointNameAddressExtensions$instance {
|
|
1093
|
-
static GetPathByName(generator: LinkGenerator, httpContext: HttpContext, endpointName: string, values?: RouteValueDictionary, pathBase?:
|
|
1094
|
-
static GetPathByName(generator: LinkGenerator, httpContext: HttpContext, endpointName: string, values: unknown, pathBase?:
|
|
1147
|
+
static GetPathByName(generator: LinkGenerator, httpContext: HttpContext, endpointName: string, values?: RouteValueDictionary, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1148
|
+
static GetPathByName(generator: LinkGenerator, httpContext: HttpContext, endpointName: string, values: unknown, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1095
1149
|
static GetPathByName(generator: LinkGenerator, endpointName: string, values?: RouteValueDictionary, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1096
1150
|
static GetPathByName(generator: LinkGenerator, endpointName: string, values: unknown, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1097
|
-
static GetUriByName(generator: LinkGenerator, httpContext: HttpContext, endpointName: string, values?: RouteValueDictionary, scheme?: string, host?:
|
|
1098
|
-
static GetUriByName(generator: LinkGenerator, httpContext: HttpContext, endpointName: string, values: unknown, scheme?: string, host?:
|
|
1151
|
+
static GetUriByName(generator: LinkGenerator, httpContext: HttpContext, endpointName: string, values?: RouteValueDictionary, scheme?: string, host?: Nullable_1<HostString>, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1152
|
+
static GetUriByName(generator: LinkGenerator, httpContext: HttpContext, endpointName: string, values: unknown, scheme?: string, host?: Nullable_1<HostString>, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1099
1153
|
static GetUriByName(generator: LinkGenerator, endpointName: string, values: RouteValueDictionary, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1100
1154
|
static GetUriByName(generator: LinkGenerator, endpointName: string, values: unknown, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1101
1155
|
}
|
|
@@ -1104,12 +1158,12 @@ export abstract class LinkGeneratorEndpointNameAddressExtensions$instance {
|
|
|
1104
1158
|
export type LinkGeneratorEndpointNameAddressExtensions = LinkGeneratorEndpointNameAddressExtensions$instance;
|
|
1105
1159
|
|
|
1106
1160
|
export abstract class LinkGeneratorRouteValuesAddressExtensions$instance {
|
|
1107
|
-
static GetPathByRouteValues(generator: LinkGenerator, httpContext: HttpContext, routeName: string, values?: RouteValueDictionary, pathBase?:
|
|
1108
|
-
static GetPathByRouteValues(generator: LinkGenerator, httpContext: HttpContext, routeName: string, values: unknown, pathBase?:
|
|
1161
|
+
static GetPathByRouteValues(generator: LinkGenerator, httpContext: HttpContext, routeName: string, values?: RouteValueDictionary, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1162
|
+
static GetPathByRouteValues(generator: LinkGenerator, httpContext: HttpContext, routeName: string, values: unknown, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1109
1163
|
static GetPathByRouteValues(generator: LinkGenerator, routeName: string, values?: RouteValueDictionary, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1110
1164
|
static GetPathByRouteValues(generator: LinkGenerator, routeName: string, values: unknown, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1111
|
-
static GetUriByRouteValues(generator: LinkGenerator, httpContext: HttpContext, routeName: string, values?: RouteValueDictionary, scheme?: string, host?:
|
|
1112
|
-
static GetUriByRouteValues(generator: LinkGenerator, httpContext: HttpContext, routeName: string, values: unknown, scheme?: string, host?:
|
|
1165
|
+
static GetUriByRouteValues(generator: LinkGenerator, httpContext: HttpContext, routeName: string, values?: RouteValueDictionary, scheme?: string, host?: Nullable_1<HostString>, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1166
|
+
static GetUriByRouteValues(generator: LinkGenerator, httpContext: HttpContext, routeName: string, values: unknown, scheme?: string, host?: Nullable_1<HostString>, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1113
1167
|
static GetUriByRouteValues(generator: LinkGenerator, routeName: string, values: RouteValueDictionary, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1114
1168
|
static GetUriByRouteValues(generator: LinkGenerator, routeName: string, values: unknown, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1115
1169
|
}
|
|
@@ -1125,9 +1179,9 @@ export abstract class LinkParserEndpointNameAddressExtensions$instance {
|
|
|
1125
1179
|
export type LinkParserEndpointNameAddressExtensions = LinkParserEndpointNameAddressExtensions$instance;
|
|
1126
1180
|
|
|
1127
1181
|
export abstract class PageLinkGeneratorExtensions$instance {
|
|
1128
|
-
static GetPathByPage(generator: LinkGenerator, httpContext: HttpContext, page?: string, handler?: string, values?: unknown, pathBase?:
|
|
1182
|
+
static GetPathByPage(generator: LinkGenerator, httpContext: HttpContext, page?: string, handler?: string, values?: unknown, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1129
1183
|
static GetPathByPage(generator: LinkGenerator, page: string, handler?: string, values?: unknown, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1130
|
-
static GetUriByPage(generator: LinkGenerator, httpContext: HttpContext, page?: string, handler?: string, values?: unknown, scheme?: string, host?:
|
|
1184
|
+
static GetUriByPage(generator: LinkGenerator, httpContext: HttpContext, page?: string, handler?: string, values?: unknown, scheme?: string, host?: Nullable_1<HostString>, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1131
1185
|
static GetUriByPage(generator: LinkGenerator, page: string, handler: string, values: unknown, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1132
1186
|
}
|
|
1133
1187
|
|
|
@@ -1136,37 +1190,37 @@ export type PageLinkGeneratorExtensions = PageLinkGeneratorExtensions$instance;
|
|
|
1136
1190
|
|
|
1137
1191
|
export abstract class RequestDelegateRouteBuilderExtensions$instance {
|
|
1138
1192
|
static MapDelete(builder: IRouteBuilder, template: string, handler: RequestDelegate): IRouteBuilder;
|
|
1139
|
-
static MapDelete(builder: IRouteBuilder, template: string, handler:
|
|
1193
|
+
static MapDelete(builder: IRouteBuilder, template: string, handler: Func_4<HttpRequest, HttpResponse, RouteData, Task>): IRouteBuilder;
|
|
1140
1194
|
static MapGet(builder: IRouteBuilder, template: string, handler: RequestDelegate): IRouteBuilder;
|
|
1141
|
-
static MapGet(builder: IRouteBuilder, template: string, handler:
|
|
1142
|
-
static MapMiddlewareDelete(builder: IRouteBuilder, template: string, action:
|
|
1143
|
-
static MapMiddlewareGet(builder: IRouteBuilder, template: string, action:
|
|
1144
|
-
static MapMiddlewarePost(builder: IRouteBuilder, template: string, action:
|
|
1145
|
-
static MapMiddlewarePut(builder: IRouteBuilder, template: string, action:
|
|
1146
|
-
static MapMiddlewareRoute(builder: IRouteBuilder, template: string, action:
|
|
1147
|
-
static MapMiddlewareVerb(builder: IRouteBuilder, verb: string, template: string, action:
|
|
1195
|
+
static MapGet(builder: IRouteBuilder, template: string, handler: Func_4<HttpRequest, HttpResponse, RouteData, Task>): IRouteBuilder;
|
|
1196
|
+
static MapMiddlewareDelete(builder: IRouteBuilder, template: string, action: Action_1<IApplicationBuilder>): IRouteBuilder;
|
|
1197
|
+
static MapMiddlewareGet(builder: IRouteBuilder, template: string, action: Action_1<IApplicationBuilder>): IRouteBuilder;
|
|
1198
|
+
static MapMiddlewarePost(builder: IRouteBuilder, template: string, action: Action_1<IApplicationBuilder>): IRouteBuilder;
|
|
1199
|
+
static MapMiddlewarePut(builder: IRouteBuilder, template: string, action: Action_1<IApplicationBuilder>): IRouteBuilder;
|
|
1200
|
+
static MapMiddlewareRoute(builder: IRouteBuilder, template: string, action: Action_1<IApplicationBuilder>): IRouteBuilder;
|
|
1201
|
+
static MapMiddlewareVerb(builder: IRouteBuilder, verb: string, template: string, action: Action_1<IApplicationBuilder>): IRouteBuilder;
|
|
1148
1202
|
static MapPost(builder: IRouteBuilder, template: string, handler: RequestDelegate): IRouteBuilder;
|
|
1149
|
-
static MapPost(builder: IRouteBuilder, template: string, handler:
|
|
1203
|
+
static MapPost(builder: IRouteBuilder, template: string, handler: Func_4<HttpRequest, HttpResponse, RouteData, Task>): IRouteBuilder;
|
|
1150
1204
|
static MapPut(builder: IRouteBuilder, template: string, handler: RequestDelegate): IRouteBuilder;
|
|
1151
|
-
static MapPut(builder: IRouteBuilder, template: string, handler:
|
|
1205
|
+
static MapPut(builder: IRouteBuilder, template: string, handler: Func_4<HttpRequest, HttpResponse, RouteData, Task>): IRouteBuilder;
|
|
1152
1206
|
static MapRoute(builder: IRouteBuilder, template: string, handler: RequestDelegate): IRouteBuilder;
|
|
1153
1207
|
static MapVerb(builder: IRouteBuilder, verb: string, template: string, handler: RequestDelegate): IRouteBuilder;
|
|
1154
|
-
static MapVerb(builder: IRouteBuilder, verb: string, template: string, handler:
|
|
1208
|
+
static MapVerb(builder: IRouteBuilder, verb: string, template: string, handler: Func_4<HttpRequest, HttpResponse, RouteData, Task>): IRouteBuilder;
|
|
1155
1209
|
}
|
|
1156
1210
|
|
|
1157
1211
|
|
|
1158
1212
|
export type RequestDelegateRouteBuilderExtensions = RequestDelegateRouteBuilderExtensions$instance;
|
|
1159
1213
|
|
|
1160
1214
|
export abstract class RouteConstraintMatcher$instance {
|
|
1161
|
-
static Match(constraints:
|
|
1215
|
+
static Match(constraints: IDictionary_2<System_Internal.String, IRouteConstraint>, routeValues: RouteValueDictionary, httpContext: HttpContext, route: IRouter, routeDirection: RouteDirection, logger: ILogger): boolean;
|
|
1162
1216
|
}
|
|
1163
1217
|
|
|
1164
1218
|
|
|
1165
1219
|
export type RouteConstraintMatcher = RouteConstraintMatcher$instance;
|
|
1166
1220
|
|
|
1167
1221
|
export abstract class RouteHandlerServices$instance {
|
|
1168
|
-
static Map(endpoints: IEndpointRouteBuilder, pattern: string, handler: Function, httpMethods:
|
|
1169
|
-
static Map(endpoints: IEndpointRouteBuilder, pattern: string, handler: Function, httpMethods:
|
|
1222
|
+
static Map(endpoints: IEndpointRouteBuilder, pattern: string, handler: Function, httpMethods: IEnumerable_1<System_Internal.String>, populateMetadata: Func_3<MethodInfo, RequestDelegateFactoryOptions, RequestDelegateMetadataResult>, createRequestDelegate: Func_4<Function, RequestDelegateFactoryOptions, RequestDelegateMetadataResult, RequestDelegateResult>, methodInfo: MethodInfo): RouteHandlerBuilder;
|
|
1223
|
+
static Map(endpoints: IEndpointRouteBuilder, pattern: string, handler: Function, httpMethods: IEnumerable_1<System_Internal.String>, populateMetadata: Func_3<MethodInfo, RequestDelegateFactoryOptions, RequestDelegateMetadataResult>, createRequestDelegate: Func_4<Function, RequestDelegateFactoryOptions, RequestDelegateMetadataResult, RequestDelegateResult>): RouteHandlerBuilder;
|
|
1170
1224
|
}
|
|
1171
1225
|
|
|
1172
1226
|
|