@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
|
@@ -13,16 +13,16 @@ import type { PageActionDescriptor } from "../../Microsoft.AspNetCore.Mvc.RazorP
|
|
|
13
13
|
import type { IRouteTemplateProvider } from "../../Microsoft.AspNetCore.Mvc.Routing/internal/index.js";
|
|
14
14
|
import type { ProducesErrorResponseTypeAttribute } from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
|
|
15
15
|
import type { IOutboundParameterTransformer } from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
16
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
17
|
-
import type {
|
|
18
|
-
import * as
|
|
19
|
-
import type {
|
|
20
|
-
import * as
|
|
21
|
-
import type {
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import type {
|
|
25
|
-
import type { IServiceProviderIsService } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
|
|
16
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
17
|
+
import type { ICollection_1, IDictionary_2, IEnumerable_1, IList_1, IReadOnlyCollection_1, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
18
|
+
import * as System_Collections_ObjectModel_Internal from "@tsonic/dotnet/System.Collections.ObjectModel/internal/index.js";
|
|
19
|
+
import type { Collection_1 } from "@tsonic/dotnet/System.Collections.ObjectModel/internal/index.js";
|
|
20
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
21
|
+
import type { ICollection, IEnumerable, IList } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
22
|
+
import type { MemberInfo, MethodInfo, ParameterInfo, PropertyInfo, TypeInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
23
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
24
|
+
import type { Action_1, Boolean as ClrBoolean, Int32, Nullable_1, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
25
|
+
import type { IServiceProviderIsService } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection/internal/index.js";
|
|
26
26
|
|
|
27
27
|
export interface IActionModelConvention$instance {
|
|
28
28
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IActionModelConvention: never;
|
|
@@ -74,10 +74,10 @@ export type IBindingModel = IBindingModel$instance;
|
|
|
74
74
|
export interface ICommonModel$instance extends IPropertyModel {
|
|
75
75
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_ICommonModel: never;
|
|
76
76
|
|
|
77
|
-
readonly Attributes:
|
|
77
|
+
readonly Attributes: IReadOnlyList_1<unknown>;
|
|
78
78
|
readonly MemberInfo: MemberInfo;
|
|
79
79
|
readonly Name: string;
|
|
80
|
-
readonly Properties:
|
|
80
|
+
readonly Properties: IDictionary_2<unknown, unknown | undefined>;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
|
|
@@ -97,7 +97,7 @@ export type IControllerModelConvention = IControllerModelConvention$instance;
|
|
|
97
97
|
export interface IFilterModel$instance {
|
|
98
98
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IFilterModel: never;
|
|
99
99
|
|
|
100
|
-
readonly Filters:
|
|
100
|
+
readonly Filters: IList_1<IFilterMetadata>;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
|
|
@@ -197,13 +197,15 @@ export type IParameterModelConvention = IParameterModelConvention$instance;
|
|
|
197
197
|
export interface IPropertyModel$instance {
|
|
198
198
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IPropertyModel: never;
|
|
199
199
|
|
|
200
|
-
readonly Properties:
|
|
200
|
+
readonly Properties: IDictionary_2<unknown, unknown | undefined>;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
|
|
204
204
|
export type IPropertyModel = IPropertyModel$instance;
|
|
205
205
|
|
|
206
|
-
export interface ActionModel$instance {
|
|
206
|
+
export interface ActionModel$instance extends IApiExplorerModel$instance, ICommonModel$instance, IFilterModel$instance {
|
|
207
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_ActionModel: never;
|
|
208
|
+
|
|
207
209
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IApiExplorerModel: never;
|
|
208
210
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_ICommonModel: never;
|
|
209
211
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IFilterModel: never;
|
|
@@ -212,21 +214,21 @@ export interface ActionModel$instance {
|
|
|
212
214
|
readonly ActionMethod: MethodInfo;
|
|
213
215
|
ActionName: string;
|
|
214
216
|
ApiExplorer: ApiExplorerModel;
|
|
215
|
-
readonly Attributes:
|
|
217
|
+
readonly Attributes: IReadOnlyList_1<unknown>;
|
|
216
218
|
Controller: ControllerModel;
|
|
217
219
|
readonly DisplayName: string;
|
|
218
|
-
readonly Filters:
|
|
219
|
-
readonly Parameters:
|
|
220
|
-
readonly Properties:
|
|
220
|
+
readonly Filters: IList_1<IFilterMetadata>;
|
|
221
|
+
readonly Parameters: IList_1<ParameterModel>;
|
|
222
|
+
readonly Properties: IDictionary_2<unknown, unknown | undefined>;
|
|
221
223
|
get RouteParameterTransformer(): IOutboundParameterTransformer | undefined;
|
|
222
224
|
set RouteParameterTransformer(value: IOutboundParameterTransformer | undefined);
|
|
223
|
-
readonly RouteValues:
|
|
224
|
-
readonly Selectors:
|
|
225
|
+
readonly RouteValues: IDictionary_2<System_Internal.String, string | undefined>;
|
|
226
|
+
readonly Selectors: IList_1<SelectorModel>;
|
|
225
227
|
}
|
|
226
228
|
|
|
227
229
|
|
|
228
230
|
export const ActionModel: {
|
|
229
|
-
new(actionMethod: MethodInfo, attributes:
|
|
231
|
+
new(actionMethod: MethodInfo, attributes: IReadOnlyList_1<unknown>): ActionModel;
|
|
230
232
|
new(other: ActionModel): ActionModel;
|
|
231
233
|
};
|
|
232
234
|
|
|
@@ -238,12 +240,12 @@ export interface __ActionModel$views {
|
|
|
238
240
|
As_IPropertyModel(): IPropertyModel$instance;
|
|
239
241
|
}
|
|
240
242
|
|
|
241
|
-
export interface ActionModel$instance extends IApiExplorerModel$instance, ICommonModel$instance, IFilterModel$instance {}
|
|
242
|
-
|
|
243
243
|
export type ActionModel = ActionModel$instance & __ActionModel$views;
|
|
244
244
|
|
|
245
245
|
|
|
246
|
-
export interface ApiConventionApplicationModelConvention$instance {
|
|
246
|
+
export interface ApiConventionApplicationModelConvention$instance extends IActionModelConvention$instance {
|
|
247
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_ApiConventionApplicationModelConvention: never;
|
|
248
|
+
|
|
247
249
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IActionModelConvention: never;
|
|
248
250
|
|
|
249
251
|
readonly DefaultErrorResponseType: ProducesErrorResponseTypeAttribute;
|
|
@@ -261,15 +263,15 @@ export interface __ApiConventionApplicationModelConvention$views {
|
|
|
261
263
|
As_IActionModelConvention(): IActionModelConvention$instance;
|
|
262
264
|
}
|
|
263
265
|
|
|
264
|
-
export interface ApiConventionApplicationModelConvention$instance extends IActionModelConvention$instance {}
|
|
265
|
-
|
|
266
266
|
export type ApiConventionApplicationModelConvention = ApiConventionApplicationModelConvention$instance & __ApiConventionApplicationModelConvention$views;
|
|
267
267
|
|
|
268
268
|
|
|
269
269
|
export interface ApiExplorerModel$instance {
|
|
270
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_ApiExplorerModel: never;
|
|
271
|
+
|
|
270
272
|
get GroupName(): string | undefined;
|
|
271
273
|
set GroupName(value: string | undefined);
|
|
272
|
-
IsVisible:
|
|
274
|
+
IsVisible: Nullable_1<System_Internal.Boolean>;
|
|
273
275
|
}
|
|
274
276
|
|
|
275
277
|
|
|
@@ -281,7 +283,9 @@ export const ApiExplorerModel: {
|
|
|
281
283
|
|
|
282
284
|
export type ApiExplorerModel = ApiExplorerModel$instance;
|
|
283
285
|
|
|
284
|
-
export interface ApiVisibilityConvention$instance {
|
|
286
|
+
export interface ApiVisibilityConvention$instance extends IActionModelConvention$instance {
|
|
287
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_ApiVisibilityConvention: never;
|
|
288
|
+
|
|
285
289
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IActionModelConvention: never;
|
|
286
290
|
|
|
287
291
|
Apply(action: ActionModel): void;
|
|
@@ -298,20 +302,20 @@ export interface __ApiVisibilityConvention$views {
|
|
|
298
302
|
As_IActionModelConvention(): IActionModelConvention$instance;
|
|
299
303
|
}
|
|
300
304
|
|
|
301
|
-
export interface ApiVisibilityConvention$instance extends IActionModelConvention$instance {}
|
|
302
|
-
|
|
303
305
|
export type ApiVisibilityConvention = ApiVisibilityConvention$instance & __ApiVisibilityConvention$views;
|
|
304
306
|
|
|
305
307
|
|
|
306
|
-
export interface ApplicationModel$instance {
|
|
308
|
+
export interface ApplicationModel$instance extends IApiExplorerModel$instance, IFilterModel$instance, IPropertyModel$instance {
|
|
309
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_ApplicationModel: never;
|
|
310
|
+
|
|
307
311
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IApiExplorerModel: never;
|
|
308
312
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IFilterModel: never;
|
|
309
313
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IPropertyModel: never;
|
|
310
314
|
|
|
311
315
|
ApiExplorer: ApiExplorerModel;
|
|
312
|
-
readonly Controllers:
|
|
313
|
-
readonly Filters:
|
|
314
|
-
readonly Properties:
|
|
316
|
+
readonly Controllers: IList_1<ControllerModel>;
|
|
317
|
+
readonly Filters: IList_1<IFilterMetadata>;
|
|
318
|
+
readonly Properties: IDictionary_2<unknown, unknown | undefined>;
|
|
315
319
|
}
|
|
316
320
|
|
|
317
321
|
|
|
@@ -326,30 +330,32 @@ export interface __ApplicationModel$views {
|
|
|
326
330
|
As_IPropertyModel(): IPropertyModel$instance;
|
|
327
331
|
}
|
|
328
332
|
|
|
329
|
-
export interface ApplicationModel$instance extends IApiExplorerModel$instance, IFilterModel$instance, IPropertyModel$instance {}
|
|
330
|
-
|
|
331
333
|
export type ApplicationModel = ApplicationModel$instance & __ApplicationModel$views;
|
|
332
334
|
|
|
333
335
|
|
|
334
336
|
export interface ApplicationModelProviderContext$instance {
|
|
335
|
-
readonly
|
|
337
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_ApplicationModelProviderContext: never;
|
|
338
|
+
|
|
339
|
+
readonly ControllerTypes: IEnumerable_1<TypeInfo>;
|
|
336
340
|
readonly Result: ApplicationModel;
|
|
337
341
|
}
|
|
338
342
|
|
|
339
343
|
|
|
340
344
|
export const ApplicationModelProviderContext: {
|
|
341
|
-
new(controllerTypes:
|
|
345
|
+
new(controllerTypes: IEnumerable_1<TypeInfo>): ApplicationModelProviderContext;
|
|
342
346
|
};
|
|
343
347
|
|
|
344
348
|
|
|
345
349
|
export type ApplicationModelProviderContext = ApplicationModelProviderContext$instance;
|
|
346
350
|
|
|
347
351
|
export interface AttributeRouteModel$instance {
|
|
352
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_AttributeRouteModel: never;
|
|
353
|
+
|
|
348
354
|
readonly Attribute: IRouteTemplateProvider | undefined;
|
|
349
355
|
readonly IsAbsoluteTemplate: boolean;
|
|
350
356
|
get Name(): string | undefined;
|
|
351
357
|
set Name(value: string | undefined);
|
|
352
|
-
Order:
|
|
358
|
+
Order: Nullable_1<System_Internal.Int32>;
|
|
353
359
|
SuppressLinkGeneration: boolean;
|
|
354
360
|
SuppressPathMatching: boolean;
|
|
355
361
|
get Template(): string | undefined;
|
|
@@ -364,14 +370,16 @@ export const AttributeRouteModel: {
|
|
|
364
370
|
CombineAttributeRouteModel(left: AttributeRouteModel, right: AttributeRouteModel): AttributeRouteModel | undefined;
|
|
365
371
|
CombineTemplates(prefix: string, template: string): string | undefined;
|
|
366
372
|
IsOverridePattern(template: string): boolean;
|
|
367
|
-
ReplaceTokens(template: string, values:
|
|
368
|
-
ReplaceTokens(template: string, values:
|
|
373
|
+
ReplaceTokens(template: string, values: IDictionary_2<System_Internal.String, System_Internal.String>, routeTokenTransformer: IOutboundParameterTransformer): string;
|
|
374
|
+
ReplaceTokens(template: string, values: IDictionary_2<System_Internal.String, System_Internal.String>): string;
|
|
369
375
|
};
|
|
370
376
|
|
|
371
377
|
|
|
372
378
|
export type AttributeRouteModel = AttributeRouteModel$instance;
|
|
373
379
|
|
|
374
|
-
export interface ClientErrorResultFilterConvention$instance {
|
|
380
|
+
export interface ClientErrorResultFilterConvention$instance extends IActionModelConvention$instance {
|
|
381
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_ClientErrorResultFilterConvention: never;
|
|
382
|
+
|
|
375
383
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IActionModelConvention: never;
|
|
376
384
|
|
|
377
385
|
Apply(action: ActionModel): void;
|
|
@@ -388,12 +396,12 @@ export interface __ClientErrorResultFilterConvention$views {
|
|
|
388
396
|
As_IActionModelConvention(): IActionModelConvention$instance;
|
|
389
397
|
}
|
|
390
398
|
|
|
391
|
-
export interface ClientErrorResultFilterConvention$instance extends IActionModelConvention$instance {}
|
|
392
|
-
|
|
393
399
|
export type ClientErrorResultFilterConvention = ClientErrorResultFilterConvention$instance & __ClientErrorResultFilterConvention$views;
|
|
394
400
|
|
|
395
401
|
|
|
396
|
-
export interface ConsumesConstraintForFormFileParameterConvention$instance {
|
|
402
|
+
export interface ConsumesConstraintForFormFileParameterConvention$instance extends IActionModelConvention$instance {
|
|
403
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_ConsumesConstraintForFormFileParameterConvention: never;
|
|
404
|
+
|
|
397
405
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IActionModelConvention: never;
|
|
398
406
|
|
|
399
407
|
Apply(action: ActionModel): void;
|
|
@@ -410,35 +418,35 @@ export interface __ConsumesConstraintForFormFileParameterConvention$views {
|
|
|
410
418
|
As_IActionModelConvention(): IActionModelConvention$instance;
|
|
411
419
|
}
|
|
412
420
|
|
|
413
|
-
export interface ConsumesConstraintForFormFileParameterConvention$instance extends IActionModelConvention$instance {}
|
|
414
|
-
|
|
415
421
|
export type ConsumesConstraintForFormFileParameterConvention = ConsumesConstraintForFormFileParameterConvention$instance & __ConsumesConstraintForFormFileParameterConvention$views;
|
|
416
422
|
|
|
417
423
|
|
|
418
|
-
export interface ControllerModel$instance {
|
|
424
|
+
export interface ControllerModel$instance extends IApiExplorerModel$instance, ICommonModel$instance, IFilterModel$instance {
|
|
425
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_ControllerModel: never;
|
|
426
|
+
|
|
419
427
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IApiExplorerModel: never;
|
|
420
428
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_ICommonModel: never;
|
|
421
429
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IFilterModel: never;
|
|
422
430
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IPropertyModel: never;
|
|
423
431
|
|
|
424
|
-
readonly Actions:
|
|
432
|
+
readonly Actions: IList_1<ActionModel>;
|
|
425
433
|
ApiExplorer: ApiExplorerModel;
|
|
426
434
|
get Application(): ApplicationModel | undefined;
|
|
427
435
|
set Application(value: ApplicationModel | undefined);
|
|
428
|
-
readonly Attributes:
|
|
436
|
+
readonly Attributes: IReadOnlyList_1<unknown>;
|
|
429
437
|
ControllerName: string;
|
|
430
|
-
readonly ControllerProperties:
|
|
438
|
+
readonly ControllerProperties: IList_1<PropertyModel>;
|
|
431
439
|
readonly ControllerType: TypeInfo;
|
|
432
440
|
readonly DisplayName: string;
|
|
433
|
-
readonly Filters:
|
|
434
|
-
readonly Properties:
|
|
435
|
-
readonly RouteValues:
|
|
436
|
-
readonly Selectors:
|
|
441
|
+
readonly Filters: IList_1<IFilterMetadata>;
|
|
442
|
+
readonly Properties: IDictionary_2<unknown, unknown | undefined>;
|
|
443
|
+
readonly RouteValues: IDictionary_2<System_Internal.String, string | undefined>;
|
|
444
|
+
readonly Selectors: IList_1<SelectorModel>;
|
|
437
445
|
}
|
|
438
446
|
|
|
439
447
|
|
|
440
448
|
export const ControllerModel: {
|
|
441
|
-
new(controllerType: TypeInfo, attributes:
|
|
449
|
+
new(controllerType: TypeInfo, attributes: IReadOnlyList_1<unknown>): ControllerModel;
|
|
442
450
|
new(other: ControllerModel): ControllerModel;
|
|
443
451
|
};
|
|
444
452
|
|
|
@@ -450,12 +458,12 @@ export interface __ControllerModel$views {
|
|
|
450
458
|
As_IPropertyModel(): IPropertyModel$instance;
|
|
451
459
|
}
|
|
452
460
|
|
|
453
|
-
export interface ControllerModel$instance extends IApiExplorerModel$instance, ICommonModel$instance, IFilterModel$instance {}
|
|
454
|
-
|
|
455
461
|
export type ControllerModel = ControllerModel$instance & __ControllerModel$views;
|
|
456
462
|
|
|
457
463
|
|
|
458
|
-
export interface InferParameterBindingInfoConvention$instance {
|
|
464
|
+
export interface InferParameterBindingInfoConvention$instance extends IActionModelConvention$instance {
|
|
465
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_InferParameterBindingInfoConvention: never;
|
|
466
|
+
|
|
459
467
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IActionModelConvention: never;
|
|
460
468
|
|
|
461
469
|
Apply(action: ActionModel): void;
|
|
@@ -473,12 +481,12 @@ export interface __InferParameterBindingInfoConvention$views {
|
|
|
473
481
|
As_IActionModelConvention(): IActionModelConvention$instance;
|
|
474
482
|
}
|
|
475
483
|
|
|
476
|
-
export interface InferParameterBindingInfoConvention$instance extends IActionModelConvention$instance {}
|
|
477
|
-
|
|
478
484
|
export type InferParameterBindingInfoConvention = InferParameterBindingInfoConvention$instance & __InferParameterBindingInfoConvention$views;
|
|
479
485
|
|
|
480
486
|
|
|
481
|
-
export interface InvalidModelStateFilterConvention$instance {
|
|
487
|
+
export interface InvalidModelStateFilterConvention$instance extends IActionModelConvention$instance {
|
|
488
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_InvalidModelStateFilterConvention: never;
|
|
489
|
+
|
|
482
490
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IActionModelConvention: never;
|
|
483
491
|
|
|
484
492
|
Apply(action: ActionModel): void;
|
|
@@ -495,25 +503,25 @@ export interface __InvalidModelStateFilterConvention$views {
|
|
|
495
503
|
As_IActionModelConvention(): IActionModelConvention$instance;
|
|
496
504
|
}
|
|
497
505
|
|
|
498
|
-
export interface InvalidModelStateFilterConvention$instance extends IActionModelConvention$instance {}
|
|
499
|
-
|
|
500
506
|
export type InvalidModelStateFilterConvention = InvalidModelStateFilterConvention$instance & __InvalidModelStateFilterConvention$views;
|
|
501
507
|
|
|
502
508
|
|
|
503
509
|
export interface PageApplicationModel$instance {
|
|
510
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_PageApplicationModel: never;
|
|
511
|
+
|
|
504
512
|
readonly ActionDescriptor: PageActionDescriptor;
|
|
505
513
|
readonly AreaName: string | undefined;
|
|
506
514
|
readonly DeclaredModelType: TypeInfo | undefined;
|
|
507
|
-
readonly EndpointMetadata:
|
|
508
|
-
readonly Filters:
|
|
509
|
-
readonly HandlerMethods:
|
|
510
|
-
readonly HandlerProperties:
|
|
515
|
+
readonly EndpointMetadata: IList_1<unknown>;
|
|
516
|
+
readonly Filters: IList_1<IFilterMetadata>;
|
|
517
|
+
readonly HandlerMethods: IList_1<PageHandlerModel>;
|
|
518
|
+
readonly HandlerProperties: IList_1<PagePropertyModel>;
|
|
511
519
|
readonly HandlerType: TypeInfo;
|
|
512
|
-
readonly HandlerTypeAttributes:
|
|
520
|
+
readonly HandlerTypeAttributes: IReadOnlyList_1<unknown>;
|
|
513
521
|
get ModelType(): TypeInfo | undefined;
|
|
514
522
|
set ModelType(value: TypeInfo | undefined);
|
|
515
523
|
PageType: TypeInfo;
|
|
516
|
-
readonly Properties:
|
|
524
|
+
readonly Properties: IDictionary_2<unknown, unknown | undefined>;
|
|
517
525
|
readonly RelativePath: string;
|
|
518
526
|
readonly RouteTemplate: string | undefined;
|
|
519
527
|
readonly ViewEnginePath: string;
|
|
@@ -521,8 +529,8 @@ export interface PageApplicationModel$instance {
|
|
|
521
529
|
|
|
522
530
|
|
|
523
531
|
export const PageApplicationModel: {
|
|
524
|
-
new(actionDescriptor: PageActionDescriptor, handlerType: TypeInfo, handlerAttributes:
|
|
525
|
-
new(actionDescriptor: PageActionDescriptor, declaredModelType: TypeInfo, handlerType: TypeInfo, handlerAttributes:
|
|
532
|
+
new(actionDescriptor: PageActionDescriptor, handlerType: TypeInfo, handlerAttributes: IReadOnlyList_1<unknown>): PageApplicationModel;
|
|
533
|
+
new(actionDescriptor: PageActionDescriptor, declaredModelType: TypeInfo, handlerType: TypeInfo, handlerAttributes: IReadOnlyList_1<unknown>): PageApplicationModel;
|
|
526
534
|
new(other: PageApplicationModel): PageApplicationModel;
|
|
527
535
|
};
|
|
528
536
|
|
|
@@ -530,6 +538,8 @@ export const PageApplicationModel: {
|
|
|
530
538
|
export type PageApplicationModel = PageApplicationModel$instance;
|
|
531
539
|
|
|
532
540
|
export interface PageApplicationModelProviderContext$instance {
|
|
541
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_PageApplicationModelProviderContext: never;
|
|
542
|
+
|
|
533
543
|
readonly ActionDescriptor: PageActionDescriptor;
|
|
534
544
|
PageApplicationModel: PageApplicationModel;
|
|
535
545
|
readonly PageType: TypeInfo;
|
|
@@ -543,7 +553,9 @@ export const PageApplicationModelProviderContext: {
|
|
|
543
553
|
|
|
544
554
|
export type PageApplicationModelProviderContext = PageApplicationModelProviderContext$instance;
|
|
545
555
|
|
|
546
|
-
export interface PageConventionCollection$instance extends
|
|
556
|
+
export interface PageConventionCollection$instance extends Collection_1<IPageConvention> {
|
|
557
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_PageConventionCollection: never;
|
|
558
|
+
|
|
547
559
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
548
560
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
549
561
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -553,14 +565,14 @@ export interface PageConventionCollection$instance extends Collection<IPageConve
|
|
|
553
565
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
554
566
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
555
567
|
|
|
556
|
-
AddAreaFolderApplicationModelConvention(areaName: string, folderPath: string, action:
|
|
557
|
-
AddAreaFolderRouteModelConvention(areaName: string, folderPath: string, action:
|
|
558
|
-
AddAreaPageApplicationModelConvention(areaName: string, pageName: string, action:
|
|
559
|
-
AddAreaPageRouteModelConvention(areaName: string, pageName: string, action:
|
|
560
|
-
AddFolderApplicationModelConvention(folderPath: string, action:
|
|
561
|
-
AddFolderRouteModelConvention(folderPath: string, action:
|
|
562
|
-
AddPageApplicationModelConvention(pageName: string, action:
|
|
563
|
-
AddPageRouteModelConvention(pageName: string, action:
|
|
568
|
+
AddAreaFolderApplicationModelConvention(areaName: string, folderPath: string, action: Action_1<PageApplicationModel>): IPageApplicationModelConvention;
|
|
569
|
+
AddAreaFolderRouteModelConvention(areaName: string, folderPath: string, action: Action_1<PageRouteModel>): IPageRouteModelConvention;
|
|
570
|
+
AddAreaPageApplicationModelConvention(areaName: string, pageName: string, action: Action_1<PageApplicationModel>): IPageApplicationModelConvention;
|
|
571
|
+
AddAreaPageRouteModelConvention(areaName: string, pageName: string, action: Action_1<PageRouteModel>): IPageRouteModelConvention;
|
|
572
|
+
AddFolderApplicationModelConvention(folderPath: string, action: Action_1<PageApplicationModel>): IPageApplicationModelConvention;
|
|
573
|
+
AddFolderRouteModelConvention(folderPath: string, action: Action_1<PageRouteModel>): IPageRouteModelConvention;
|
|
574
|
+
AddPageApplicationModelConvention(pageName: string, action: Action_1<PageApplicationModel>): IPageApplicationModelConvention;
|
|
575
|
+
AddPageRouteModelConvention(pageName: string, action: Action_1<PageRouteModel>): IPageRouteModelConvention;
|
|
564
576
|
RemoveType<TPageConvention extends IPageConvention>(): void;
|
|
565
577
|
RemoveType(pageConventionType: Type): void;
|
|
566
578
|
}
|
|
@@ -568,30 +580,32 @@ export interface PageConventionCollection$instance extends Collection<IPageConve
|
|
|
568
580
|
|
|
569
581
|
export const PageConventionCollection: {
|
|
570
582
|
new(): PageConventionCollection;
|
|
571
|
-
new(conventions:
|
|
583
|
+
new(conventions: IList_1<IPageConvention>): PageConventionCollection;
|
|
572
584
|
};
|
|
573
585
|
|
|
574
586
|
|
|
575
587
|
export type PageConventionCollection = PageConventionCollection$instance;
|
|
576
588
|
|
|
577
589
|
export interface PageHandlerModel$instance {
|
|
590
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_PageHandlerModel: never;
|
|
591
|
+
|
|
578
592
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_ICommonModel: never;
|
|
579
593
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IPropertyModel: never;
|
|
580
594
|
|
|
581
|
-
readonly Attributes:
|
|
595
|
+
readonly Attributes: IReadOnlyList_1<unknown>;
|
|
582
596
|
get HandlerName(): string | undefined;
|
|
583
597
|
set HandlerName(value: string | undefined);
|
|
584
598
|
HttpMethod: string;
|
|
585
599
|
readonly MethodInfo: MethodInfo;
|
|
586
600
|
Name: string;
|
|
587
601
|
Page: PageApplicationModel;
|
|
588
|
-
readonly Parameters:
|
|
589
|
-
readonly Properties:
|
|
602
|
+
readonly Parameters: IList_1<PageParameterModel>;
|
|
603
|
+
readonly Properties: IDictionary_2<unknown, unknown | undefined>;
|
|
590
604
|
}
|
|
591
605
|
|
|
592
606
|
|
|
593
607
|
export const PageHandlerModel: {
|
|
594
|
-
new(handlerMethod: MethodInfo, attributes:
|
|
608
|
+
new(handlerMethod: MethodInfo, attributes: IReadOnlyList_1<unknown>): PageHandlerModel;
|
|
595
609
|
new(other: PageHandlerModel): PageHandlerModel;
|
|
596
610
|
};
|
|
597
611
|
|
|
@@ -604,7 +618,9 @@ export interface __PageHandlerModel$views {
|
|
|
604
618
|
export type PageHandlerModel = PageHandlerModel$instance & __PageHandlerModel$views;
|
|
605
619
|
|
|
606
620
|
|
|
607
|
-
export interface PageParameterModel$instance extends ParameterModelBase$instance {
|
|
621
|
+
export interface PageParameterModel$instance extends ParameterModelBase$instance, IBindingModel$instance {
|
|
622
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_PageParameterModel: never;
|
|
623
|
+
|
|
608
624
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IBindingModel: never;
|
|
609
625
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_ICommonModel: never;
|
|
610
626
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IPropertyModel: never;
|
|
@@ -616,7 +632,7 @@ export interface PageParameterModel$instance extends ParameterModelBase$instance
|
|
|
616
632
|
|
|
617
633
|
|
|
618
634
|
export const PageParameterModel: {
|
|
619
|
-
new(parameterInfo: ParameterInfo, attributes:
|
|
635
|
+
new(parameterInfo: ParameterInfo, attributes: IReadOnlyList_1<unknown>): PageParameterModel;
|
|
620
636
|
new(other: PageParameterModel): PageParameterModel;
|
|
621
637
|
};
|
|
622
638
|
|
|
@@ -627,12 +643,12 @@ export interface __PageParameterModel$views {
|
|
|
627
643
|
As_IPropertyModel(): IPropertyModel$instance;
|
|
628
644
|
}
|
|
629
645
|
|
|
630
|
-
export interface PageParameterModel$instance extends IBindingModel$instance {}
|
|
631
|
-
|
|
632
646
|
export type PageParameterModel = PageParameterModel$instance & __PageParameterModel$views;
|
|
633
647
|
|
|
634
648
|
|
|
635
|
-
export interface PagePropertyModel$instance extends ParameterModelBase$instance {
|
|
649
|
+
export interface PagePropertyModel$instance extends ParameterModelBase$instance, IBindingModel$instance {
|
|
650
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_PagePropertyModel: never;
|
|
651
|
+
|
|
636
652
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IBindingModel: never;
|
|
637
653
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_ICommonModel: never;
|
|
638
654
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IPropertyModel: never;
|
|
@@ -644,7 +660,7 @@ export interface PagePropertyModel$instance extends ParameterModelBase$instance
|
|
|
644
660
|
|
|
645
661
|
|
|
646
662
|
export const PagePropertyModel: {
|
|
647
|
-
new(propertyInfo: PropertyInfo, attributes:
|
|
663
|
+
new(propertyInfo: PropertyInfo, attributes: IReadOnlyList_1<unknown>): PagePropertyModel;
|
|
648
664
|
new(other: PagePropertyModel): PagePropertyModel;
|
|
649
665
|
};
|
|
650
666
|
|
|
@@ -655,12 +671,12 @@ export interface __PagePropertyModel$views {
|
|
|
655
671
|
As_IPropertyModel(): IPropertyModel$instance;
|
|
656
672
|
}
|
|
657
673
|
|
|
658
|
-
export interface PagePropertyModel$instance extends IBindingModel$instance {}
|
|
659
|
-
|
|
660
674
|
export type PagePropertyModel = PagePropertyModel$instance & __PagePropertyModel$views;
|
|
661
675
|
|
|
662
676
|
|
|
663
677
|
export interface PageRouteMetadata$instance {
|
|
678
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_PageRouteMetadata: never;
|
|
679
|
+
|
|
664
680
|
readonly PageRoute: string;
|
|
665
681
|
readonly RouteTemplate: string | undefined;
|
|
666
682
|
}
|
|
@@ -674,13 +690,15 @@ export const PageRouteMetadata: {
|
|
|
674
690
|
export type PageRouteMetadata = PageRouteMetadata$instance;
|
|
675
691
|
|
|
676
692
|
export interface PageRouteModel$instance {
|
|
693
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_PageRouteModel: never;
|
|
694
|
+
|
|
677
695
|
readonly AreaName: string | undefined;
|
|
678
|
-
readonly Properties:
|
|
696
|
+
readonly Properties: IDictionary_2<unknown, unknown | undefined>;
|
|
679
697
|
readonly RelativePath: string;
|
|
680
698
|
get RouteParameterTransformer(): IOutboundParameterTransformer | undefined;
|
|
681
699
|
set RouteParameterTransformer(value: IOutboundParameterTransformer | undefined);
|
|
682
|
-
readonly RouteValues:
|
|
683
|
-
readonly Selectors:
|
|
700
|
+
readonly RouteValues: IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
701
|
+
readonly Selectors: IList_1<SelectorModel>;
|
|
684
702
|
readonly ViewEnginePath: string;
|
|
685
703
|
}
|
|
686
704
|
|
|
@@ -695,7 +713,9 @@ export const PageRouteModel: {
|
|
|
695
713
|
export type PageRouteModel = PageRouteModel$instance;
|
|
696
714
|
|
|
697
715
|
export interface PageRouteModelProviderContext$instance {
|
|
698
|
-
readonly
|
|
716
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_PageRouteModelProviderContext: never;
|
|
717
|
+
|
|
718
|
+
readonly RouteModels: IList_1<PageRouteModel>;
|
|
699
719
|
}
|
|
700
720
|
|
|
701
721
|
|
|
@@ -706,7 +726,9 @@ export const PageRouteModelProviderContext: {
|
|
|
706
726
|
|
|
707
727
|
export type PageRouteModelProviderContext = PageRouteModelProviderContext$instance;
|
|
708
728
|
|
|
709
|
-
export interface PageRouteTransformerConvention$instance extends IPageConvention {
|
|
729
|
+
export interface PageRouteTransformerConvention$instance extends IPageConvention, IPageRouteModelConvention$instance {
|
|
730
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_PageRouteTransformerConvention: never;
|
|
731
|
+
|
|
710
732
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IPageConvention: never;
|
|
711
733
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IPageRouteModelConvention: never;
|
|
712
734
|
|
|
@@ -724,27 +746,27 @@ export interface __PageRouteTransformerConvention$views {
|
|
|
724
746
|
As_IPageRouteModelConvention(): IPageRouteModelConvention$instance;
|
|
725
747
|
}
|
|
726
748
|
|
|
727
|
-
export interface PageRouteTransformerConvention$instance extends IPageRouteModelConvention$instance {}
|
|
728
|
-
|
|
729
749
|
export type PageRouteTransformerConvention = PageRouteTransformerConvention$instance & __PageRouteTransformerConvention$views;
|
|
730
750
|
|
|
731
751
|
|
|
732
|
-
export interface ParameterModel$instance extends ParameterModelBase$instance {
|
|
752
|
+
export interface ParameterModel$instance extends ParameterModelBase$instance, IBindingModel$instance {
|
|
753
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_ParameterModel: never;
|
|
754
|
+
|
|
733
755
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IBindingModel: never;
|
|
734
756
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_ICommonModel: never;
|
|
735
757
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IPropertyModel: never;
|
|
736
758
|
|
|
737
759
|
Action: ActionModel;
|
|
738
|
-
readonly Attributes:
|
|
760
|
+
readonly Attributes: IReadOnlyList_1<unknown>;
|
|
739
761
|
readonly DisplayName: string;
|
|
740
762
|
readonly ParameterInfo: ParameterInfo;
|
|
741
763
|
ParameterName: string;
|
|
742
|
-
readonly Properties:
|
|
764
|
+
readonly Properties: IDictionary_2<unknown, unknown | undefined>;
|
|
743
765
|
}
|
|
744
766
|
|
|
745
767
|
|
|
746
768
|
export const ParameterModel: {
|
|
747
|
-
new(parameterInfo: ParameterInfo, attributes:
|
|
769
|
+
new(parameterInfo: ParameterInfo, attributes: IReadOnlyList_1<unknown>): ParameterModel;
|
|
748
770
|
new(other: ParameterModel): ParameterModel;
|
|
749
771
|
};
|
|
750
772
|
|
|
@@ -755,24 +777,24 @@ export interface __ParameterModel$views {
|
|
|
755
777
|
As_IPropertyModel(): IPropertyModel$instance;
|
|
756
778
|
}
|
|
757
779
|
|
|
758
|
-
export interface ParameterModel$instance extends IBindingModel$instance {}
|
|
759
|
-
|
|
760
780
|
export type ParameterModel = ParameterModel$instance & __ParameterModel$views;
|
|
761
781
|
|
|
762
782
|
|
|
763
|
-
export interface ParameterModelBase$instance {
|
|
783
|
+
export interface ParameterModelBase$instance extends IBindingModel$instance {
|
|
784
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_ParameterModelBase: never;
|
|
785
|
+
|
|
764
786
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IBindingModel: never;
|
|
765
787
|
|
|
766
|
-
readonly Attributes:
|
|
788
|
+
readonly Attributes: IReadOnlyList_1<unknown>;
|
|
767
789
|
get BindingInfo(): BindingInfo | undefined;
|
|
768
790
|
set BindingInfo(value: BindingInfo | undefined);
|
|
769
791
|
Name: string;
|
|
770
792
|
readonly ParameterType: Type;
|
|
771
|
-
readonly Properties:
|
|
793
|
+
readonly Properties: IDictionary_2<unknown, unknown | undefined>;
|
|
772
794
|
}
|
|
773
795
|
|
|
774
796
|
|
|
775
|
-
export const ParameterModelBase: (abstract new(parameterType: Type, attributes:
|
|
797
|
+
export const ParameterModelBase: (abstract new(parameterType: Type, attributes: IReadOnlyList_1<unknown>) => ParameterModelBase) & (abstract new(other: ParameterModelBase) => ParameterModelBase) & {
|
|
776
798
|
};
|
|
777
799
|
|
|
778
800
|
|
|
@@ -780,26 +802,26 @@ export interface __ParameterModelBase$views {
|
|
|
780
802
|
As_IBindingModel(): IBindingModel$instance;
|
|
781
803
|
}
|
|
782
804
|
|
|
783
|
-
export interface ParameterModelBase$instance extends IBindingModel$instance {}
|
|
784
|
-
|
|
785
805
|
export type ParameterModelBase = ParameterModelBase$instance & __ParameterModelBase$views;
|
|
786
806
|
|
|
787
807
|
|
|
788
|
-
export interface PropertyModel$instance extends ParameterModelBase$instance {
|
|
808
|
+
export interface PropertyModel$instance extends ParameterModelBase$instance, IBindingModel$instance {
|
|
809
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_PropertyModel: never;
|
|
810
|
+
|
|
789
811
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IBindingModel: never;
|
|
790
812
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_ICommonModel: never;
|
|
791
813
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IPropertyModel: never;
|
|
792
814
|
|
|
793
|
-
readonly Attributes:
|
|
815
|
+
readonly Attributes: IReadOnlyList_1<unknown>;
|
|
794
816
|
Controller: ControllerModel;
|
|
795
|
-
readonly Properties:
|
|
817
|
+
readonly Properties: IDictionary_2<unknown, unknown | undefined>;
|
|
796
818
|
readonly PropertyInfo: PropertyInfo;
|
|
797
819
|
PropertyName: string;
|
|
798
820
|
}
|
|
799
821
|
|
|
800
822
|
|
|
801
823
|
export const PropertyModel: {
|
|
802
|
-
new(propertyInfo: PropertyInfo, attributes:
|
|
824
|
+
new(propertyInfo: PropertyInfo, attributes: IReadOnlyList_1<unknown>): PropertyModel;
|
|
803
825
|
new(other: PropertyModel): PropertyModel;
|
|
804
826
|
};
|
|
805
827
|
|
|
@@ -810,12 +832,12 @@ export interface __PropertyModel$views {
|
|
|
810
832
|
As_IPropertyModel(): IPropertyModel$instance;
|
|
811
833
|
}
|
|
812
834
|
|
|
813
|
-
export interface PropertyModel$instance extends IBindingModel$instance {}
|
|
814
|
-
|
|
815
835
|
export type PropertyModel = PropertyModel$instance & __PropertyModel$views;
|
|
816
836
|
|
|
817
837
|
|
|
818
|
-
export interface RouteTokenTransformerConvention$instance {
|
|
838
|
+
export interface RouteTokenTransformerConvention$instance extends IActionModelConvention$instance {
|
|
839
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_RouteTokenTransformerConvention: never;
|
|
840
|
+
|
|
819
841
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationModels_IActionModelConvention: never;
|
|
820
842
|
|
|
821
843
|
Apply(action: ActionModel): void;
|
|
@@ -832,16 +854,16 @@ export interface __RouteTokenTransformerConvention$views {
|
|
|
832
854
|
As_IActionModelConvention(): IActionModelConvention$instance;
|
|
833
855
|
}
|
|
834
856
|
|
|
835
|
-
export interface RouteTokenTransformerConvention$instance extends IActionModelConvention$instance {}
|
|
836
|
-
|
|
837
857
|
export type RouteTokenTransformerConvention = RouteTokenTransformerConvention$instance & __RouteTokenTransformerConvention$views;
|
|
838
858
|
|
|
839
859
|
|
|
840
860
|
export interface SelectorModel$instance {
|
|
841
|
-
readonly
|
|
861
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationModels_SelectorModel: never;
|
|
862
|
+
|
|
863
|
+
readonly ActionConstraints: IList_1<IActionConstraintMetadata>;
|
|
842
864
|
get AttributeRouteModel(): AttributeRouteModel | undefined;
|
|
843
865
|
set AttributeRouteModel(value: AttributeRouteModel | undefined);
|
|
844
|
-
readonly EndpointMetadata:
|
|
866
|
+
readonly EndpointMetadata: IList_1<unknown>;
|
|
845
867
|
}
|
|
846
868
|
|
|
847
869
|
|