@tsonic/aspnetcore 10.0.11 → 10.0.16
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.Authentication/bindings.json +0 -520
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +7 -32
- package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +0 -140
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +1 -7
- package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +0 -120
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +1 -6
- package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +0 -160
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components/bindings.json +0 -380
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +3 -22
- package/Microsoft.AspNetCore.Components.Authorization/bindings.json +0 -340
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +4 -21
- package/Microsoft.AspNetCore.Components.Forms/bindings.json +223 -1903
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +19 -93
- package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +1 -1
- package/Microsoft.AspNetCore.Components.Routing/bindings.json +0 -180
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +2 -11
- package/Microsoft.AspNetCore.Components.Server/bindings.json +0 -40
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Components.Web/bindings.json +0 -380
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +4 -23
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +0 -80
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +1 -5
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +1 -1
- 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.Hosting/bindings.json +0 -100
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +0 -5
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +0 -20
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Identity/bindings.json +0 -960
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +3 -49
- package/Microsoft.AspNetCore.Localization/bindings.json +0 -80
- package/Microsoft.AspNetCore.Localization.Routing/bindings.json +0 -20
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc/bindings.json +0 -660
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +8 -41
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +0 -80
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +15 -595
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +11 -35
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +0 -280
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +5 -18
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +0 -100
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +1 -5
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +0 -40
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +3 -63
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +0 -120
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +3 -9
- package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +6 -6
- package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +0 -600
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +18 -48
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +12 -612
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +3 -29
- package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +0 -60
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Routing/bindings.json +0 -60
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +0 -80
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +2 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.SignalR/bindings.json +3 -103
- package/Microsoft.JSInterop/bindings.json +0 -120
- package/Microsoft.JSInterop/internal/index.d.ts +0 -6
- package/Microsoft.JSInterop.Implementation/bindings.json +0 -240
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +1 -13
- package/README.md +58 -2
- package/System.Threading.RateLimiting/bindings.json +16 -16
- package/package.json +4 -4
|
@@ -662,8 +662,6 @@ export interface EmptyModelMetadataProvider$instance extends DefaultModelMetadat
|
|
|
662
662
|
|
|
663
663
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelMetadataProvider: never;
|
|
664
664
|
|
|
665
|
-
GetMetadataForProperties(modelType: Type): IEnumerable_1<ModelMetadata>;
|
|
666
|
-
GetMetadataForType(modelType: Type): ModelMetadata;
|
|
667
665
|
}
|
|
668
666
|
|
|
669
667
|
|
|
@@ -722,7 +720,7 @@ export interface __FormFileValueProviderFactory$views {
|
|
|
722
720
|
export type FormFileValueProviderFactory = FormFileValueProviderFactory$instance & __FormFileValueProviderFactory$views;
|
|
723
721
|
|
|
724
722
|
|
|
725
|
-
export interface FormValueProvider$instance extends BindingSourceValueProvider$instance, IEnumerableValueProvider$instance {
|
|
723
|
+
export interface FormValueProvider$instance extends BindingSourceValueProvider$instance, IBindingSourceValueProvider$instance, IEnumerableValueProvider$instance {
|
|
726
724
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_FormValueProvider: never;
|
|
727
725
|
|
|
728
726
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBindingSourceValueProvider: never;
|
|
@@ -731,7 +729,6 @@ export interface FormValueProvider$instance extends BindingSourceValueProvider$i
|
|
|
731
729
|
|
|
732
730
|
readonly Culture: CultureInfo | undefined;
|
|
733
731
|
ContainsPrefix(prefix: string): boolean;
|
|
734
|
-
Filter(bindingSource: BindingSource): IValueProvider | undefined;
|
|
735
732
|
GetKeysFromPrefix(prefix: string): IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
736
733
|
GetValue(key: string): ValueProviderResult;
|
|
737
734
|
}
|
|
@@ -780,10 +777,6 @@ export interface JQueryFormValueProvider$instance extends JQueryValueProvider$in
|
|
|
780
777
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IKeyRewriterValueProvider: never;
|
|
781
778
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IValueProvider: never;
|
|
782
779
|
|
|
783
|
-
ContainsPrefix(prefix: string): boolean;
|
|
784
|
-
Filter(): IValueProvider | undefined;
|
|
785
|
-
Filter(bindingSource: BindingSource): IValueProvider | undefined;
|
|
786
|
-
GetKeysFromPrefix(prefix: string): IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
787
780
|
GetValue(key: string): ValueProviderResult;
|
|
788
781
|
}
|
|
789
782
|
|
|
@@ -824,7 +817,7 @@ export interface __JQueryFormValueProviderFactory$views {
|
|
|
824
817
|
export type JQueryFormValueProviderFactory = JQueryFormValueProviderFactory$instance & __JQueryFormValueProviderFactory$views;
|
|
825
818
|
|
|
826
819
|
|
|
827
|
-
export interface JQueryQueryStringValueProvider$instance extends JQueryValueProvider$instance {
|
|
820
|
+
export interface JQueryQueryStringValueProvider$instance extends JQueryValueProvider$instance, IEnumerableValueProvider$instance {
|
|
828
821
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_JQueryQueryStringValueProvider: never;
|
|
829
822
|
|
|
830
823
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBindingSourceValueProvider: never;
|
|
@@ -832,11 +825,6 @@ export interface JQueryQueryStringValueProvider$instance extends JQueryValueProv
|
|
|
832
825
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IKeyRewriterValueProvider: never;
|
|
833
826
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IValueProvider: never;
|
|
834
827
|
|
|
835
|
-
ContainsPrefix(prefix: string): boolean;
|
|
836
|
-
Filter(): IValueProvider | undefined;
|
|
837
|
-
Filter(bindingSource: BindingSource): IValueProvider | undefined;
|
|
838
|
-
GetKeysFromPrefix(prefix: string): IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
839
|
-
GetValue(key: string): ValueProviderResult;
|
|
840
828
|
}
|
|
841
829
|
|
|
842
830
|
|
|
@@ -886,6 +874,7 @@ export interface JQueryValueProvider$instance extends BindingSourceValueProvider
|
|
|
886
874
|
|
|
887
875
|
readonly Culture: CultureInfo | undefined;
|
|
888
876
|
ContainsPrefix(prefix: string): boolean;
|
|
877
|
+
Filter(): IValueProvider | undefined;
|
|
889
878
|
Filter(bindingSource: BindingSource): IValueProvider | undefined;
|
|
890
879
|
GetKeysFromPrefix(prefix: string): IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
891
880
|
GetValue(key: string): ValueProviderResult;
|
|
@@ -1314,7 +1303,7 @@ export const PrefixContainer: {
|
|
|
1314
1303
|
|
|
1315
1304
|
export type PrefixContainer = PrefixContainer$instance;
|
|
1316
1305
|
|
|
1317
|
-
export interface QueryStringValueProvider$instance extends BindingSourceValueProvider$instance, IEnumerableValueProvider$instance {
|
|
1306
|
+
export interface QueryStringValueProvider$instance extends BindingSourceValueProvider$instance, IBindingSourceValueProvider$instance, IEnumerableValueProvider$instance {
|
|
1318
1307
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_QueryStringValueProvider: never;
|
|
1319
1308
|
|
|
1320
1309
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBindingSourceValueProvider: never;
|
|
@@ -1323,7 +1312,6 @@ export interface QueryStringValueProvider$instance extends BindingSourceValuePro
|
|
|
1323
1312
|
|
|
1324
1313
|
readonly Culture: CultureInfo | undefined;
|
|
1325
1314
|
ContainsPrefix(prefix: string): boolean;
|
|
1326
|
-
Filter(bindingSource: BindingSource): IValueProvider | undefined;
|
|
1327
1315
|
GetKeysFromPrefix(prefix: string): IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
1328
1316
|
GetValue(key: string): ValueProviderResult;
|
|
1329
1317
|
}
|
|
@@ -1364,14 +1352,13 @@ export interface __QueryStringValueProviderFactory$views {
|
|
|
1364
1352
|
export type QueryStringValueProviderFactory = QueryStringValueProviderFactory$instance & __QueryStringValueProviderFactory$views;
|
|
1365
1353
|
|
|
1366
1354
|
|
|
1367
|
-
export interface RouteValueProvider$instance extends BindingSourceValueProvider$instance {
|
|
1355
|
+
export interface RouteValueProvider$instance extends BindingSourceValueProvider$instance, IBindingSourceValueProvider$instance {
|
|
1368
1356
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_RouteValueProvider: never;
|
|
1369
1357
|
|
|
1370
1358
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBindingSourceValueProvider: never;
|
|
1371
1359
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IValueProvider: never;
|
|
1372
1360
|
|
|
1373
1361
|
ContainsPrefix(key: string): boolean;
|
|
1374
|
-
Filter(bindingSource: BindingSource): IValueProvider | undefined;
|
|
1375
1362
|
GetValue(key: string): ValueProviderResult;
|
|
1376
1363
|
}
|
|
1377
1364
|
|
|
@@ -157,66 +157,6 @@
|
|
|
157
157
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
158
158
|
"isExtensionMethod": false,
|
|
159
159
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.ICollectionModelBinder"
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinder\u00601::BindModelAsync(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext):System.Threading.Tasks.Task",
|
|
163
|
-
"clrName": "BindModelAsync",
|
|
164
|
-
"metadataToken": 0,
|
|
165
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext):System.Threading.Tasks.Task",
|
|
166
|
-
"normalizedSignature": "BindModelAsync|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext):System.Threading.Tasks.Task|static=false",
|
|
167
|
-
"emitScope": "ClassSurface",
|
|
168
|
-
"provenance": "BaseOverload",
|
|
169
|
-
"arity": 0,
|
|
170
|
-
"parameterCount": 1,
|
|
171
|
-
"isStatic": false,
|
|
172
|
-
"isAbstract": false,
|
|
173
|
-
"isVirtual": true,
|
|
174
|
-
"isOverride": false,
|
|
175
|
-
"isSealed": false,
|
|
176
|
-
"visibility": "Public",
|
|
177
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinder\u00601",
|
|
178
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
179
|
-
"isExtensionMethod": false
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinder\u00601::ConvertToCollectionType(System.Type,System.Collections.Generic.IEnumerable_1):System.Object",
|
|
183
|
-
"clrName": "ConvertToCollectionType",
|
|
184
|
-
"metadataToken": 0,
|
|
185
|
-
"canonicalSignature": "(System.Type,System.Collections.Generic.IEnumerable_1):System.Object",
|
|
186
|
-
"normalizedSignature": "ConvertToCollectionType|(System.Type,System.Collections.Generic.IEnumerable_1):System.Object|static=false",
|
|
187
|
-
"emitScope": "ClassSurface",
|
|
188
|
-
"provenance": "BaseOverload",
|
|
189
|
-
"arity": 0,
|
|
190
|
-
"parameterCount": 2,
|
|
191
|
-
"isStatic": false,
|
|
192
|
-
"isAbstract": false,
|
|
193
|
-
"isVirtual": true,
|
|
194
|
-
"isOverride": false,
|
|
195
|
-
"isSealed": false,
|
|
196
|
-
"visibility": "Protected",
|
|
197
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinder\u00601",
|
|
198
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
199
|
-
"isExtensionMethod": false
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinder\u00601::CopyToModel(System.Object,System.Collections.Generic.IEnumerable_1):System.Void",
|
|
203
|
-
"clrName": "CopyToModel",
|
|
204
|
-
"metadataToken": 0,
|
|
205
|
-
"canonicalSignature": "(System.Object,System.Collections.Generic.IEnumerable_1):System.Void",
|
|
206
|
-
"normalizedSignature": "CopyToModel|(System.Object,System.Collections.Generic.IEnumerable_1):System.Void|static=false",
|
|
207
|
-
"emitScope": "ClassSurface",
|
|
208
|
-
"provenance": "BaseOverload",
|
|
209
|
-
"arity": 0,
|
|
210
|
-
"parameterCount": 2,
|
|
211
|
-
"isStatic": false,
|
|
212
|
-
"isAbstract": false,
|
|
213
|
-
"isVirtual": true,
|
|
214
|
-
"isOverride": false,
|
|
215
|
-
"isSealed": false,
|
|
216
|
-
"visibility": "Protected",
|
|
217
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinder\u00601",
|
|
218
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
219
|
-
"isExtensionMethod": false
|
|
220
160
|
}
|
|
221
161
|
],
|
|
222
162
|
"properties": [],
|
|
@@ -2202,26 +2142,6 @@
|
|
|
2202
2142
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
|
|
2203
2143
|
"isExtensionMethod": false,
|
|
2204
2144
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder"
|
|
2205
|
-
},
|
|
2206
|
-
{
|
|
2207
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinder\u00602::ConvertToCollectionType(System.Type,System.Collections.Generic.IEnumerable_1):System.Object",
|
|
2208
|
-
"clrName": "ConvertToCollectionType",
|
|
2209
|
-
"metadataToken": 0,
|
|
2210
|
-
"canonicalSignature": "(System.Type,System.Collections.Generic.IEnumerable_1):System.Object",
|
|
2211
|
-
"normalizedSignature": "ConvertToCollectionType|(System.Type,System.Collections.Generic.IEnumerable_1):System.Object|static=false",
|
|
2212
|
-
"emitScope": "ClassSurface",
|
|
2213
|
-
"provenance": "BaseOverload",
|
|
2214
|
-
"arity": 0,
|
|
2215
|
-
"parameterCount": 2,
|
|
2216
|
-
"isStatic": false,
|
|
2217
|
-
"isAbstract": false,
|
|
2218
|
-
"isVirtual": true,
|
|
2219
|
-
"isOverride": false,
|
|
2220
|
-
"isSealed": false,
|
|
2221
|
-
"visibility": "Protected",
|
|
2222
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinder\u00602",
|
|
2223
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2224
|
-
"isExtensionMethod": false
|
|
2225
2145
|
}
|
|
2226
2146
|
],
|
|
2227
2147
|
"properties": [],
|
|
@@ -2487,26 +2407,6 @@
|
|
|
2487
2407
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
|
|
2488
2408
|
"isExtensionMethod": false,
|
|
2489
2409
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder"
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinder::BindModelAsync(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext):System.Threading.Tasks.Task",
|
|
2493
|
-
"clrName": "BindModelAsync",
|
|
2494
|
-
"metadataToken": 0,
|
|
2495
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext):System.Threading.Tasks.Task",
|
|
2496
|
-
"normalizedSignature": "BindModelAsync|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext):System.Threading.Tasks.Task|static=false",
|
|
2497
|
-
"emitScope": "ClassSurface",
|
|
2498
|
-
"provenance": "BaseOverload",
|
|
2499
|
-
"arity": 0,
|
|
2500
|
-
"parameterCount": 1,
|
|
2501
|
-
"isStatic": false,
|
|
2502
|
-
"isAbstract": false,
|
|
2503
|
-
"isVirtual": true,
|
|
2504
|
-
"isOverride": false,
|
|
2505
|
-
"isSealed": false,
|
|
2506
|
-
"visibility": "Public",
|
|
2507
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinder",
|
|
2508
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2509
|
-
"isExtensionMethod": false
|
|
2510
2410
|
}
|
|
2511
2411
|
],
|
|
2512
2412
|
"properties": [],
|
|
@@ -25,11 +25,8 @@ export interface ArrayModelBinder_1$instance<TElement> extends CollectionModelBi
|
|
|
25
25
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_ICollectionModelBinder: never;
|
|
26
26
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelBinder: never;
|
|
27
27
|
|
|
28
|
-
BindModelAsync(bindingContext: ModelBindingContext): Task;
|
|
29
28
|
CanCreateInstance(targetType: Type): boolean;
|
|
30
29
|
ConvertToCollectionType(targetType: Type, collection: IEnumerable_1<TElement>): unknown | undefined;
|
|
31
|
-
ConvertToCollectionType(targetType: Type, collection: IEnumerable_1<TElement>): unknown | undefined;
|
|
32
|
-
CopyToModel(target: unknown, sourceCollection: IEnumerable_1<TElement>): void;
|
|
33
30
|
CopyToModel(target: unknown, sourceCollection: IEnumerable_1<TElement>): void;
|
|
34
31
|
CreateEmptyCollection(targetType: Type): unknown;
|
|
35
32
|
}
|
|
@@ -514,12 +511,11 @@ export interface __DoubleModelBinder$views {
|
|
|
514
511
|
export type DoubleModelBinder = DoubleModelBinder$instance & __DoubleModelBinder$views;
|
|
515
512
|
|
|
516
513
|
|
|
517
|
-
export interface EnumTypeModelBinder$instance extends SimpleTypeModelBinder$instance {
|
|
514
|
+
export interface EnumTypeModelBinder$instance extends SimpleTypeModelBinder$instance, Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IModelBinder$instance {
|
|
518
515
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Binders_EnumTypeModelBinder: never;
|
|
519
516
|
|
|
520
517
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelBinder: never;
|
|
521
518
|
|
|
522
|
-
BindModelAsync(bindingContext: ModelBindingContext): Task;
|
|
523
519
|
CheckModel(bindingContext: ModelBindingContext, valueProviderResult: ValueProviderResult, model: unknown): void;
|
|
524
520
|
}
|
|
525
521
|
|
|
@@ -2086,26 +2086,6 @@
|
|
|
2086
2086
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
|
|
2087
2087
|
"isExtensionMethod": false,
|
|
2088
2088
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider"
|
|
2089
|
-
},
|
|
2090
|
-
{
|
|
2091
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DefaultModelMetadata::GetMetadataForProperties(System.Type):System.Collections.Generic.IEnumerable_1",
|
|
2092
|
-
"clrName": "GetMetadataForProperties",
|
|
2093
|
-
"metadataToken": 0,
|
|
2094
|
-
"canonicalSignature": "(System.Type):System.Collections.Generic.IEnumerable_1",
|
|
2095
|
-
"normalizedSignature": "GetMetadataForProperties|(System.Type):System.Collections.Generic.IEnumerable_1|static=false",
|
|
2096
|
-
"emitScope": "ClassSurface",
|
|
2097
|
-
"provenance": "BaseOverload",
|
|
2098
|
-
"arity": 0,
|
|
2099
|
-
"parameterCount": 1,
|
|
2100
|
-
"isStatic": false,
|
|
2101
|
-
"isAbstract": false,
|
|
2102
|
-
"isVirtual": true,
|
|
2103
|
-
"isOverride": false,
|
|
2104
|
-
"isSealed": false,
|
|
2105
|
-
"visibility": "Public",
|
|
2106
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DefaultModelMetadata",
|
|
2107
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2108
|
-
"isExtensionMethod": false
|
|
2109
2089
|
}
|
|
2110
2090
|
],
|
|
2111
2091
|
"properties": [
|
|
@@ -3274,26 +3254,6 @@
|
|
|
3274
3254
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
|
|
3275
3255
|
"isExtensionMethod": false,
|
|
3276
3256
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider"
|
|
3277
|
-
},
|
|
3278
|
-
{
|
|
3279
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DefaultModelMetadataProvider::GetMetadataForProperties(System.Type):System.Collections.Generic.IEnumerable_1",
|
|
3280
|
-
"clrName": "GetMetadataForProperties",
|
|
3281
|
-
"metadataToken": 0,
|
|
3282
|
-
"canonicalSignature": "(System.Type):System.Collections.Generic.IEnumerable_1",
|
|
3283
|
-
"normalizedSignature": "GetMetadataForProperties|(System.Type):System.Collections.Generic.IEnumerable_1|static=false",
|
|
3284
|
-
"emitScope": "ClassSurface",
|
|
3285
|
-
"provenance": "BaseOverload",
|
|
3286
|
-
"arity": 0,
|
|
3287
|
-
"parameterCount": 1,
|
|
3288
|
-
"isStatic": false,
|
|
3289
|
-
"isAbstract": true,
|
|
3290
|
-
"isVirtual": true,
|
|
3291
|
-
"isOverride": false,
|
|
3292
|
-
"isSealed": false,
|
|
3293
|
-
"visibility": "Public",
|
|
3294
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DefaultModelMetadataProvider",
|
|
3295
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3296
|
-
"isExtensionMethod": false
|
|
3297
3257
|
}
|
|
3298
3258
|
],
|
|
3299
3259
|
"properties": [
|
|
@@ -325,7 +325,6 @@ export interface DefaultModelMetadata$instance extends ModelMetadata, System_Int
|
|
|
325
325
|
readonly ValidationMetadata: ValidationMetadata;
|
|
326
326
|
readonly ValidatorMetadata: IReadOnlyList_1<unknown>;
|
|
327
327
|
GetMetadataForProperties(modelType: Type): IEnumerable_1<ModelMetadata>;
|
|
328
|
-
GetMetadataForProperties(modelType: Type): IEnumerable_1<ModelMetadata>;
|
|
329
328
|
GetMetadataForType(modelType: Type): ModelMetadata;
|
|
330
329
|
}
|
|
331
330
|
|
|
@@ -1483,11 +1483,11 @@
|
|
|
1483
1483
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.Razor.IRazorPage"
|
|
1484
1484
|
},
|
|
1485
1485
|
{
|
|
1486
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor.RazorPage::DefineSection(System.String,System.Func_2):System.Void",
|
|
1486
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor.RazorPage::DefineSection(System.String,System.Func_2\u003CSystem.Object,System.Threading.Tasks.Task\u003E):System.Void",
|
|
1487
1487
|
"clrName": "DefineSection",
|
|
1488
1488
|
"metadataToken": 0,
|
|
1489
|
-
"canonicalSignature": "(System.String,System.Func_2):System.Void",
|
|
1490
|
-
"normalizedSignature": "DefineSection|(System.String,System.Func_2):System.Void|static=false",
|
|
1489
|
+
"canonicalSignature": "(System.String,System.Func_2\u003CSystem.Object,System.Threading.Tasks.Task\u003E):System.Void",
|
|
1490
|
+
"normalizedSignature": "DefineSection|(System.String,System.Func_2\u003CSystem.Object,System.Threading.Tasks.Task\u003E):System.Void|static=false",
|
|
1491
1491
|
"emitScope": "ClassSurface",
|
|
1492
1492
|
"provenance": "BaseOverload",
|
|
1493
1493
|
"arity": 0,
|
|
@@ -1501,26 +1501,6 @@
|
|
|
1501
1501
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Razor.RazorPage",
|
|
1502
1502
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Razor",
|
|
1503
1503
|
"isExtensionMethod": false
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor.RazorPage::ExecuteAsync():System.Threading.Tasks.Task",
|
|
1507
|
-
"clrName": "ExecuteAsync",
|
|
1508
|
-
"metadataToken": 0,
|
|
1509
|
-
"canonicalSignature": "():System.Threading.Tasks.Task",
|
|
1510
|
-
"normalizedSignature": "ExecuteAsync|():System.Threading.Tasks.Task|static=false",
|
|
1511
|
-
"emitScope": "ClassSurface",
|
|
1512
|
-
"provenance": "BaseOverload",
|
|
1513
|
-
"arity": 0,
|
|
1514
|
-
"parameterCount": 0,
|
|
1515
|
-
"isStatic": false,
|
|
1516
|
-
"isAbstract": true,
|
|
1517
|
-
"isVirtual": true,
|
|
1518
|
-
"isOverride": false,
|
|
1519
|
-
"isSealed": false,
|
|
1520
|
-
"visibility": "Public",
|
|
1521
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Razor.RazorPage",
|
|
1522
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Razor",
|
|
1523
|
-
"isExtensionMethod": false
|
|
1524
1504
|
}
|
|
1525
1505
|
],
|
|
1526
1506
|
"properties": [
|
|
@@ -1766,46 +1746,6 @@
|
|
|
1766
1746
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Razor",
|
|
1767
1747
|
"isExtensionMethod": false,
|
|
1768
1748
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.Razor.IRazorPage"
|
|
1769
|
-
},
|
|
1770
|
-
{
|
|
1771
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor.RazorPage\u00601::EnsureRenderedBodyOrSections():System.Void",
|
|
1772
|
-
"clrName": "EnsureRenderedBodyOrSections",
|
|
1773
|
-
"metadataToken": 0,
|
|
1774
|
-
"canonicalSignature": "():System.Void",
|
|
1775
|
-
"normalizedSignature": "EnsureRenderedBodyOrSections|():System.Void|static=false",
|
|
1776
|
-
"emitScope": "ClassSurface",
|
|
1777
|
-
"provenance": "BaseOverload",
|
|
1778
|
-
"arity": 0,
|
|
1779
|
-
"parameterCount": 0,
|
|
1780
|
-
"isStatic": false,
|
|
1781
|
-
"isAbstract": false,
|
|
1782
|
-
"isVirtual": true,
|
|
1783
|
-
"isOverride": false,
|
|
1784
|
-
"isSealed": false,
|
|
1785
|
-
"visibility": "Public",
|
|
1786
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Razor.RazorPage\u00601",
|
|
1787
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Razor",
|
|
1788
|
-
"isExtensionMethod": false
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor.RazorPage\u00601::ExecuteAsync():System.Threading.Tasks.Task",
|
|
1792
|
-
"clrName": "ExecuteAsync",
|
|
1793
|
-
"metadataToken": 0,
|
|
1794
|
-
"canonicalSignature": "():System.Threading.Tasks.Task",
|
|
1795
|
-
"normalizedSignature": "ExecuteAsync|():System.Threading.Tasks.Task|static=false",
|
|
1796
|
-
"emitScope": "ClassSurface",
|
|
1797
|
-
"provenance": "BaseOverload",
|
|
1798
|
-
"arity": 0,
|
|
1799
|
-
"parameterCount": 0,
|
|
1800
|
-
"isStatic": false,
|
|
1801
|
-
"isAbstract": false,
|
|
1802
|
-
"isVirtual": true,
|
|
1803
|
-
"isOverride": false,
|
|
1804
|
-
"isSealed": false,
|
|
1805
|
-
"visibility": "Public",
|
|
1806
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Razor.RazorPage\u00601",
|
|
1807
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Razor",
|
|
1808
|
-
"isExtensionMethod": false
|
|
1809
1749
|
}
|
|
1810
1750
|
],
|
|
1811
1751
|
"properties": [
|
|
@@ -219,7 +219,6 @@ export interface RazorPage$instance extends RazorPageBase$instance {
|
|
|
219
219
|
DefineSection2(name: string, section: RenderAsyncDelegate): void;
|
|
220
220
|
EndContext(): void;
|
|
221
221
|
EnsureRenderedBodyOrSections(): void;
|
|
222
|
-
ExecuteAsync(): Task;
|
|
223
222
|
IgnoreBody(): void;
|
|
224
223
|
IgnoreSection(sectionName: string): void;
|
|
225
224
|
IsSectionDefined(name: string): boolean;
|
|
@@ -249,8 +248,6 @@ export interface RazorPage_1$instance<TModel> extends RazorPage$instance {
|
|
|
249
248
|
|
|
250
249
|
readonly Model: TModel;
|
|
251
250
|
ViewData: ViewDataDictionary_1<TModel>;
|
|
252
|
-
EnsureRenderedBodyOrSections(): void;
|
|
253
|
-
ExecuteAsync(): Task;
|
|
254
251
|
}
|
|
255
252
|
|
|
256
253
|
|
|
@@ -146,46 +146,6 @@
|
|
|
146
146
|
"declaringAssemblyName": "Microsoft.AspNetCore.Razor",
|
|
147
147
|
"isExtensionMethod": false,
|
|
148
148
|
"sourceInterface": "Microsoft.AspNetCore.Razor.TagHelpers.ITagHelperComponent"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper::Init(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext):System.Void",
|
|
152
|
-
"clrName": "Init",
|
|
153
|
-
"metadataToken": 0,
|
|
154
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext):System.Void",
|
|
155
|
-
"normalizedSignature": "Init|(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext):System.Void|static=false",
|
|
156
|
-
"emitScope": "ClassSurface",
|
|
157
|
-
"provenance": "BaseOverload",
|
|
158
|
-
"arity": 0,
|
|
159
|
-
"parameterCount": 1,
|
|
160
|
-
"isStatic": false,
|
|
161
|
-
"isAbstract": false,
|
|
162
|
-
"isVirtual": true,
|
|
163
|
-
"isOverride": false,
|
|
164
|
-
"isSealed": false,
|
|
165
|
-
"visibility": "Public",
|
|
166
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper",
|
|
167
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Razor",
|
|
168
|
-
"isExtensionMethod": false
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper::ProcessAsync(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext,Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput):System.Threading.Tasks.Task",
|
|
172
|
-
"clrName": "ProcessAsync",
|
|
173
|
-
"metadataToken": 0,
|
|
174
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext,Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput):System.Threading.Tasks.Task",
|
|
175
|
-
"normalizedSignature": "ProcessAsync|(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext,Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput):System.Threading.Tasks.Task|static=false",
|
|
176
|
-
"emitScope": "ClassSurface",
|
|
177
|
-
"provenance": "BaseOverload",
|
|
178
|
-
"arity": 0,
|
|
179
|
-
"parameterCount": 2,
|
|
180
|
-
"isStatic": false,
|
|
181
|
-
"isAbstract": false,
|
|
182
|
-
"isVirtual": true,
|
|
183
|
-
"isOverride": false,
|
|
184
|
-
"isSealed": false,
|
|
185
|
-
"visibility": "Public",
|
|
186
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper",
|
|
187
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Razor",
|
|
188
|
-
"isExtensionMethod": false
|
|
189
149
|
}
|
|
190
150
|
],
|
|
191
151
|
"properties": [
|
|
@@ -293,46 +253,6 @@
|
|
|
293
253
|
"declaringAssemblyName": "Microsoft.AspNetCore.Razor",
|
|
294
254
|
"isExtensionMethod": false,
|
|
295
255
|
"sourceInterface": "Microsoft.AspNetCore.Razor.TagHelpers.ITagHelperComponent"
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper::Init(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext):System.Void",
|
|
299
|
-
"clrName": "Init",
|
|
300
|
-
"metadataToken": 0,
|
|
301
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext):System.Void",
|
|
302
|
-
"normalizedSignature": "Init|(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext):System.Void|static=false",
|
|
303
|
-
"emitScope": "ClassSurface",
|
|
304
|
-
"provenance": "BaseOverload",
|
|
305
|
-
"arity": 0,
|
|
306
|
-
"parameterCount": 1,
|
|
307
|
-
"isStatic": false,
|
|
308
|
-
"isAbstract": false,
|
|
309
|
-
"isVirtual": true,
|
|
310
|
-
"isOverride": false,
|
|
311
|
-
"isSealed": false,
|
|
312
|
-
"visibility": "Public",
|
|
313
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper",
|
|
314
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Razor",
|
|
315
|
-
"isExtensionMethod": false
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper::ProcessAsync(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext,Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput):System.Threading.Tasks.Task",
|
|
319
|
-
"clrName": "ProcessAsync",
|
|
320
|
-
"metadataToken": 0,
|
|
321
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext,Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput):System.Threading.Tasks.Task",
|
|
322
|
-
"normalizedSignature": "ProcessAsync|(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext,Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput):System.Threading.Tasks.Task|static=false",
|
|
323
|
-
"emitScope": "ClassSurface",
|
|
324
|
-
"provenance": "BaseOverload",
|
|
325
|
-
"arity": 0,
|
|
326
|
-
"parameterCount": 2,
|
|
327
|
-
"isStatic": false,
|
|
328
|
-
"isAbstract": false,
|
|
329
|
-
"isVirtual": true,
|
|
330
|
-
"isOverride": false,
|
|
331
|
-
"isSealed": false,
|
|
332
|
-
"visibility": "Public",
|
|
333
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper",
|
|
334
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Razor",
|
|
335
|
-
"isExtensionMethod": false
|
|
336
256
|
}
|
|
337
257
|
],
|
|
338
258
|
"properties": [
|
|
@@ -898,46 +818,6 @@
|
|
|
898
818
|
"declaringAssemblyName": "Microsoft.AspNetCore.Razor",
|
|
899
819
|
"isExtensionMethod": false,
|
|
900
820
|
"sourceInterface": "Microsoft.AspNetCore.Razor.TagHelpers.ITagHelperComponent"
|
|
901
|
-
},
|
|
902
|
-
{
|
|
903
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper::Init(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext):System.Void",
|
|
904
|
-
"clrName": "Init",
|
|
905
|
-
"metadataToken": 0,
|
|
906
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext):System.Void",
|
|
907
|
-
"normalizedSignature": "Init|(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext):System.Void|static=false",
|
|
908
|
-
"emitScope": "ClassSurface",
|
|
909
|
-
"provenance": "BaseOverload",
|
|
910
|
-
"arity": 0,
|
|
911
|
-
"parameterCount": 1,
|
|
912
|
-
"isStatic": false,
|
|
913
|
-
"isAbstract": false,
|
|
914
|
-
"isVirtual": true,
|
|
915
|
-
"isOverride": false,
|
|
916
|
-
"isSealed": false,
|
|
917
|
-
"visibility": "Public",
|
|
918
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper",
|
|
919
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Razor",
|
|
920
|
-
"isExtensionMethod": false
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper::ProcessAsync(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext,Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput):System.Threading.Tasks.Task",
|
|
924
|
-
"clrName": "ProcessAsync",
|
|
925
|
-
"metadataToken": 0,
|
|
926
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext,Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput):System.Threading.Tasks.Task",
|
|
927
|
-
"normalizedSignature": "ProcessAsync|(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext,Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput):System.Threading.Tasks.Task|static=false",
|
|
928
|
-
"emitScope": "ClassSurface",
|
|
929
|
-
"provenance": "BaseOverload",
|
|
930
|
-
"arity": 0,
|
|
931
|
-
"parameterCount": 2,
|
|
932
|
-
"isStatic": false,
|
|
933
|
-
"isAbstract": false,
|
|
934
|
-
"isVirtual": true,
|
|
935
|
-
"isOverride": false,
|
|
936
|
-
"isSealed": false,
|
|
937
|
-
"visibility": "Public",
|
|
938
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper",
|
|
939
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Razor",
|
|
940
|
-
"isExtensionMethod": false
|
|
941
821
|
}
|
|
942
822
|
],
|
|
943
823
|
"properties": [
|
|
@@ -42,14 +42,12 @@ export interface ITagHelperComponentPropertyActivator$instance {
|
|
|
42
42
|
|
|
43
43
|
export type ITagHelperComponentPropertyActivator = ITagHelperComponentPropertyActivator$instance;
|
|
44
44
|
|
|
45
|
-
export interface BodyTagHelper$instance extends TagHelperComponentTagHelper$instance {
|
|
45
|
+
export interface BodyTagHelper$instance extends TagHelperComponentTagHelper$instance, Microsoft_AspNetCore_Razor_TagHelpers_Internal.ITagHelper$instance {
|
|
46
46
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper: never;
|
|
47
47
|
|
|
48
48
|
readonly __tsonic_iface_Microsoft_AspNetCore_Razor_TagHelpers_ITagHelper: never;
|
|
49
49
|
readonly __tsonic_iface_Microsoft_AspNetCore_Razor_TagHelpers_ITagHelperComponent: never;
|
|
50
50
|
|
|
51
|
-
Init(context: TagHelperContext): void;
|
|
52
|
-
ProcessAsync(context: TagHelperContext, output: TagHelperOutput): Task;
|
|
53
51
|
}
|
|
54
52
|
|
|
55
53
|
|
|
@@ -65,14 +63,12 @@ export interface __BodyTagHelper$views {
|
|
|
65
63
|
export type BodyTagHelper = BodyTagHelper$instance & __BodyTagHelper$views;
|
|
66
64
|
|
|
67
65
|
|
|
68
|
-
export interface HeadTagHelper$instance extends TagHelperComponentTagHelper$instance {
|
|
66
|
+
export interface HeadTagHelper$instance extends TagHelperComponentTagHelper$instance, Microsoft_AspNetCore_Razor_TagHelpers_Internal.ITagHelper$instance {
|
|
69
67
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper: never;
|
|
70
68
|
|
|
71
69
|
readonly __tsonic_iface_Microsoft_AspNetCore_Razor_TagHelpers_ITagHelper: never;
|
|
72
70
|
readonly __tsonic_iface_Microsoft_AspNetCore_Razor_TagHelpers_ITagHelperComponent: never;
|
|
73
71
|
|
|
74
|
-
Init(context: TagHelperContext): void;
|
|
75
|
-
ProcessAsync(context: TagHelperContext, output: TagHelperOutput): Task;
|
|
76
72
|
}
|
|
77
73
|
|
|
78
74
|
|
|
@@ -150,7 +146,7 @@ export interface __TagHelperFeatureProvider$views {
|
|
|
150
146
|
export type TagHelperFeatureProvider = TagHelperFeatureProvider$instance & __TagHelperFeatureProvider$views;
|
|
151
147
|
|
|
152
148
|
|
|
153
|
-
export interface UrlResolutionTagHelper$instance extends TagHelper
|
|
149
|
+
export interface UrlResolutionTagHelper$instance extends TagHelper {
|
|
154
150
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper: never;
|
|
155
151
|
|
|
156
152
|
readonly __tsonic_iface_Microsoft_AspNetCore_Razor_TagHelpers_ITagHelper: never;
|
|
@@ -158,9 +154,7 @@ export interface UrlResolutionTagHelper$instance extends TagHelper, ITagHelper,
|
|
|
158
154
|
|
|
159
155
|
readonly Order: int;
|
|
160
156
|
ViewContext: ViewContext;
|
|
161
|
-
Init(context: TagHelperContext): void;
|
|
162
157
|
Process(context: TagHelperContext, output: TagHelperOutput): void;
|
|
163
|
-
ProcessAsync(context: TagHelperContext, output: TagHelperOutput): Task;
|
|
164
158
|
}
|
|
165
159
|
|
|
166
160
|
|