@tsonic/aspnetcore 10.0.5 → 10.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +182 -112
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +52 -34
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +42 -28
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +25 -11
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +97 -75
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +33 -31
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +183 -139
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +288 -191
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +29 -17
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +131 -105
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -9
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +36 -15
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +26 -22
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +75 -37
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -15
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +77 -49
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +20 -20
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +39 -29
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +24 -20
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +16 -16
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +39 -27
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +21 -19
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +9 -5
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +19 -15
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +34 -32
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +43 -21
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +57 -47
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +287 -223
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +32 -16
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +18 -16
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +98 -91
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +175 -173
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +28 -26
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +16 -8
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +21 -11
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +573 -458
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +41 -27
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +377 -205
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +54 -30
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +147 -125
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +45 -25
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +33 -25
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +26 -18
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +172 -119
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +76 -44
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +121 -89
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +44 -36
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +103 -77
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +214 -140
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +127 -105
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +71 -43
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +70 -56
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +25 -19
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +60 -42
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +49 -37
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +107 -95
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +35 -25
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +88 -72
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +27 -23
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +59 -49
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +193 -152
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +36 -26
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +20 -12
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +24 -10
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +61 -35
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +41 -29
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +18 -12
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +189 -135
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +79 -79
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +42 -27
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +38 -20
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +27 -13
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +32 -18
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +8 -4
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +48 -36
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +14 -8
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +24 -18
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +24 -22
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +140 -93
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +59 -25
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +19 -11
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +103 -73
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +125 -123
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
- package/Microsoft.JSInterop/internal/index.d.ts +65 -53
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +28 -26
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +8 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +88 -60
- package/System.Formats.Cbor/internal/index.d.ts +27 -21
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +59 -29
- package/__internal/extensions/index.d.ts +1648 -1351
- package/package.json +4 -4
|
@@ -7,9 +7,9 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { IHtmlContent } from "../../Microsoft.AspNetCore.Html/internal/index.js";
|
|
10
|
-
import type { TextWriter } from "@tsonic/dotnet/System.IO.js";
|
|
11
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
12
|
-
import type { Int32, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
10
|
+
import type { TextWriter } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
11
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
12
|
+
import type { Int32, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
13
13
|
|
|
14
14
|
export interface IViewBufferScope$instance {
|
|
15
15
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_Buffers_IViewBufferScope: never;
|
|
@@ -23,6 +23,8 @@ export interface IViewBufferScope$instance {
|
|
|
23
23
|
export type IViewBufferScope = IViewBufferScope$instance;
|
|
24
24
|
|
|
25
25
|
export interface ViewBufferValue$instance {
|
|
26
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_Buffers_ViewBufferValue: never;
|
|
27
|
+
|
|
26
28
|
readonly Value: unknown;
|
|
27
29
|
}
|
|
28
30
|
|
|
@@ -6,14 +6,16 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
|
-
import type {
|
|
10
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
11
|
-
import type { Boolean as ClrBoolean, Byte, Object as ClrObject, String as ClrString, Type } from "@tsonic/dotnet/System.js";
|
|
9
|
+
import type { IDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
10
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
11
|
+
import type { Boolean as ClrBoolean, Byte, Object as ClrObject, String as ClrString, Type } from "@tsonic/dotnet/System/internal/index.js";
|
|
12
12
|
|
|
13
13
|
export interface TempDataSerializer$instance {
|
|
14
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_Infrastructure_TempDataSerializer: never;
|
|
15
|
+
|
|
14
16
|
CanSerializeType(type: Type): boolean;
|
|
15
|
-
Deserialize(unprotectedData: byte[]):
|
|
16
|
-
Serialize(values:
|
|
17
|
+
Deserialize(unprotectedData: byte[]): IDictionary_2<System_Internal.String, unknown>;
|
|
18
|
+
Serialize(values: IDictionary_2<System_Internal.String, unknown>): byte[];
|
|
17
19
|
}
|
|
18
20
|
|
|
19
21
|
|
|
@@ -7,23 +7,23 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { HttpContext } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
10
|
-
import type {
|
|
11
|
-
import type {
|
|
12
|
-
import type { PipeWriter } from "@tsonic/dotnet/System.IO.Pipelines.js";
|
|
13
|
-
import
|
|
14
|
-
import type {
|
|
15
|
-
import
|
|
16
|
-
import type {
|
|
17
|
-
import type { StringValues } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives.js";
|
|
10
|
+
import type { ReadOnlySequence_1 } from "@tsonic/dotnet/System.Buffers/internal/index.js";
|
|
11
|
+
import type { HashSet_1, IDictionary_2, KeyValuePair_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
12
|
+
import type { PipeWriter } from "@tsonic/dotnet/System.IO.Pipelines/internal/index.js";
|
|
13
|
+
import type { ValueTask, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
14
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
15
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
16
|
+
import type { Action_1, Attribute, Boolean as ClrBoolean, Byte, DateTimeOffset, Func_2, Func_3, Int32, Int64, IServiceProvider, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, String as ClrString, TimeSpan, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
17
|
+
import type { StringValues } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives/internal/index.js";
|
|
18
18
|
|
|
19
19
|
export interface IOutputCacheBufferStore$instance extends IOutputCacheStore {
|
|
20
20
|
readonly __tsonic_iface_Microsoft_AspNetCore_OutputCaching_IOutputCacheBufferStore: never;
|
|
21
21
|
|
|
22
22
|
EvictByTagAsync(tag: string, cancellationToken: CancellationToken): ValueTask;
|
|
23
|
-
GetAsync(key: string, cancellationToken: CancellationToken):
|
|
24
|
-
SetAsync(key: string, value:
|
|
23
|
+
GetAsync(key: string, cancellationToken: CancellationToken): ValueTask_1<byte[]>;
|
|
24
|
+
SetAsync(key: string, value: ReadOnlySequence_1<System_Internal.Byte>, tags: ReadOnlyMemory_1<System_Internal.String>, validFor: TimeSpan, cancellationToken: CancellationToken): ValueTask;
|
|
25
25
|
SetAsync(key: string, value: byte[], tags: string[], validFor: TimeSpan, cancellationToken: CancellationToken): ValueTask;
|
|
26
|
-
TryGetAsync(key: string, destination: PipeWriter, cancellationToken: CancellationToken):
|
|
26
|
+
TryGetAsync(key: string, destination: PipeWriter, cancellationToken: CancellationToken): ValueTask_1<System_Internal.Boolean>;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
|
|
@@ -51,7 +51,7 @@ export interface IOutputCacheStore$instance {
|
|
|
51
51
|
readonly __tsonic_iface_Microsoft_AspNetCore_OutputCaching_IOutputCacheStore: never;
|
|
52
52
|
|
|
53
53
|
EvictByTagAsync(tag: string, cancellationToken: CancellationToken): ValueTask;
|
|
54
|
-
GetAsync(key: string, cancellationToken: CancellationToken):
|
|
54
|
+
GetAsync(key: string, cancellationToken: CancellationToken): ValueTask_1<byte[]>;
|
|
55
55
|
SetAsync(key: string, value: byte[], tags: string[], validFor: TimeSpan, cancellationToken: CancellationToken): ValueTask;
|
|
56
56
|
}
|
|
57
57
|
|
|
@@ -59,13 +59,15 @@ export interface IOutputCacheStore$instance {
|
|
|
59
59
|
export type IOutputCacheStore = IOutputCacheStore$instance;
|
|
60
60
|
|
|
61
61
|
export interface CacheVaryByRules$instance {
|
|
62
|
+
readonly __tsonic_type_Microsoft_AspNetCore_OutputCaching_CacheVaryByRules: never;
|
|
63
|
+
|
|
62
64
|
get CacheKeyPrefix(): string | undefined;
|
|
63
65
|
set CacheKeyPrefix(value: string | undefined);
|
|
64
66
|
HeaderNames: StringValues;
|
|
65
67
|
QueryKeys: StringValues;
|
|
66
68
|
RouteValueNames: StringValues;
|
|
67
69
|
VaryByHost: boolean;
|
|
68
|
-
readonly VaryByValues:
|
|
70
|
+
readonly VaryByValues: IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
69
71
|
}
|
|
70
72
|
|
|
71
73
|
|
|
@@ -77,6 +79,8 @@ export const CacheVaryByRules: {
|
|
|
77
79
|
export type CacheVaryByRules = CacheVaryByRules$instance;
|
|
78
80
|
|
|
79
81
|
export interface OutputCacheAttribute$instance extends Attribute {
|
|
82
|
+
readonly __tsonic_type_Microsoft_AspNetCore_OutputCaching_OutputCacheAttribute: never;
|
|
83
|
+
|
|
80
84
|
Duration: int;
|
|
81
85
|
NoStore: boolean;
|
|
82
86
|
get PolicyName(): string | undefined;
|
|
@@ -100,15 +104,17 @@ export const OutputCacheAttribute: {
|
|
|
100
104
|
export type OutputCacheAttribute = OutputCacheAttribute$instance;
|
|
101
105
|
|
|
102
106
|
export interface OutputCacheContext$instance {
|
|
107
|
+
readonly __tsonic_type_Microsoft_AspNetCore_OutputCaching_OutputCacheContext: never;
|
|
108
|
+
|
|
103
109
|
AllowCacheLookup: boolean;
|
|
104
110
|
AllowCacheStorage: boolean;
|
|
105
111
|
AllowLocking: boolean;
|
|
106
112
|
readonly CacheVaryByRules: CacheVaryByRules;
|
|
107
113
|
EnableOutputCaching: boolean;
|
|
108
114
|
HttpContext: HttpContext;
|
|
109
|
-
ResponseExpirationTimeSpan:
|
|
110
|
-
ResponseTime:
|
|
111
|
-
readonly Tags:
|
|
115
|
+
ResponseExpirationTimeSpan: Nullable_1<TimeSpan>;
|
|
116
|
+
ResponseTime: Nullable_1<DateTimeOffset>;
|
|
117
|
+
readonly Tags: HashSet_1<System_Internal.String>;
|
|
112
118
|
}
|
|
113
119
|
|
|
114
120
|
|
|
@@ -120,17 +126,19 @@ export const OutputCacheContext: {
|
|
|
120
126
|
export type OutputCacheContext = OutputCacheContext$instance;
|
|
121
127
|
|
|
122
128
|
export interface OutputCacheOptions$instance {
|
|
129
|
+
readonly __tsonic_type_Microsoft_AspNetCore_OutputCaching_OutputCacheOptions: never;
|
|
130
|
+
|
|
123
131
|
ApplicationServices: IServiceProvider;
|
|
124
132
|
DefaultExpirationTimeSpan: TimeSpan;
|
|
125
133
|
MaximumBodySize: long;
|
|
126
134
|
SizeLimit: long;
|
|
127
135
|
UseCaseSensitivePaths: boolean;
|
|
128
136
|
AddBasePolicy(policy: IOutputCachePolicy): void;
|
|
129
|
-
AddBasePolicy(build:
|
|
130
|
-
AddBasePolicy(build:
|
|
137
|
+
AddBasePolicy(build: Action_1<OutputCachePolicyBuilder>): void;
|
|
138
|
+
AddBasePolicy(build: Action_1<OutputCachePolicyBuilder>, excludeDefaultPolicy: boolean): void;
|
|
131
139
|
AddPolicy(name: string, policy: IOutputCachePolicy): void;
|
|
132
|
-
AddPolicy(name: string, build:
|
|
133
|
-
AddPolicy(name: string, build:
|
|
140
|
+
AddPolicy(name: string, build: Action_1<OutputCachePolicyBuilder>): void;
|
|
141
|
+
AddPolicy(name: string, build: Action_1<OutputCachePolicyBuilder>, excludeDefaultPolicy: boolean): void;
|
|
134
142
|
}
|
|
135
143
|
|
|
136
144
|
|
|
@@ -142,14 +150,16 @@ export const OutputCacheOptions: {
|
|
|
142
150
|
export type OutputCacheOptions = OutputCacheOptions$instance;
|
|
143
151
|
|
|
144
152
|
export interface OutputCachePolicyBuilder$instance {
|
|
153
|
+
readonly __tsonic_type_Microsoft_AspNetCore_OutputCaching_OutputCachePolicyBuilder: never;
|
|
154
|
+
|
|
145
155
|
AddPolicy(policyType: Type): OutputCachePolicyBuilder;
|
|
146
156
|
AddPolicy<T extends IOutputCachePolicy>(): OutputCachePolicyBuilder;
|
|
147
157
|
Cache(): OutputCachePolicyBuilder;
|
|
148
158
|
Expire(expiration: TimeSpan): OutputCachePolicyBuilder;
|
|
149
159
|
NoCache(): OutputCachePolicyBuilder;
|
|
150
160
|
SetCacheKeyPrefix(keyPrefix: string): OutputCachePolicyBuilder;
|
|
151
|
-
SetCacheKeyPrefix(keyPrefix:
|
|
152
|
-
SetCacheKeyPrefix(keyPrefix:
|
|
161
|
+
SetCacheKeyPrefix(keyPrefix: Func_2<HttpContext, System_Internal.String>): OutputCachePolicyBuilder;
|
|
162
|
+
SetCacheKeyPrefix(keyPrefix: Func_3<HttpContext, CancellationToken, ValueTask_1<System_Internal.String>>): OutputCachePolicyBuilder;
|
|
153
163
|
SetLocking(enabled: boolean): OutputCachePolicyBuilder;
|
|
154
164
|
SetVaryByHeader(headerName: string, ...headerNames: string[]): OutputCachePolicyBuilder;
|
|
155
165
|
SetVaryByHeader(headerNames: string[]): OutputCachePolicyBuilder;
|
|
@@ -160,10 +170,10 @@ export interface OutputCachePolicyBuilder$instance {
|
|
|
160
170
|
SetVaryByRouteValue(routeValueNames: string[]): OutputCachePolicyBuilder;
|
|
161
171
|
Tag(...tags: string[]): OutputCachePolicyBuilder;
|
|
162
172
|
VaryByValue(key: string, value: string): OutputCachePolicyBuilder;
|
|
163
|
-
VaryByValue(varyBy:
|
|
164
|
-
VaryByValue(varyBy:
|
|
165
|
-
With(predicate:
|
|
166
|
-
With(predicate:
|
|
173
|
+
VaryByValue(varyBy: Func_2<HttpContext, KeyValuePair_2<System_Internal.String, System_Internal.String>>): OutputCachePolicyBuilder;
|
|
174
|
+
VaryByValue(varyBy: Func_3<HttpContext, CancellationToken, ValueTask_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>>): OutputCachePolicyBuilder;
|
|
175
|
+
With(predicate: Func_3<OutputCacheContext, CancellationToken, ValueTask_1<System_Internal.Boolean>>): OutputCachePolicyBuilder;
|
|
176
|
+
With(predicate: Func_2<OutputCacheContext, System_Internal.Boolean>): OutputCachePolicyBuilder;
|
|
167
177
|
}
|
|
168
178
|
|
|
169
179
|
|
|
@@ -8,15 +8,15 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { HttpContext } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
10
10
|
import type { ConcurrencyLimiterOptions, FixedWindowRateLimiterOptions, PartitionedRateLimiter_1, RateLimitLease, RateLimitPartition_1, SlidingWindowRateLimiterOptions, TokenBucketRateLimiterOptions } from "../../System.Threading.RateLimiting/internal/index.js";
|
|
11
|
-
import
|
|
12
|
-
import type {
|
|
13
|
-
import
|
|
14
|
-
import type {
|
|
11
|
+
import type { ValueTask } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
12
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
13
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
14
|
+
import type { Action_1, Attribute, Func_2, Func_3, Int32, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
15
15
|
|
|
16
16
|
export interface IRateLimiterPolicy_1$instance<TPartitionKey> {
|
|
17
17
|
readonly __tsonic_iface_Microsoft_AspNetCore_RateLimiting_IRateLimiterPolicy_1: never;
|
|
18
18
|
|
|
19
|
-
readonly OnRejected:
|
|
19
|
+
readonly OnRejected: Func_3<OnRejectedContext, CancellationToken, ValueTask> | undefined;
|
|
20
20
|
GetPartition(httpContext: HttpContext): RateLimitPartition_1<TPartitionKey>;
|
|
21
21
|
}
|
|
22
22
|
|
|
@@ -24,6 +24,8 @@ export interface IRateLimiterPolicy_1$instance<TPartitionKey> {
|
|
|
24
24
|
export type IRateLimiterPolicy_1<TPartitionKey> = IRateLimiterPolicy_1$instance<TPartitionKey>;
|
|
25
25
|
|
|
26
26
|
export interface DisableRateLimitingAttribute$instance extends Attribute {
|
|
27
|
+
readonly __tsonic_type_Microsoft_AspNetCore_RateLimiting_DisableRateLimitingAttribute: never;
|
|
28
|
+
|
|
27
29
|
}
|
|
28
30
|
|
|
29
31
|
|
|
@@ -35,6 +37,8 @@ export const DisableRateLimitingAttribute: {
|
|
|
35
37
|
export type DisableRateLimitingAttribute = DisableRateLimitingAttribute$instance;
|
|
36
38
|
|
|
37
39
|
export interface EnableRateLimitingAttribute$instance extends Attribute {
|
|
40
|
+
readonly __tsonic_type_Microsoft_AspNetCore_RateLimiting_EnableRateLimitingAttribute: never;
|
|
41
|
+
|
|
38
42
|
readonly PolicyName: string | undefined;
|
|
39
43
|
}
|
|
40
44
|
|
|
@@ -47,6 +51,8 @@ export const EnableRateLimitingAttribute: {
|
|
|
47
51
|
export type EnableRateLimitingAttribute = EnableRateLimitingAttribute$instance;
|
|
48
52
|
|
|
49
53
|
export interface OnRejectedContext$instance {
|
|
54
|
+
readonly __tsonic_type_Microsoft_AspNetCore_RateLimiting_OnRejectedContext: never;
|
|
55
|
+
|
|
50
56
|
HttpContext: HttpContext;
|
|
51
57
|
Lease: RateLimitLease;
|
|
52
58
|
}
|
|
@@ -60,12 +66,14 @@ export const OnRejectedContext: {
|
|
|
60
66
|
export type OnRejectedContext = OnRejectedContext$instance;
|
|
61
67
|
|
|
62
68
|
export interface RateLimiterOptions$instance {
|
|
69
|
+
readonly __tsonic_type_Microsoft_AspNetCore_RateLimiting_RateLimiterOptions: never;
|
|
70
|
+
|
|
63
71
|
get GlobalLimiter(): PartitionedRateLimiter_1<HttpContext> | undefined;
|
|
64
72
|
set GlobalLimiter(value: PartitionedRateLimiter_1<HttpContext> | undefined);
|
|
65
|
-
get OnRejected():
|
|
66
|
-
set OnRejected(value:
|
|
73
|
+
get OnRejected(): Func_3<OnRejectedContext, CancellationToken, ValueTask> | undefined;
|
|
74
|
+
set OnRejected(value: Func_3<OnRejectedContext, CancellationToken, ValueTask> | undefined);
|
|
67
75
|
RejectionStatusCode: int;
|
|
68
|
-
AddPolicy<TPartitionKey>(policyName: string, partitioner:
|
|
76
|
+
AddPolicy<TPartitionKey>(policyName: string, partitioner: Func_2<HttpContext, RateLimitPartition_1<TPartitionKey>>): RateLimiterOptions;
|
|
69
77
|
AddPolicy<TPartitionKey, TPolicy extends IRateLimiterPolicy_1<TPartitionKey>>(policyName: string): RateLimiterOptions;
|
|
70
78
|
AddPolicy<TPartitionKey>(policyName: string, policy: IRateLimiterPolicy_1<TPartitionKey>): RateLimiterOptions;
|
|
71
79
|
}
|
|
@@ -79,10 +87,10 @@ export const RateLimiterOptions: {
|
|
|
79
87
|
export type RateLimiterOptions = RateLimiterOptions$instance;
|
|
80
88
|
|
|
81
89
|
export abstract class RateLimiterOptionsExtensions$instance {
|
|
82
|
-
static AddConcurrencyLimiter(options: RateLimiterOptions, policyName: string, configureOptions:
|
|
83
|
-
static AddFixedWindowLimiter(options: RateLimiterOptions, policyName: string, configureOptions:
|
|
84
|
-
static AddSlidingWindowLimiter(options: RateLimiterOptions, policyName: string, configureOptions:
|
|
85
|
-
static AddTokenBucketLimiter(options: RateLimiterOptions, policyName: string, configureOptions:
|
|
90
|
+
static AddConcurrencyLimiter(options: RateLimiterOptions, policyName: string, configureOptions: Action_1<ConcurrencyLimiterOptions>): RateLimiterOptions;
|
|
91
|
+
static AddFixedWindowLimiter(options: RateLimiterOptions, policyName: string, configureOptions: Action_1<FixedWindowRateLimiterOptions>): RateLimiterOptions;
|
|
92
|
+
static AddSlidingWindowLimiter(options: RateLimiterOptions, policyName: string, configureOptions: Action_1<SlidingWindowRateLimiterOptions>): RateLimiterOptions;
|
|
93
|
+
static AddTokenBucketLimiter(options: RateLimiterOptions, policyName: string, configureOptions: Action_1<TokenBucketRateLimiterOptions>): RateLimiterOptions;
|
|
86
94
|
}
|
|
87
95
|
|
|
88
96
|
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
|
-
import type {
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import type {
|
|
9
|
+
import type { IEnumerable_1, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
10
|
+
import type { Assembly } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
11
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
12
|
+
import type { Attribute, Object as ClrObject, String as ClrString, Type } from "@tsonic/dotnet/System/internal/index.js";
|
|
13
13
|
|
|
14
14
|
export interface IRazorSourceChecksumMetadata$instance {
|
|
15
15
|
readonly __tsonic_iface_Microsoft_AspNetCore_Razor_Hosting_IRazorSourceChecksumMetadata: never;
|
|
@@ -23,9 +23,11 @@ export interface IRazorSourceChecksumMetadata$instance {
|
|
|
23
23
|
export type IRazorSourceChecksumMetadata = IRazorSourceChecksumMetadata$instance;
|
|
24
24
|
|
|
25
25
|
export interface RazorCompiledItem$instance {
|
|
26
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Razor_Hosting_RazorCompiledItem: never;
|
|
27
|
+
|
|
26
28
|
readonly Identifier: string;
|
|
27
29
|
readonly Kind: string;
|
|
28
|
-
readonly Metadata:
|
|
30
|
+
readonly Metadata: IReadOnlyList_1<unknown>;
|
|
29
31
|
readonly Type: Type;
|
|
30
32
|
}
|
|
31
33
|
|
|
@@ -37,6 +39,8 @@ export const RazorCompiledItem: (abstract new() => RazorCompiledItem) & {
|
|
|
37
39
|
export type RazorCompiledItem = RazorCompiledItem$instance;
|
|
38
40
|
|
|
39
41
|
export interface RazorCompiledItemAttribute$instance extends Attribute {
|
|
42
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Razor_Hosting_RazorCompiledItemAttribute: never;
|
|
43
|
+
|
|
40
44
|
readonly Identifier: string;
|
|
41
45
|
readonly Kind: string;
|
|
42
46
|
readonly Type: Type;
|
|
@@ -51,8 +55,10 @@ export const RazorCompiledItemAttribute: {
|
|
|
51
55
|
export type RazorCompiledItemAttribute = RazorCompiledItemAttribute$instance;
|
|
52
56
|
|
|
53
57
|
export interface RazorCompiledItemLoader$instance {
|
|
58
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Razor_Hosting_RazorCompiledItemLoader: never;
|
|
59
|
+
|
|
54
60
|
CreateItem(attribute: RazorCompiledItemAttribute): RazorCompiledItem;
|
|
55
|
-
LoadItems(assembly: Assembly):
|
|
61
|
+
LoadItems(assembly: Assembly): IReadOnlyList_1<RazorCompiledItem>;
|
|
56
62
|
}
|
|
57
63
|
|
|
58
64
|
|
|
@@ -64,6 +70,8 @@ export const RazorCompiledItemLoader: {
|
|
|
64
70
|
export type RazorCompiledItemLoader = RazorCompiledItemLoader$instance;
|
|
65
71
|
|
|
66
72
|
export interface RazorCompiledItemMetadataAttribute$instance extends Attribute {
|
|
73
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Razor_Hosting_RazorCompiledItemMetadataAttribute: never;
|
|
74
|
+
|
|
67
75
|
readonly Key: string;
|
|
68
76
|
readonly Value: string;
|
|
69
77
|
}
|
|
@@ -77,6 +85,8 @@ export const RazorCompiledItemMetadataAttribute: {
|
|
|
77
85
|
export type RazorCompiledItemMetadataAttribute = RazorCompiledItemMetadataAttribute$instance;
|
|
78
86
|
|
|
79
87
|
export interface RazorConfigurationNameAttribute$instance extends Attribute {
|
|
88
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Razor_Hosting_RazorConfigurationNameAttribute: never;
|
|
89
|
+
|
|
80
90
|
readonly ConfigurationName: string;
|
|
81
91
|
}
|
|
82
92
|
|
|
@@ -89,6 +99,8 @@ export const RazorConfigurationNameAttribute: {
|
|
|
89
99
|
export type RazorConfigurationNameAttribute = RazorConfigurationNameAttribute$instance;
|
|
90
100
|
|
|
91
101
|
export interface RazorExtensionAssemblyNameAttribute$instance extends Attribute {
|
|
102
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Razor_Hosting_RazorExtensionAssemblyNameAttribute: never;
|
|
103
|
+
|
|
92
104
|
readonly AssemblyName: string;
|
|
93
105
|
readonly ExtensionName: string;
|
|
94
106
|
}
|
|
@@ -102,6 +114,8 @@ export const RazorExtensionAssemblyNameAttribute: {
|
|
|
102
114
|
export type RazorExtensionAssemblyNameAttribute = RazorExtensionAssemblyNameAttribute$instance;
|
|
103
115
|
|
|
104
116
|
export interface RazorLanguageVersionAttribute$instance extends Attribute {
|
|
117
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Razor_Hosting_RazorLanguageVersionAttribute: never;
|
|
118
|
+
|
|
105
119
|
readonly LanguageVersion: string;
|
|
106
120
|
}
|
|
107
121
|
|
|
@@ -113,7 +127,9 @@ export const RazorLanguageVersionAttribute: {
|
|
|
113
127
|
|
|
114
128
|
export type RazorLanguageVersionAttribute = RazorLanguageVersionAttribute$instance;
|
|
115
129
|
|
|
116
|
-
export interface RazorSourceChecksumAttribute$instance extends Attribute {
|
|
130
|
+
export interface RazorSourceChecksumAttribute$instance extends Attribute, IRazorSourceChecksumMetadata$instance {
|
|
131
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Razor_Hosting_RazorSourceChecksumAttribute: never;
|
|
132
|
+
|
|
117
133
|
readonly __tsonic_iface_Microsoft_AspNetCore_Razor_Hosting_IRazorSourceChecksumMetadata: never;
|
|
118
134
|
|
|
119
135
|
readonly Checksum: string;
|
|
@@ -131,13 +147,11 @@ export interface __RazorSourceChecksumAttribute$views {
|
|
|
131
147
|
As_IRazorSourceChecksumMetadata(): IRazorSourceChecksumMetadata$instance;
|
|
132
148
|
}
|
|
133
149
|
|
|
134
|
-
export interface RazorSourceChecksumAttribute$instance extends IRazorSourceChecksumMetadata$instance {}
|
|
135
|
-
|
|
136
150
|
export type RazorSourceChecksumAttribute = RazorSourceChecksumAttribute$instance & __RazorSourceChecksumAttribute$views;
|
|
137
151
|
|
|
138
152
|
|
|
139
153
|
export abstract class RazorCompiledItemExtensions$instance {
|
|
140
|
-
static GetChecksumMetadata(item: RazorCompiledItem):
|
|
154
|
+
static GetChecksumMetadata(item: RazorCompiledItem): IReadOnlyList_1<IRazorSourceChecksumMetadata>;
|
|
141
155
|
}
|
|
142
156
|
|
|
143
157
|
|
|
@@ -7,36 +7,40 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { HtmlAttributeValueStyle, ITagHelper, TagHelperAttribute, TagHelperContent, TagHelperContext, TagHelperOutput, TagMode } from "../../Microsoft.AspNetCore.Razor.TagHelpers/internal/index.js";
|
|
10
|
-
import type {
|
|
11
|
-
import
|
|
12
|
-
import type {
|
|
13
|
-
import
|
|
14
|
-
import type {
|
|
10
|
+
import type { IDictionary_2, IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
11
|
+
import type { HtmlEncoder } from "@tsonic/dotnet/System.Text.Encodings.Web/internal/index.js";
|
|
12
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
13
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
14
|
+
import type { Action_1, Boolean as ClrBoolean, Func_1, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
15
15
|
|
|
16
16
|
export interface TagHelperExecutionContext$instance {
|
|
17
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Razor_Runtime_TagHelpers_TagHelperExecutionContext: never;
|
|
18
|
+
|
|
17
19
|
readonly ChildContentRetrieved: boolean;
|
|
18
20
|
readonly Context: TagHelperContext;
|
|
19
|
-
Items:
|
|
21
|
+
Items: IDictionary_2<unknown, unknown>;
|
|
20
22
|
Output: TagHelperOutput;
|
|
21
|
-
readonly TagHelpers:
|
|
23
|
+
readonly TagHelpers: IList_1<ITagHelper>;
|
|
22
24
|
Add(tagHelper: ITagHelper): void;
|
|
23
25
|
AddHtmlAttribute(name: string, value: unknown, valueStyle: HtmlAttributeValueStyle): void;
|
|
24
26
|
AddHtmlAttribute(attribute: TagHelperAttribute): void;
|
|
25
27
|
AddTagHelperAttribute(name: string, value: unknown, valueStyle: HtmlAttributeValueStyle): void;
|
|
26
28
|
AddTagHelperAttribute(attribute: TagHelperAttribute): void;
|
|
27
|
-
Reinitialize(tagName: string, tagMode: TagMode, items:
|
|
29
|
+
Reinitialize(tagName: string, tagMode: TagMode, items: IDictionary_2<unknown, unknown>, uniqueId: string, executeChildContentAsync: Func_1<Task>): void;
|
|
28
30
|
SetOutputContentAsync(): Task;
|
|
29
31
|
}
|
|
30
32
|
|
|
31
33
|
|
|
32
34
|
export const TagHelperExecutionContext: {
|
|
33
|
-
new(tagName: string, tagMode: TagMode, items:
|
|
35
|
+
new(tagName: string, tagMode: TagMode, items: IDictionary_2<unknown, unknown>, uniqueId: string, executeChildContentAsync: Func_1<Task>, startTagHelperWritingScope: Action_1<HtmlEncoder>, endTagHelperWritingScope: Func_1<TagHelperContent>): TagHelperExecutionContext;
|
|
34
36
|
};
|
|
35
37
|
|
|
36
38
|
|
|
37
39
|
export type TagHelperExecutionContext = TagHelperExecutionContext$instance;
|
|
38
40
|
|
|
39
41
|
export interface TagHelperRunner$instance {
|
|
42
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Razor_Runtime_TagHelpers_TagHelperRunner: never;
|
|
43
|
+
|
|
40
44
|
RunAsync(executionContext: TagHelperExecutionContext): Task;
|
|
41
45
|
}
|
|
42
46
|
|
|
@@ -49,13 +53,15 @@ export const TagHelperRunner: {
|
|
|
49
53
|
export type TagHelperRunner = TagHelperRunner$instance;
|
|
50
54
|
|
|
51
55
|
export interface TagHelperScopeManager$instance {
|
|
52
|
-
|
|
56
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Razor_Runtime_TagHelpers_TagHelperScopeManager: never;
|
|
57
|
+
|
|
58
|
+
Begin(tagName: string, tagMode: TagMode, uniqueId: string, executeChildContentAsync: Func_1<Task>): TagHelperExecutionContext;
|
|
53
59
|
End(): TagHelperExecutionContext;
|
|
54
60
|
}
|
|
55
61
|
|
|
56
62
|
|
|
57
63
|
export const TagHelperScopeManager: {
|
|
58
|
-
new(startTagHelperWritingScope:
|
|
64
|
+
new(startTagHelperWritingScope: Action_1<HtmlEncoder>, endTagHelperWritingScope: Func_1<TagHelperContent>): TagHelperScopeManager;
|
|
59
65
|
};
|
|
60
66
|
|
|
61
67
|
|