@tsonic/aspnetcore 10.0.5 → 10.0.6
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 +183 -113
- 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 +287 -189
- 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 +35 -13
- 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 +278 -204
- 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 +97 -89
- 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 +173 -171
- 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 +572 -456
- 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 +32 -24
- 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 -68
- 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 +92 -66
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +211 -135
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +126 -104
- 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 +24 -18
- 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 +58 -48
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +189 -145
- 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 +59 -31
- 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 +187 -131
- 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 +41 -25
- 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 +139 -91
- 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,12 +696,12 @@ 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
|
|
|
@@ -699,9 +727,11 @@ export type RouteCollection = RouteCollection$instance & __RouteCollection$views
|
|
|
699
727
|
|
|
700
728
|
|
|
701
729
|
export interface RouteConstraintBuilder$instance {
|
|
730
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteConstraintBuilder: never;
|
|
731
|
+
|
|
702
732
|
AddConstraint(key: string, value: unknown): void;
|
|
703
733
|
AddResolvedConstraint(key: string, constraintText: string): void;
|
|
704
|
-
Build():
|
|
734
|
+
Build(): IDictionary_2<System_Internal.String, IRouteConstraint>;
|
|
705
735
|
SetOptional(key: string): void;
|
|
706
736
|
}
|
|
707
737
|
|
|
@@ -714,6 +744,8 @@ export const RouteConstraintBuilder: {
|
|
|
714
744
|
export type RouteConstraintBuilder = RouteConstraintBuilder$instance;
|
|
715
745
|
|
|
716
746
|
export interface RouteContext$instance {
|
|
747
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteContext: never;
|
|
748
|
+
|
|
717
749
|
get Handler(): RequestDelegate | undefined;
|
|
718
750
|
set Handler(value: RequestDelegate | undefined);
|
|
719
751
|
readonly HttpContext: HttpContext;
|
|
@@ -729,6 +761,8 @@ export const RouteContext: {
|
|
|
729
761
|
export type RouteContext = RouteContext$instance;
|
|
730
762
|
|
|
731
763
|
export interface RouteCreationException$instance extends Exception {
|
|
764
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteCreationException: never;
|
|
765
|
+
|
|
732
766
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
733
767
|
|
|
734
768
|
}
|
|
@@ -743,8 +777,10 @@ export const RouteCreationException: {
|
|
|
743
777
|
export type RouteCreationException = RouteCreationException$instance;
|
|
744
778
|
|
|
745
779
|
export interface RouteData$instance {
|
|
780
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteData: never;
|
|
781
|
+
|
|
746
782
|
readonly DataTokens: RouteValueDictionary;
|
|
747
|
-
readonly Routers:
|
|
783
|
+
readonly Routers: IList_1<IRouter>;
|
|
748
784
|
readonly Values: RouteValueDictionary;
|
|
749
785
|
PushState(router: IRouter, values: RouteValueDictionary, dataTokens: RouteValueDictionary): RouteData_RouteDataSnapshot;
|
|
750
786
|
}
|
|
@@ -760,6 +796,8 @@ export const RouteData: {
|
|
|
760
796
|
export type RouteData = RouteData$instance;
|
|
761
797
|
|
|
762
798
|
export interface RouteEndpoint$instance extends Endpoint {
|
|
799
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteEndpoint: never;
|
|
800
|
+
|
|
763
801
|
readonly Order: int;
|
|
764
802
|
readonly RoutePattern: RoutePattern;
|
|
765
803
|
}
|
|
@@ -773,6 +811,8 @@ export const RouteEndpoint: {
|
|
|
773
811
|
export type RouteEndpoint = RouteEndpoint$instance;
|
|
774
812
|
|
|
775
813
|
export interface RouteEndpointBuilder$instance extends EndpointBuilder {
|
|
814
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteEndpointBuilder: never;
|
|
815
|
+
|
|
776
816
|
Order: int;
|
|
777
817
|
RoutePattern: RoutePattern;
|
|
778
818
|
Build(): Endpoint;
|
|
@@ -786,7 +826,9 @@ export const RouteEndpointBuilder: {
|
|
|
786
826
|
|
|
787
827
|
export type RouteEndpointBuilder = RouteEndpointBuilder$instance;
|
|
788
828
|
|
|
789
|
-
export interface RouteGroupBuilder$instance {
|
|
829
|
+
export interface RouteGroupBuilder$instance extends Microsoft_AspNetCore_Builder_Internal.IEndpointConventionBuilder$instance, IEndpointRouteBuilder$instance {
|
|
830
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteGroupBuilder: never;
|
|
831
|
+
|
|
790
832
|
readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
|
|
791
833
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IEndpointRouteBuilder: never;
|
|
792
834
|
|
|
@@ -802,15 +844,15 @@ export interface __RouteGroupBuilder$views {
|
|
|
802
844
|
As_IEndpointRouteBuilder(): IEndpointRouteBuilder$instance;
|
|
803
845
|
}
|
|
804
846
|
|
|
805
|
-
export interface RouteGroupBuilder$instance extends Microsoft_AspNetCore_Builder_Internal.IEndpointConventionBuilder$instance, IEndpointRouteBuilder$instance {}
|
|
806
|
-
|
|
807
847
|
export type RouteGroupBuilder = RouteGroupBuilder$instance & __RouteGroupBuilder$views;
|
|
808
848
|
|
|
809
849
|
|
|
810
850
|
export interface RouteGroupContext$instance {
|
|
851
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteGroupContext: never;
|
|
852
|
+
|
|
811
853
|
ApplicationServices: IServiceProvider;
|
|
812
|
-
Conventions:
|
|
813
|
-
FinallyConventions:
|
|
854
|
+
Conventions: IReadOnlyList_1<Action_1<EndpointBuilder>>;
|
|
855
|
+
FinallyConventions: IReadOnlyList_1<Action_1<EndpointBuilder>>;
|
|
814
856
|
Prefix: RoutePattern;
|
|
815
857
|
}
|
|
816
858
|
|
|
@@ -822,7 +864,9 @@ export const RouteGroupContext: {
|
|
|
822
864
|
|
|
823
865
|
export type RouteGroupContext = RouteGroupContext$instance;
|
|
824
866
|
|
|
825
|
-
export interface RouteHandler$instance {
|
|
867
|
+
export interface RouteHandler$instance extends IRouteHandler$instance, IRouter$instance {
|
|
868
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteHandler: never;
|
|
869
|
+
|
|
826
870
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteHandler: never;
|
|
827
871
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouter: never;
|
|
828
872
|
|
|
@@ -842,12 +886,12 @@ export interface __RouteHandler$views {
|
|
|
842
886
|
As_IRouter(): IRouter$instance;
|
|
843
887
|
}
|
|
844
888
|
|
|
845
|
-
export interface RouteHandler$instance extends IRouteHandler$instance, IRouter$instance {}
|
|
846
|
-
|
|
847
889
|
export type RouteHandler = RouteHandler$instance & __RouteHandler$views;
|
|
848
890
|
|
|
849
891
|
|
|
850
892
|
export interface RouteHandlerOptions$instance {
|
|
893
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteHandlerOptions: never;
|
|
894
|
+
|
|
851
895
|
ThrowOnBadRequest: boolean;
|
|
852
896
|
}
|
|
853
897
|
|
|
@@ -859,7 +903,9 @@ export const RouteHandlerOptions: {
|
|
|
859
903
|
|
|
860
904
|
export type RouteHandlerOptions = RouteHandlerOptions$instance;
|
|
861
905
|
|
|
862
|
-
export interface RouteNameMetadata$instance {
|
|
906
|
+
export interface RouteNameMetadata$instance extends IRouteNameMetadata$instance {
|
|
907
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteNameMetadata: never;
|
|
908
|
+
|
|
863
909
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteNameMetadata: never;
|
|
864
910
|
|
|
865
911
|
readonly RouteName: string | undefined;
|
|
@@ -876,14 +922,14 @@ export interface __RouteNameMetadata$views {
|
|
|
876
922
|
As_IRouteNameMetadata(): IRouteNameMetadata$instance;
|
|
877
923
|
}
|
|
878
924
|
|
|
879
|
-
export interface RouteNameMetadata$instance extends IRouteNameMetadata$instance {}
|
|
880
|
-
|
|
881
925
|
export type RouteNameMetadata = RouteNameMetadata$instance & __RouteNameMetadata$views;
|
|
882
926
|
|
|
883
927
|
|
|
884
928
|
export interface RouteOptions$instance {
|
|
929
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteOptions: never;
|
|
930
|
+
|
|
885
931
|
AppendTrailingSlash: boolean;
|
|
886
|
-
ConstraintMap:
|
|
932
|
+
ConstraintMap: IDictionary_2<System_Internal.String, Type>;
|
|
887
933
|
LowercaseQueryStrings: boolean;
|
|
888
934
|
LowercaseUrls: boolean;
|
|
889
935
|
SuppressCheckForUnhandledSecurityMetadata: boolean;
|
|
@@ -900,6 +946,8 @@ export const RouteOptions: {
|
|
|
900
946
|
export type RouteOptions = RouteOptions$instance;
|
|
901
947
|
|
|
902
948
|
export interface RouteValueDictionary$instance {
|
|
949
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteValueDictionary: never;
|
|
950
|
+
|
|
903
951
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
904
952
|
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
905
953
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -907,11 +955,11 @@ export interface RouteValueDictionary$instance {
|
|
|
907
955
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
908
956
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
909
957
|
|
|
910
|
-
readonly Comparer:
|
|
958
|
+
readonly Comparer: IEqualityComparer_1<System_Internal.String>;
|
|
911
959
|
readonly Count: int;
|
|
912
960
|
[key: string]: unknown | undefined;
|
|
913
|
-
readonly Keys:
|
|
914
|
-
readonly Values:
|
|
961
|
+
readonly Keys: ICollection_1<System_Internal.String>;
|
|
962
|
+
readonly Values: ICollection_1<unknown | undefined>;
|
|
915
963
|
Add(key: string, value: unknown): void;
|
|
916
964
|
Clear(): void;
|
|
917
965
|
ContainsKey(key: string): boolean;
|
|
@@ -926,16 +974,18 @@ export interface RouteValueDictionary$instance {
|
|
|
926
974
|
export const RouteValueDictionary: {
|
|
927
975
|
new(): RouteValueDictionary;
|
|
928
976
|
new(values: unknown): RouteValueDictionary;
|
|
929
|
-
new(values:
|
|
930
|
-
new(values:
|
|
977
|
+
new(values: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>): RouteValueDictionary;
|
|
978
|
+
new(values: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>): RouteValueDictionary;
|
|
931
979
|
new(dictionary: RouteValueDictionary): RouteValueDictionary;
|
|
932
|
-
FromArray(items:
|
|
980
|
+
FromArray(items: KeyValuePair_2<System_Internal.String, unknown>[]): RouteValueDictionary;
|
|
933
981
|
};
|
|
934
982
|
|
|
935
983
|
|
|
936
984
|
export type RouteValueDictionary = RouteValueDictionary$instance;
|
|
937
985
|
|
|
938
986
|
export interface RouteValueEqualityComparer$instance {
|
|
987
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteValueEqualityComparer: never;
|
|
988
|
+
|
|
939
989
|
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
940
990
|
|
|
941
991
|
Equals(x: unknown, y: unknown): boolean;
|
|
@@ -952,6 +1002,8 @@ export const RouteValueEqualityComparer: {
|
|
|
952
1002
|
export type RouteValueEqualityComparer = RouteValueEqualityComparer$instance;
|
|
953
1003
|
|
|
954
1004
|
export interface RouteValuesAddress$instance {
|
|
1005
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteValuesAddress: never;
|
|
1006
|
+
|
|
955
1007
|
get AmbientValues(): RouteValueDictionary | undefined;
|
|
956
1008
|
set AmbientValues(value: RouteValueDictionary | undefined);
|
|
957
1009
|
ExplicitValues: RouteValueDictionary;
|
|
@@ -968,7 +1020,9 @@ export const RouteValuesAddress: {
|
|
|
968
1020
|
|
|
969
1021
|
export type RouteValuesAddress = RouteValuesAddress$instance;
|
|
970
1022
|
|
|
971
|
-
export interface RoutingFeature$instance {
|
|
1023
|
+
export interface RoutingFeature$instance extends IRoutingFeature$instance {
|
|
1024
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RoutingFeature: never;
|
|
1025
|
+
|
|
972
1026
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRoutingFeature: never;
|
|
973
1027
|
|
|
974
1028
|
get RouteData(): RouteData | undefined;
|
|
@@ -985,12 +1039,12 @@ export interface __RoutingFeature$views {
|
|
|
985
1039
|
As_IRoutingFeature(): IRoutingFeature$instance;
|
|
986
1040
|
}
|
|
987
1041
|
|
|
988
|
-
export interface RoutingFeature$instance extends IRoutingFeature$instance {}
|
|
989
|
-
|
|
990
1042
|
export type RoutingFeature = RoutingFeature$instance & __RoutingFeature$views;
|
|
991
1043
|
|
|
992
1044
|
|
|
993
|
-
export interface SuppressLinkGenerationMetadata$instance {
|
|
1045
|
+
export interface SuppressLinkGenerationMetadata$instance extends ISuppressLinkGenerationMetadata$instance {
|
|
1046
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_SuppressLinkGenerationMetadata: never;
|
|
1047
|
+
|
|
994
1048
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_ISuppressLinkGenerationMetadata: never;
|
|
995
1049
|
|
|
996
1050
|
readonly SuppressLinkGeneration: boolean;
|
|
@@ -1007,12 +1061,12 @@ export interface __SuppressLinkGenerationMetadata$views {
|
|
|
1007
1061
|
As_ISuppressLinkGenerationMetadata(): ISuppressLinkGenerationMetadata$instance;
|
|
1008
1062
|
}
|
|
1009
1063
|
|
|
1010
|
-
export interface SuppressLinkGenerationMetadata$instance extends ISuppressLinkGenerationMetadata$instance {}
|
|
1011
|
-
|
|
1012
1064
|
export type SuppressLinkGenerationMetadata = SuppressLinkGenerationMetadata$instance & __SuppressLinkGenerationMetadata$views;
|
|
1013
1065
|
|
|
1014
1066
|
|
|
1015
|
-
export interface SuppressMatchingMetadata$instance {
|
|
1067
|
+
export interface SuppressMatchingMetadata$instance extends ISuppressMatchingMetadata$instance {
|
|
1068
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_SuppressMatchingMetadata: never;
|
|
1069
|
+
|
|
1016
1070
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_ISuppressMatchingMetadata: never;
|
|
1017
1071
|
|
|
1018
1072
|
readonly SuppressMatching: boolean;
|
|
@@ -1029,12 +1083,12 @@ export interface __SuppressMatchingMetadata$views {
|
|
|
1029
1083
|
As_ISuppressMatchingMetadata(): ISuppressMatchingMetadata$instance;
|
|
1030
1084
|
}
|
|
1031
1085
|
|
|
1032
|
-
export interface SuppressMatchingMetadata$instance extends ISuppressMatchingMetadata$instance {}
|
|
1033
|
-
|
|
1034
1086
|
export type SuppressMatchingMetadata = SuppressMatchingMetadata$instance & __SuppressMatchingMetadata$views;
|
|
1035
1087
|
|
|
1036
1088
|
|
|
1037
1089
|
export interface VirtualPathContext$instance {
|
|
1090
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_VirtualPathContext: never;
|
|
1091
|
+
|
|
1038
1092
|
readonly AmbientValues: RouteValueDictionary;
|
|
1039
1093
|
readonly HttpContext: HttpContext;
|
|
1040
1094
|
readonly RouteName: string | undefined;
|
|
@@ -1051,6 +1105,8 @@ export const VirtualPathContext: {
|
|
|
1051
1105
|
export type VirtualPathContext = VirtualPathContext$instance;
|
|
1052
1106
|
|
|
1053
1107
|
export interface VirtualPathData$instance {
|
|
1108
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_VirtualPathData: never;
|
|
1109
|
+
|
|
1054
1110
|
readonly DataTokens: RouteValueDictionary;
|
|
1055
1111
|
Router: IRouter;
|
|
1056
1112
|
VirtualPath: string;
|
|
@@ -1066,9 +1122,9 @@ export const VirtualPathData: {
|
|
|
1066
1122
|
export type VirtualPathData = VirtualPathData$instance;
|
|
1067
1123
|
|
|
1068
1124
|
export abstract class ControllerLinkGeneratorExtensions$instance {
|
|
1069
|
-
static GetPathByAction(generator: LinkGenerator, httpContext: HttpContext, action?: string, controller?: string, values?: unknown, pathBase?:
|
|
1125
|
+
static GetPathByAction(generator: LinkGenerator, httpContext: HttpContext, action?: string, controller?: string, values?: unknown, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1070
1126
|
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?:
|
|
1127
|
+
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
1128
|
static GetUriByAction(generator: LinkGenerator, action: string, controller: string, values: unknown, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1073
1129
|
}
|
|
1074
1130
|
|
|
@@ -1090,12 +1146,12 @@ export abstract class InlineRouteParameterParser$instance {
|
|
|
1090
1146
|
export type InlineRouteParameterParser = InlineRouteParameterParser$instance;
|
|
1091
1147
|
|
|
1092
1148
|
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?:
|
|
1149
|
+
static GetPathByName(generator: LinkGenerator, httpContext: HttpContext, endpointName: string, values?: RouteValueDictionary, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1150
|
+
static GetPathByName(generator: LinkGenerator, httpContext: HttpContext, endpointName: string, values: unknown, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1095
1151
|
static GetPathByName(generator: LinkGenerator, endpointName: string, values?: RouteValueDictionary, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1096
1152
|
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?:
|
|
1153
|
+
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;
|
|
1154
|
+
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
1155
|
static GetUriByName(generator: LinkGenerator, endpointName: string, values: RouteValueDictionary, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1100
1156
|
static GetUriByName(generator: LinkGenerator, endpointName: string, values: unknown, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1101
1157
|
}
|
|
@@ -1104,12 +1160,12 @@ export abstract class LinkGeneratorEndpointNameAddressExtensions$instance {
|
|
|
1104
1160
|
export type LinkGeneratorEndpointNameAddressExtensions = LinkGeneratorEndpointNameAddressExtensions$instance;
|
|
1105
1161
|
|
|
1106
1162
|
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?:
|
|
1163
|
+
static GetPathByRouteValues(generator: LinkGenerator, httpContext: HttpContext, routeName: string, values?: RouteValueDictionary, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1164
|
+
static GetPathByRouteValues(generator: LinkGenerator, httpContext: HttpContext, routeName: string, values: unknown, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1109
1165
|
static GetPathByRouteValues(generator: LinkGenerator, routeName: string, values?: RouteValueDictionary, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1110
1166
|
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?:
|
|
1167
|
+
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;
|
|
1168
|
+
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
1169
|
static GetUriByRouteValues(generator: LinkGenerator, routeName: string, values: RouteValueDictionary, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1114
1170
|
static GetUriByRouteValues(generator: LinkGenerator, routeName: string, values: unknown, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1115
1171
|
}
|
|
@@ -1125,9 +1181,9 @@ export abstract class LinkParserEndpointNameAddressExtensions$instance {
|
|
|
1125
1181
|
export type LinkParserEndpointNameAddressExtensions = LinkParserEndpointNameAddressExtensions$instance;
|
|
1126
1182
|
|
|
1127
1183
|
export abstract class PageLinkGeneratorExtensions$instance {
|
|
1128
|
-
static GetPathByPage(generator: LinkGenerator, httpContext: HttpContext, page?: string, handler?: string, values?: unknown, pathBase?:
|
|
1184
|
+
static GetPathByPage(generator: LinkGenerator, httpContext: HttpContext, page?: string, handler?: string, values?: unknown, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1129
1185
|
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?:
|
|
1186
|
+
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
1187
|
static GetUriByPage(generator: LinkGenerator, page: string, handler: string, values: unknown, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions): string | undefined;
|
|
1132
1188
|
}
|
|
1133
1189
|
|
|
@@ -1136,37 +1192,37 @@ export type PageLinkGeneratorExtensions = PageLinkGeneratorExtensions$instance;
|
|
|
1136
1192
|
|
|
1137
1193
|
export abstract class RequestDelegateRouteBuilderExtensions$instance {
|
|
1138
1194
|
static MapDelete(builder: IRouteBuilder, template: string, handler: RequestDelegate): IRouteBuilder;
|
|
1139
|
-
static MapDelete(builder: IRouteBuilder, template: string, handler:
|
|
1195
|
+
static MapDelete(builder: IRouteBuilder, template: string, handler: Func_4<HttpRequest, HttpResponse, RouteData, Task>): IRouteBuilder;
|
|
1140
1196
|
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:
|
|
1197
|
+
static MapGet(builder: IRouteBuilder, template: string, handler: Func_4<HttpRequest, HttpResponse, RouteData, Task>): IRouteBuilder;
|
|
1198
|
+
static MapMiddlewareDelete(builder: IRouteBuilder, template: string, action: Action_1<IApplicationBuilder>): IRouteBuilder;
|
|
1199
|
+
static MapMiddlewareGet(builder: IRouteBuilder, template: string, action: Action_1<IApplicationBuilder>): IRouteBuilder;
|
|
1200
|
+
static MapMiddlewarePost(builder: IRouteBuilder, template: string, action: Action_1<IApplicationBuilder>): IRouteBuilder;
|
|
1201
|
+
static MapMiddlewarePut(builder: IRouteBuilder, template: string, action: Action_1<IApplicationBuilder>): IRouteBuilder;
|
|
1202
|
+
static MapMiddlewareRoute(builder: IRouteBuilder, template: string, action: Action_1<IApplicationBuilder>): IRouteBuilder;
|
|
1203
|
+
static MapMiddlewareVerb(builder: IRouteBuilder, verb: string, template: string, action: Action_1<IApplicationBuilder>): IRouteBuilder;
|
|
1148
1204
|
static MapPost(builder: IRouteBuilder, template: string, handler: RequestDelegate): IRouteBuilder;
|
|
1149
|
-
static MapPost(builder: IRouteBuilder, template: string, handler:
|
|
1205
|
+
static MapPost(builder: IRouteBuilder, template: string, handler: Func_4<HttpRequest, HttpResponse, RouteData, Task>): IRouteBuilder;
|
|
1150
1206
|
static MapPut(builder: IRouteBuilder, template: string, handler: RequestDelegate): IRouteBuilder;
|
|
1151
|
-
static MapPut(builder: IRouteBuilder, template: string, handler:
|
|
1207
|
+
static MapPut(builder: IRouteBuilder, template: string, handler: Func_4<HttpRequest, HttpResponse, RouteData, Task>): IRouteBuilder;
|
|
1152
1208
|
static MapRoute(builder: IRouteBuilder, template: string, handler: RequestDelegate): IRouteBuilder;
|
|
1153
1209
|
static MapVerb(builder: IRouteBuilder, verb: string, template: string, handler: RequestDelegate): IRouteBuilder;
|
|
1154
|
-
static MapVerb(builder: IRouteBuilder, verb: string, template: string, handler:
|
|
1210
|
+
static MapVerb(builder: IRouteBuilder, verb: string, template: string, handler: Func_4<HttpRequest, HttpResponse, RouteData, Task>): IRouteBuilder;
|
|
1155
1211
|
}
|
|
1156
1212
|
|
|
1157
1213
|
|
|
1158
1214
|
export type RequestDelegateRouteBuilderExtensions = RequestDelegateRouteBuilderExtensions$instance;
|
|
1159
1215
|
|
|
1160
1216
|
export abstract class RouteConstraintMatcher$instance {
|
|
1161
|
-
static Match(constraints:
|
|
1217
|
+
static Match(constraints: IDictionary_2<System_Internal.String, IRouteConstraint>, routeValues: RouteValueDictionary, httpContext: HttpContext, route: IRouter, routeDirection: RouteDirection, logger: ILogger): boolean;
|
|
1162
1218
|
}
|
|
1163
1219
|
|
|
1164
1220
|
|
|
1165
1221
|
export type RouteConstraintMatcher = RouteConstraintMatcher$instance;
|
|
1166
1222
|
|
|
1167
1223
|
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:
|
|
1224
|
+
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;
|
|
1225
|
+
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
1226
|
}
|
|
1171
1227
|
|
|
1172
1228
|
|