@tsonic/aspnetcore 10.0.39 → 10.0.41
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 +3 -2
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +175 -172
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authentication.d.ts +2 -0
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +36 -35
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +78 -77
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components/bindings.json +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +226 -228
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +73 -75
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +15 -17
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +20 -19
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Components.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +31 -30
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +33 -32
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Http/bindings.json +470 -530
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +313 -318
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +54 -56
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +63 -62
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Http.d.ts +4 -4
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +249 -248
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +394 -393
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +72 -71
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +99 -119
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +91 -91
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +59 -58
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +27 -26
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +50 -33
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +1 -0
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +261 -263
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +36 -35
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +58 -43
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +140 -139
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +137 -136
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +45 -44
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +4 -6
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +181 -183
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +1 -1
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +15 -17
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +135 -137
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +13 -15
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +32 -31
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Routing.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +9 -11
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.SignalR/bindings.json +131 -131
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +104 -106
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
- package/Microsoft.AspNetCore.SignalR.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.WebUtilities.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +30 -29
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.JSInterop/internal/index.d.ts +46 -48
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +8 -10
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
- package/README.md +58 -15
- package/System.Formats.Cbor/internal/index.d.ts +4 -6
- package/System.Security.Claims/internal/index.d.ts +4 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +13 -15
- package/__internal/extensions/index.d.ts +417 -419
- package/package.json +4 -4
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Http.Abstractions, Microsoft.AspNetCore.Mvc.Abstractions, Microsoft.AspNetCore.Mvc.Core, Microsoft.AspNetCore.Mvc.DataAnnotations, Microsoft.AspNetCore.Mvc.ViewFeatures
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, 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
9
|
// Import types from other namespaces
|
|
9
10
|
import type { AuthenticationProperties } from "../../Microsoft.AspNetCore.Authentication/internal/index.js";
|
|
@@ -119,11 +120,11 @@ export interface IUrlHelper$instance {
|
|
|
119
120
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IUrlHelper: never;
|
|
120
121
|
|
|
121
122
|
readonly ActionContext: ActionContext;
|
|
122
|
-
Action(actionContext: UrlActionContext): string |
|
|
123
|
-
Content(contentPath: string): string |
|
|
124
|
-
IsLocalUrl(url: string): boolean;
|
|
125
|
-
Link(routeName: string, values:
|
|
126
|
-
RouteUrl(routeContext: UrlRouteContext): string |
|
|
123
|
+
Action(actionContext: UrlActionContext): string | null;
|
|
124
|
+
Content(contentPath: string | null): string | null;
|
|
125
|
+
IsLocalUrl(url: string | null): boolean;
|
|
126
|
+
Link(routeName: string | null, values: JsValue | null): string | null;
|
|
127
|
+
RouteUrl(routeContext: UrlRouteContext): string | null;
|
|
127
128
|
}
|
|
128
129
|
|
|
129
130
|
|
|
@@ -132,8 +133,8 @@ export type IUrlHelper = IUrlHelper$instance;
|
|
|
132
133
|
export interface IViewComponentHelper$instance {
|
|
133
134
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IViewComponentHelper: never;
|
|
134
135
|
|
|
135
|
-
InvokeAsync(name: string, arguments:
|
|
136
|
-
InvokeAsync(componentType: Type, arguments:
|
|
136
|
+
InvokeAsync(name: string, arguments: JsValue | null): Task_1<IHtmlContent>;
|
|
137
|
+
InvokeAsync(componentType: Type, arguments: JsValue | null): Task_1<IHtmlContent>;
|
|
137
138
|
}
|
|
138
139
|
|
|
139
140
|
|
|
@@ -155,20 +156,20 @@ export interface AcceptedAtActionResult$instance extends ObjectResult$instance {
|
|
|
155
156
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
156
157
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
157
158
|
|
|
158
|
-
get ActionName(): string |
|
|
159
|
-
set ActionName(value: string |
|
|
160
|
-
get ControllerName(): string |
|
|
161
|
-
set ControllerName(value: string |
|
|
162
|
-
get RouteValues(): RouteValueDictionary |
|
|
163
|
-
set RouteValues(value: RouteValueDictionary |
|
|
164
|
-
get UrlHelper(): IUrlHelper |
|
|
165
|
-
set UrlHelper(value: IUrlHelper |
|
|
159
|
+
get ActionName(): string | null;
|
|
160
|
+
set ActionName(value: string | null);
|
|
161
|
+
get ControllerName(): string | null;
|
|
162
|
+
set ControllerName(value: string | null);
|
|
163
|
+
get RouteValues(): RouteValueDictionary | null;
|
|
164
|
+
set RouteValues(value: RouteValueDictionary | null);
|
|
165
|
+
get UrlHelper(): IUrlHelper | null;
|
|
166
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
166
167
|
OnFormatting(context: ActionContext): void;
|
|
167
168
|
}
|
|
168
169
|
|
|
169
170
|
|
|
170
171
|
export const AcceptedAtActionResult: {
|
|
171
|
-
new(actionName: string, controllerName: string, routeValues:
|
|
172
|
+
new(actionName: string | null, controllerName: string | null, routeValues: JsValue | null, value: JsValue | null): AcceptedAtActionResult;
|
|
172
173
|
};
|
|
173
174
|
|
|
174
175
|
|
|
@@ -186,19 +187,19 @@ export interface AcceptedAtRouteResult$instance extends ObjectResult$instance {
|
|
|
186
187
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
187
188
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
188
189
|
|
|
189
|
-
get RouteName(): string |
|
|
190
|
-
set RouteName(value: string |
|
|
191
|
-
get RouteValues(): RouteValueDictionary |
|
|
192
|
-
set RouteValues(value: RouteValueDictionary |
|
|
193
|
-
get UrlHelper(): IUrlHelper |
|
|
194
|
-
set UrlHelper(value: IUrlHelper |
|
|
190
|
+
get RouteName(): string | null;
|
|
191
|
+
set RouteName(value: string | null);
|
|
192
|
+
get RouteValues(): RouteValueDictionary | null;
|
|
193
|
+
set RouteValues(value: RouteValueDictionary | null);
|
|
194
|
+
get UrlHelper(): IUrlHelper | null;
|
|
195
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
195
196
|
OnFormatting(context: ActionContext): void;
|
|
196
197
|
}
|
|
197
198
|
|
|
198
199
|
|
|
199
200
|
export const AcceptedAtRouteResult: {
|
|
200
|
-
new(routeValues:
|
|
201
|
-
new(routeName: string, routeValues:
|
|
201
|
+
new(routeValues: JsValue | null, value: JsValue | null): AcceptedAtRouteResult;
|
|
202
|
+
new(routeName: string | null, routeValues: JsValue | null, value: JsValue | null): AcceptedAtRouteResult;
|
|
202
203
|
};
|
|
203
204
|
|
|
204
205
|
|
|
@@ -216,16 +217,16 @@ export interface AcceptedResult$instance extends ObjectResult$instance {
|
|
|
216
217
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
217
218
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
218
219
|
|
|
219
|
-
get Location(): string |
|
|
220
|
-
set Location(value: string |
|
|
220
|
+
get Location(): string | null;
|
|
221
|
+
set Location(value: string | null);
|
|
221
222
|
OnFormatting(context: ActionContext): void;
|
|
222
223
|
}
|
|
223
224
|
|
|
224
225
|
|
|
225
226
|
export const AcceptedResult: {
|
|
226
227
|
new(): AcceptedResult;
|
|
227
|
-
new(location: string, value:
|
|
228
|
-
new(locationUri: Uri, value:
|
|
228
|
+
new(location: string | null, value: JsValue | null): AcceptedResult;
|
|
229
|
+
new(locationUri: Uri, value: JsValue | null): AcceptedResult;
|
|
229
230
|
};
|
|
230
231
|
|
|
231
232
|
|
|
@@ -244,11 +245,11 @@ export interface AcceptVerbsAttribute$instance extends Attribute, Microsoft_AspN
|
|
|
244
245
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteTemplateProvider: never;
|
|
245
246
|
|
|
246
247
|
readonly HttpMethods: IEnumerable_1<System_Internal.String>;
|
|
247
|
-
get Name(): string |
|
|
248
|
-
set Name(value: string |
|
|
248
|
+
get Name(): string | null;
|
|
249
|
+
set Name(value: string | null);
|
|
249
250
|
Order: int;
|
|
250
|
-
get Route(): string |
|
|
251
|
-
set Route(value: string |
|
|
251
|
+
get Route(): string | null;
|
|
252
|
+
set Route(value: string | null);
|
|
252
253
|
}
|
|
253
254
|
|
|
254
255
|
|
|
@@ -339,8 +340,8 @@ export interface ActionResult_1$instance<TValue> extends Microsoft_AspNetCore_Mv
|
|
|
339
340
|
|
|
340
341
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IConvertToActionResult: never;
|
|
341
342
|
|
|
342
|
-
readonly Result: ActionResult |
|
|
343
|
-
readonly Value: TValue |
|
|
343
|
+
readonly Result: ActionResult | null;
|
|
344
|
+
readonly Value: TValue | null;
|
|
344
345
|
}
|
|
345
346
|
|
|
346
347
|
|
|
@@ -452,8 +453,8 @@ export type ApiConventionTypeAttribute = ApiConventionTypeAttribute$instance;
|
|
|
452
453
|
export interface ApiDescriptionActionData$instance {
|
|
453
454
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiDescriptionActionData: never;
|
|
454
455
|
|
|
455
|
-
get GroupName(): string |
|
|
456
|
-
set GroupName(value: string |
|
|
456
|
+
get GroupName(): string | null;
|
|
457
|
+
set GroupName(value: string | null);
|
|
457
458
|
}
|
|
458
459
|
|
|
459
460
|
|
|
@@ -470,8 +471,8 @@ export interface ApiExplorerSettingsAttribute$instance extends Attribute {
|
|
|
470
471
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiDescriptionGroupNameProvider: never;
|
|
471
472
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiDescriptionVisibilityProvider: never;
|
|
472
473
|
|
|
473
|
-
get GroupName(): string |
|
|
474
|
-
set GroupName(value: string |
|
|
474
|
+
get GroupName(): string | null;
|
|
475
|
+
set GroupName(value: string | null);
|
|
475
476
|
IgnoreApi: boolean;
|
|
476
477
|
}
|
|
477
478
|
|
|
@@ -545,7 +546,7 @@ export interface BadRequestObjectResult$instance extends ObjectResult$instance {
|
|
|
545
546
|
|
|
546
547
|
|
|
547
548
|
export const BadRequestObjectResult: {
|
|
548
|
-
new(error:
|
|
549
|
+
new(error: JsValue | null): BadRequestObjectResult;
|
|
549
550
|
new(modelState: ModelStateDictionary): BadRequestObjectResult;
|
|
550
551
|
};
|
|
551
552
|
|
|
@@ -588,8 +589,8 @@ export interface BindAttribute$instance extends Attribute, Microsoft_AspNetCore_
|
|
|
588
589
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IPropertyFilterProvider: never;
|
|
589
590
|
|
|
590
591
|
readonly Include: string[];
|
|
591
|
-
get Prefix(): string |
|
|
592
|
-
set Prefix(value: string |
|
|
592
|
+
get Prefix(): string | null;
|
|
593
|
+
set Prefix(value: string | null);
|
|
593
594
|
readonly PropertyFilter: Func_2<ModelMetadata, System_Internal.Boolean>;
|
|
594
595
|
}
|
|
595
596
|
|
|
@@ -629,11 +630,11 @@ export interface BindPropertyAttribute$instance extends Attribute, Microsoft_Asp
|
|
|
629
630
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
|
|
630
631
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IRequestPredicateProvider: never;
|
|
631
632
|
|
|
632
|
-
get BinderType(): Type |
|
|
633
|
-
set BinderType(value: Type |
|
|
633
|
+
get BinderType(): Type | null;
|
|
634
|
+
set BinderType(value: Type | null);
|
|
634
635
|
BindingSource: BindingSource;
|
|
635
|
-
get Name(): string |
|
|
636
|
-
set Name(value: string |
|
|
636
|
+
get Name(): string | null;
|
|
637
|
+
set Name(value: string | null);
|
|
637
638
|
SupportsGet: boolean;
|
|
638
639
|
}
|
|
639
640
|
|
|
@@ -662,10 +663,10 @@ export interface CacheProfile$instance {
|
|
|
662
663
|
set Location(value: Nullable_1<ResponseCacheLocation> | ResponseCacheLocation);
|
|
663
664
|
get NoStore(): Nullable_1<System_Internal.Boolean>;
|
|
664
665
|
set NoStore(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
665
|
-
get VaryByHeader(): string |
|
|
666
|
-
set VaryByHeader(value: string |
|
|
667
|
-
get VaryByQueryKeys(): string[] |
|
|
668
|
-
set VaryByQueryKeys(value: string[] |
|
|
666
|
+
get VaryByHeader(): string | null;
|
|
667
|
+
set VaryByHeader(value: string | null);
|
|
668
|
+
get VaryByQueryKeys(): string[] | null;
|
|
669
|
+
set VaryByQueryKeys(value: string[] | null);
|
|
669
670
|
}
|
|
670
671
|
|
|
671
672
|
|
|
@@ -682,8 +683,8 @@ export interface ChallengeResult$instance extends ActionResult$instance {
|
|
|
682
683
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
683
684
|
|
|
684
685
|
AuthenticationSchemes: IList_1<System_Internal.String>;
|
|
685
|
-
get Properties(): AuthenticationProperties |
|
|
686
|
-
set Properties(value: AuthenticationProperties |
|
|
686
|
+
get Properties(): AuthenticationProperties | null;
|
|
687
|
+
set Properties(value: AuthenticationProperties | null);
|
|
687
688
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
688
689
|
}
|
|
689
690
|
|
|
@@ -692,9 +693,9 @@ export const ChallengeResult: {
|
|
|
692
693
|
new(): ChallengeResult;
|
|
693
694
|
new(authenticationScheme: string): ChallengeResult;
|
|
694
695
|
new(authenticationSchemes: IList_1<System_Internal.String>): ChallengeResult;
|
|
695
|
-
new(properties: AuthenticationProperties): ChallengeResult;
|
|
696
|
-
new(authenticationScheme: string, properties: AuthenticationProperties): ChallengeResult;
|
|
697
|
-
new(authenticationSchemes: IList_1<System_Internal.String>, properties: AuthenticationProperties): ChallengeResult;
|
|
696
|
+
new(properties: AuthenticationProperties | null): ChallengeResult;
|
|
697
|
+
new(authenticationScheme: string, properties: AuthenticationProperties | null): ChallengeResult;
|
|
698
|
+
new(authenticationSchemes: IList_1<System_Internal.String>, properties: AuthenticationProperties | null): ChallengeResult;
|
|
698
699
|
};
|
|
699
700
|
|
|
700
701
|
|
|
@@ -708,10 +709,10 @@ export type ChallengeResult = ChallengeResult$instance & __ChallengeResult$views
|
|
|
708
709
|
export interface ClientErrorData$instance {
|
|
709
710
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ClientErrorData: never;
|
|
710
711
|
|
|
711
|
-
get Link(): string |
|
|
712
|
-
set Link(value: string |
|
|
713
|
-
get Title(): string |
|
|
714
|
-
set Title(value: string |
|
|
712
|
+
get Link(): string | null;
|
|
713
|
+
set Link(value: string | null);
|
|
714
|
+
get Title(): string | null;
|
|
715
|
+
set Title(value: string | null);
|
|
715
716
|
}
|
|
716
717
|
|
|
717
718
|
|
|
@@ -732,7 +733,7 @@ export interface ConflictObjectResult$instance extends ObjectResult$instance {
|
|
|
732
733
|
|
|
733
734
|
|
|
734
735
|
export const ConflictObjectResult: {
|
|
735
|
-
new(error:
|
|
736
|
+
new(error: JsValue | null): ConflictObjectResult;
|
|
736
737
|
new(modelState: ModelStateDictionary): ConflictObjectResult;
|
|
737
738
|
};
|
|
738
739
|
|
|
@@ -811,10 +812,10 @@ export interface ContentResult$instance extends ActionResult$instance {
|
|
|
811
812
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
812
813
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
813
814
|
|
|
814
|
-
get Content(): string |
|
|
815
|
-
set Content(value: string |
|
|
816
|
-
get ContentType(): string |
|
|
817
|
-
set ContentType(value: string |
|
|
815
|
+
get Content(): string | null;
|
|
816
|
+
set Content(value: string | null);
|
|
817
|
+
get ContentType(): string | null;
|
|
818
|
+
set ContentType(value: string | null);
|
|
818
819
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
819
820
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
820
821
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
@@ -843,27 +844,27 @@ export interface Controller$instance extends ControllerBase, IFilterMetadata, Mi
|
|
|
843
844
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
844
845
|
|
|
845
846
|
TempData: ITempDataDictionary;
|
|
846
|
-
readonly ViewBag:
|
|
847
|
+
readonly ViewBag: JsValue;
|
|
847
848
|
ViewData: ViewDataDictionary;
|
|
848
849
|
Dispose(): void;
|
|
849
850
|
Dispose(disposing: boolean): void;
|
|
850
|
-
Json(data:
|
|
851
|
-
Json(data:
|
|
851
|
+
Json(data: JsValue | null): JsonResult;
|
|
852
|
+
Json(data: JsValue | null, serializerSettings: JsValue | null): JsonResult;
|
|
852
853
|
OnActionExecuted(context: ActionExecutedContext): void;
|
|
853
854
|
OnActionExecuting(context: ActionExecutingContext): void;
|
|
854
855
|
OnActionExecutionAsync(context: ActionExecutingContext, next: ActionExecutionDelegate): Task;
|
|
855
856
|
PartialView(): PartialViewResult;
|
|
856
|
-
PartialView(viewName: string): PartialViewResult;
|
|
857
|
-
PartialView(model:
|
|
858
|
-
PartialView(viewName: string, model:
|
|
857
|
+
PartialView(viewName: string | null): PartialViewResult;
|
|
858
|
+
PartialView(model: JsValue | null): PartialViewResult;
|
|
859
|
+
PartialView(viewName: string | null, model: JsValue | null): PartialViewResult;
|
|
859
860
|
View(): ViewResult;
|
|
860
|
-
View(viewName: string): ViewResult;
|
|
861
|
-
View(model:
|
|
862
|
-
View(viewName: string, model:
|
|
861
|
+
View(viewName: string | null): ViewResult;
|
|
862
|
+
View(model: JsValue | null): ViewResult;
|
|
863
|
+
View(viewName: string | null, model: JsValue | null): ViewResult;
|
|
863
864
|
ViewComponent(componentName: string): ViewComponentResult;
|
|
864
865
|
ViewComponent(componentType: Type): ViewComponentResult;
|
|
865
|
-
ViewComponent(componentName: string, arguments:
|
|
866
|
-
ViewComponent(componentType: Type, arguments:
|
|
866
|
+
ViewComponent(componentName: string, arguments: JsValue | null): ViewComponentResult;
|
|
867
|
+
ViewComponent(componentType: Type, arguments: JsValue | null): ViewComponentResult;
|
|
867
868
|
}
|
|
868
869
|
|
|
869
870
|
|
|
@@ -908,69 +909,69 @@ export interface ControllerBase$instance {
|
|
|
908
909
|
Url: IUrlHelper;
|
|
909
910
|
readonly User: ClaimsPrincipal;
|
|
910
911
|
Accepted(): AcceptedResult;
|
|
911
|
-
Accepted(value:
|
|
912
|
+
Accepted(value: JsValue | null): AcceptedResult;
|
|
912
913
|
Accepted(uri: Uri): AcceptedResult;
|
|
913
|
-
Accepted(uri: string): AcceptedResult;
|
|
914
|
-
Accepted(uri: string, value:
|
|
915
|
-
Accepted(uri: Uri, value:
|
|
916
|
-
AcceptedAtAction(actionName: string): AcceptedAtActionResult;
|
|
917
|
-
AcceptedAtAction(actionName: string, controllerName: string): AcceptedAtActionResult;
|
|
918
|
-
AcceptedAtAction(actionName: string, value:
|
|
919
|
-
AcceptedAtAction(actionName: string, controllerName: string, routeValues:
|
|
920
|
-
AcceptedAtAction(actionName: string, routeValues:
|
|
921
|
-
AcceptedAtAction(actionName: string, controllerName: string, routeValues:
|
|
922
|
-
AcceptedAtRoute(routeValues:
|
|
923
|
-
AcceptedAtRoute(routeName: string): AcceptedAtRouteResult;
|
|
924
|
-
AcceptedAtRoute(routeName: string, routeValues:
|
|
925
|
-
AcceptedAtRoute(routeValues:
|
|
926
|
-
AcceptedAtRoute(routeName: string, routeValues:
|
|
914
|
+
Accepted(uri: string | null): AcceptedResult;
|
|
915
|
+
Accepted(uri: string | null, value: JsValue | null): AcceptedResult;
|
|
916
|
+
Accepted(uri: Uri, value: JsValue | null): AcceptedResult;
|
|
917
|
+
AcceptedAtAction(actionName: string | null): AcceptedAtActionResult;
|
|
918
|
+
AcceptedAtAction(actionName: string | null, controllerName: string | null): AcceptedAtActionResult;
|
|
919
|
+
AcceptedAtAction(actionName: string | null, value: JsValue | null): AcceptedAtActionResult;
|
|
920
|
+
AcceptedAtAction(actionName: string | null, controllerName: string | null, routeValues: JsValue | null): AcceptedAtActionResult;
|
|
921
|
+
AcceptedAtAction(actionName: string | null, routeValues: JsValue | null, value: JsValue | null): AcceptedAtActionResult;
|
|
922
|
+
AcceptedAtAction(actionName: string | null, controllerName: string | null, routeValues: JsValue | null, value: JsValue | null): AcceptedAtActionResult;
|
|
923
|
+
AcceptedAtRoute(routeValues: JsValue | null): AcceptedAtRouteResult;
|
|
924
|
+
AcceptedAtRoute(routeName: string | null): AcceptedAtRouteResult;
|
|
925
|
+
AcceptedAtRoute(routeName: string | null, routeValues: JsValue | null): AcceptedAtRouteResult;
|
|
926
|
+
AcceptedAtRoute(routeValues: JsValue | null, value: JsValue | null): AcceptedAtRouteResult;
|
|
927
|
+
AcceptedAtRoute(routeName: string | null, routeValues: JsValue | null, value: JsValue | null): AcceptedAtRouteResult;
|
|
927
928
|
BadRequest(): BadRequestResult;
|
|
928
|
-
BadRequest(error:
|
|
929
|
+
BadRequest(error: JsValue | null): BadRequestObjectResult;
|
|
929
930
|
BadRequest(modelState: ModelStateDictionary): BadRequestObjectResult;
|
|
930
931
|
Challenge(): ChallengeResult;
|
|
931
932
|
Challenge(...authenticationSchemes: string[]): ChallengeResult;
|
|
932
933
|
Challenge(properties: AuthenticationProperties): ChallengeResult;
|
|
933
934
|
Challenge(properties: AuthenticationProperties, ...authenticationSchemes: string[]): ChallengeResult;
|
|
934
935
|
Conflict(): ConflictResult;
|
|
935
|
-
Conflict(error:
|
|
936
|
+
Conflict(error: JsValue | null): ConflictObjectResult;
|
|
936
937
|
Conflict(modelState: ModelStateDictionary): ConflictObjectResult;
|
|
937
938
|
Content(content: string): ContentResult;
|
|
938
939
|
Content(content: string, contentType: string): ContentResult;
|
|
939
940
|
Content(content: string, contentType: string, contentEncoding: Encoding): ContentResult;
|
|
940
|
-
Content(content: string, contentType: MediaTypeHeaderValue): ContentResult;
|
|
941
|
+
Content(content: string, contentType: MediaTypeHeaderValue | null): ContentResult;
|
|
941
942
|
Created(): CreatedResult;
|
|
942
|
-
Created(uri: string, value:
|
|
943
|
-
Created(uri: Uri, value:
|
|
944
|
-
CreatedAtAction(actionName: string, value:
|
|
945
|
-
CreatedAtAction(actionName: string, routeValues:
|
|
946
|
-
CreatedAtAction(actionName: string, controllerName: string, routeValues:
|
|
947
|
-
CreatedAtRoute(routeName: string, value:
|
|
948
|
-
CreatedAtRoute(routeValues:
|
|
949
|
-
CreatedAtRoute(routeName: string, routeValues:
|
|
943
|
+
Created(uri: string | null, value: JsValue | null): CreatedResult;
|
|
944
|
+
Created(uri: Uri | null, value: JsValue | null): CreatedResult;
|
|
945
|
+
CreatedAtAction(actionName: string | null, value: JsValue | null): CreatedAtActionResult;
|
|
946
|
+
CreatedAtAction(actionName: string | null, routeValues: JsValue | null, value: JsValue | null): CreatedAtActionResult;
|
|
947
|
+
CreatedAtAction(actionName: string | null, controllerName: string | null, routeValues: JsValue | null, value: JsValue | null): CreatedAtActionResult;
|
|
948
|
+
CreatedAtRoute(routeName: string | null, value: JsValue | null): CreatedAtRouteResult;
|
|
949
|
+
CreatedAtRoute(routeValues: JsValue | null, value: JsValue | null): CreatedAtRouteResult;
|
|
950
|
+
CreatedAtRoute(routeName: string | null, routeValues: JsValue | null, value: JsValue | null): CreatedAtRouteResult;
|
|
950
951
|
File(fileContents: byte[], contentType: string): FileContentResult;
|
|
951
952
|
File(fileContents: byte[], contentType: string, enableRangeProcessing: boolean): FileContentResult;
|
|
952
|
-
File(fileContents: byte[], contentType: string, fileDownloadName: string): FileContentResult;
|
|
953
|
-
File(fileContents: byte[], contentType: string, fileDownloadName: string, enableRangeProcessing: boolean): FileContentResult;
|
|
953
|
+
File(fileContents: byte[], contentType: string, fileDownloadName: string | null): FileContentResult;
|
|
954
|
+
File(fileContents: byte[], contentType: string, fileDownloadName: string | null, enableRangeProcessing: boolean): FileContentResult;
|
|
954
955
|
File(fileContents: byte[], contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileContentResult;
|
|
955
956
|
File(fileContents: byte[], contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileContentResult;
|
|
956
|
-
File(fileContents: byte[], contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileContentResult;
|
|
957
|
-
File(fileContents: byte[], contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileContentResult;
|
|
957
|
+
File(fileContents: byte[], contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileContentResult;
|
|
958
|
+
File(fileContents: byte[], contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileContentResult;
|
|
958
959
|
File(fileStream: Stream, contentType: string): FileStreamResult;
|
|
959
960
|
File(fileStream: Stream, contentType: string, enableRangeProcessing: boolean): FileStreamResult;
|
|
960
|
-
File(fileStream: Stream, contentType: string, fileDownloadName: string): FileStreamResult;
|
|
961
|
-
File(fileStream: Stream, contentType: string, fileDownloadName: string, enableRangeProcessing: boolean): FileStreamResult;
|
|
961
|
+
File(fileStream: Stream, contentType: string, fileDownloadName: string | null): FileStreamResult;
|
|
962
|
+
File(fileStream: Stream, contentType: string, fileDownloadName: string | null, enableRangeProcessing: boolean): FileStreamResult;
|
|
962
963
|
File(fileStream: Stream, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileStreamResult;
|
|
963
964
|
File(fileStream: Stream, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileStreamResult;
|
|
964
|
-
File(fileStream: Stream, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileStreamResult;
|
|
965
|
-
File(fileStream: Stream, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileStreamResult;
|
|
965
|
+
File(fileStream: Stream, contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileStreamResult;
|
|
966
|
+
File(fileStream: Stream, contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileStreamResult;
|
|
966
967
|
File(virtualPath: string, contentType: string): VirtualFileResult;
|
|
967
968
|
File(virtualPath: string, contentType: string, enableRangeProcessing: boolean): VirtualFileResult;
|
|
968
|
-
File(virtualPath: string, contentType: string, fileDownloadName: string): VirtualFileResult;
|
|
969
|
-
File(virtualPath: string, contentType: string, fileDownloadName: string, enableRangeProcessing: boolean): VirtualFileResult;
|
|
969
|
+
File(virtualPath: string, contentType: string, fileDownloadName: string | null): VirtualFileResult;
|
|
970
|
+
File(virtualPath: string, contentType: string, fileDownloadName: string | null, enableRangeProcessing: boolean): VirtualFileResult;
|
|
970
971
|
File(virtualPath: string, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): VirtualFileResult;
|
|
971
972
|
File(virtualPath: string, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): VirtualFileResult;
|
|
972
|
-
File(virtualPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): VirtualFileResult;
|
|
973
|
-
File(virtualPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): VirtualFileResult;
|
|
973
|
+
File(virtualPath: string, contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): VirtualFileResult;
|
|
974
|
+
File(virtualPath: string, contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): VirtualFileResult;
|
|
974
975
|
Forbid(): ForbidResult;
|
|
975
976
|
Forbid(...authenticationSchemes: string[]): ForbidResult;
|
|
976
977
|
Forbid(properties: AuthenticationProperties): ForbidResult;
|
|
@@ -981,63 +982,63 @@ export interface ControllerBase$instance {
|
|
|
981
982
|
LocalRedirectPreserveMethod(localUrl: string): LocalRedirectResult;
|
|
982
983
|
NoContent(): NoContentResult;
|
|
983
984
|
NotFound(): NotFoundResult;
|
|
984
|
-
NotFound(value:
|
|
985
|
+
NotFound(value: JsValue | null): NotFoundObjectResult;
|
|
985
986
|
Ok(): OkResult;
|
|
986
|
-
Ok(value:
|
|
987
|
+
Ok(value: JsValue | null): OkObjectResult;
|
|
987
988
|
PhysicalFile(physicalPath: string, contentType: string): PhysicalFileResult;
|
|
988
989
|
PhysicalFile(physicalPath: string, contentType: string, enableRangeProcessing: boolean): PhysicalFileResult;
|
|
989
|
-
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string): PhysicalFileResult;
|
|
990
|
-
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string, enableRangeProcessing: boolean): PhysicalFileResult;
|
|
990
|
+
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string | null): PhysicalFileResult;
|
|
991
|
+
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string | null, enableRangeProcessing: boolean): PhysicalFileResult;
|
|
991
992
|
PhysicalFile(physicalPath: string, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): PhysicalFileResult;
|
|
992
993
|
PhysicalFile(physicalPath: string, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): PhysicalFileResult;
|
|
993
|
-
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): PhysicalFileResult;
|
|
994
|
-
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): PhysicalFileResult;
|
|
995
|
-
Problem(detail: string, instance: string, statusCode: Nullable_1<System_Internal.Int32>, title: string, type: string): ObjectResult;
|
|
996
|
-
Problem(detail?: string, instance?: string, statusCode?: Nullable_1<System_Internal.Int32>, title?: string, type?: string, extensions?: IDictionary_2<System_Internal.String,
|
|
994
|
+
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): PhysicalFileResult;
|
|
995
|
+
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): PhysicalFileResult;
|
|
996
|
+
Problem(detail: string | null, instance: string | null, statusCode: Nullable_1<System_Internal.Int32>, title: string | null, type: string | null): ObjectResult;
|
|
997
|
+
Problem(detail?: string | null, instance?: string | null, statusCode?: Nullable_1<System_Internal.Int32>, title?: string | null, type?: string | null, extensions?: IDictionary_2<System_Internal.String, JsValue | null> | null): ObjectResult;
|
|
997
998
|
Redirect(url: string): RedirectResult;
|
|
998
999
|
RedirectPermanent(url: string): RedirectResult;
|
|
999
1000
|
RedirectPermanentPreserveMethod(url: string): RedirectResult;
|
|
1000
1001
|
RedirectPreserveMethod(url: string): RedirectResult;
|
|
1001
1002
|
RedirectToAction(): RedirectToActionResult;
|
|
1002
|
-
RedirectToAction(actionName: string): RedirectToActionResult;
|
|
1003
|
-
RedirectToAction(actionName: string, routeValues:
|
|
1004
|
-
RedirectToAction(actionName: string, controllerName: string): RedirectToActionResult;
|
|
1005
|
-
RedirectToAction(actionName: string, controllerName: string, routeValues:
|
|
1006
|
-
RedirectToAction(actionName: string, controllerName: string, fragment: string): RedirectToActionResult;
|
|
1007
|
-
RedirectToAction(actionName: string, controllerName: string, routeValues:
|
|
1008
|
-
RedirectToActionPermanent(actionName: string): RedirectToActionResult;
|
|
1009
|
-
RedirectToActionPermanent(actionName: string, routeValues:
|
|
1010
|
-
RedirectToActionPermanent(actionName: string, controllerName: string): RedirectToActionResult;
|
|
1011
|
-
RedirectToActionPermanent(actionName: string, controllerName: string, fragment: string): RedirectToActionResult;
|
|
1012
|
-
RedirectToActionPermanent(actionName: string, controllerName: string, routeValues:
|
|
1013
|
-
RedirectToActionPermanent(actionName: string, controllerName: string, routeValues:
|
|
1014
|
-
RedirectToActionPermanentPreserveMethod(actionName?: string, controllerName?: string, routeValues?:
|
|
1015
|
-
RedirectToActionPreserveMethod(actionName?: string, controllerName?: string, routeValues?:
|
|
1003
|
+
RedirectToAction(actionName: string | null): RedirectToActionResult;
|
|
1004
|
+
RedirectToAction(actionName: string | null, routeValues: JsValue | null): RedirectToActionResult;
|
|
1005
|
+
RedirectToAction(actionName: string | null, controllerName: string | null): RedirectToActionResult;
|
|
1006
|
+
RedirectToAction(actionName: string | null, controllerName: string | null, routeValues: JsValue | null): RedirectToActionResult;
|
|
1007
|
+
RedirectToAction(actionName: string | null, controllerName: string | null, fragment: string | null): RedirectToActionResult;
|
|
1008
|
+
RedirectToAction(actionName: string | null, controllerName: string | null, routeValues: JsValue | null, fragment: string | null): RedirectToActionResult;
|
|
1009
|
+
RedirectToActionPermanent(actionName: string | null): RedirectToActionResult;
|
|
1010
|
+
RedirectToActionPermanent(actionName: string | null, routeValues: JsValue | null): RedirectToActionResult;
|
|
1011
|
+
RedirectToActionPermanent(actionName: string | null, controllerName: string | null): RedirectToActionResult;
|
|
1012
|
+
RedirectToActionPermanent(actionName: string | null, controllerName: string | null, fragment: string | null): RedirectToActionResult;
|
|
1013
|
+
RedirectToActionPermanent(actionName: string | null, controllerName: string | null, routeValues: JsValue | null): RedirectToActionResult;
|
|
1014
|
+
RedirectToActionPermanent(actionName: string | null, controllerName: string | null, routeValues: JsValue | null, fragment: string | null): RedirectToActionResult;
|
|
1015
|
+
RedirectToActionPermanentPreserveMethod(actionName?: string | null, controllerName?: string | null, routeValues?: JsValue | null, fragment?: string | null): RedirectToActionResult;
|
|
1016
|
+
RedirectToActionPreserveMethod(actionName?: string | null, controllerName?: string | null, routeValues?: JsValue | null, fragment?: string | null): RedirectToActionResult;
|
|
1016
1017
|
RedirectToPage(pageName: string): RedirectToPageResult;
|
|
1017
|
-
RedirectToPage(pageName: string, routeValues:
|
|
1018
|
-
RedirectToPage(pageName: string, pageHandler: string): RedirectToPageResult;
|
|
1019
|
-
RedirectToPage(pageName: string, pageHandler: string, routeValues:
|
|
1020
|
-
RedirectToPage(pageName: string, pageHandler: string, fragment: string): RedirectToPageResult;
|
|
1021
|
-
RedirectToPage(pageName: string, pageHandler: string, routeValues:
|
|
1018
|
+
RedirectToPage(pageName: string, routeValues: JsValue | null): RedirectToPageResult;
|
|
1019
|
+
RedirectToPage(pageName: string, pageHandler: string | null): RedirectToPageResult;
|
|
1020
|
+
RedirectToPage(pageName: string, pageHandler: string | null, routeValues: JsValue | null): RedirectToPageResult;
|
|
1021
|
+
RedirectToPage(pageName: string, pageHandler: string | null, fragment: string | null): RedirectToPageResult;
|
|
1022
|
+
RedirectToPage(pageName: string, pageHandler: string | null, routeValues: JsValue | null, fragment: string | null): RedirectToPageResult;
|
|
1022
1023
|
RedirectToPagePermanent(pageName: string): RedirectToPageResult;
|
|
1023
|
-
RedirectToPagePermanent(pageName: string, routeValues:
|
|
1024
|
-
RedirectToPagePermanent(pageName: string, pageHandler: string): RedirectToPageResult;
|
|
1025
|
-
RedirectToPagePermanent(pageName: string, pageHandler: string, fragment: string): RedirectToPageResult;
|
|
1026
|
-
RedirectToPagePermanent(pageName: string, pageHandler: string, routeValues:
|
|
1027
|
-
RedirectToPagePermanentPreserveMethod(pageName: string, pageHandler?: string, routeValues?:
|
|
1028
|
-
RedirectToPagePreserveMethod(pageName: string, pageHandler?: string, routeValues?:
|
|
1029
|
-
RedirectToRoute(routeName: string): RedirectToRouteResult;
|
|
1030
|
-
RedirectToRoute(routeValues:
|
|
1031
|
-
RedirectToRoute(routeName: string, routeValues:
|
|
1032
|
-
RedirectToRoute(routeName: string, fragment: string): RedirectToRouteResult;
|
|
1033
|
-
RedirectToRoute(routeName: string, routeValues:
|
|
1034
|
-
RedirectToRoutePermanent(routeName: string): RedirectToRouteResult;
|
|
1035
|
-
RedirectToRoutePermanent(routeValues:
|
|
1036
|
-
RedirectToRoutePermanent(routeName: string, routeValues:
|
|
1037
|
-
RedirectToRoutePermanent(routeName: string, fragment: string): RedirectToRouteResult;
|
|
1038
|
-
RedirectToRoutePermanent(routeName: string, routeValues:
|
|
1039
|
-
RedirectToRoutePermanentPreserveMethod(routeName?: string, routeValues?:
|
|
1040
|
-
RedirectToRoutePreserveMethod(routeName?: string, routeValues?:
|
|
1024
|
+
RedirectToPagePermanent(pageName: string, routeValues: JsValue | null): RedirectToPageResult;
|
|
1025
|
+
RedirectToPagePermanent(pageName: string, pageHandler: string | null): RedirectToPageResult;
|
|
1026
|
+
RedirectToPagePermanent(pageName: string, pageHandler: string | null, fragment: string | null): RedirectToPageResult;
|
|
1027
|
+
RedirectToPagePermanent(pageName: string, pageHandler: string | null, routeValues: JsValue | null, fragment: string | null): RedirectToPageResult;
|
|
1028
|
+
RedirectToPagePermanentPreserveMethod(pageName: string, pageHandler?: string | null, routeValues?: JsValue | null, fragment?: string | null): RedirectToPageResult;
|
|
1029
|
+
RedirectToPagePreserveMethod(pageName: string, pageHandler?: string | null, routeValues?: JsValue | null, fragment?: string | null): RedirectToPageResult;
|
|
1030
|
+
RedirectToRoute(routeName: string | null): RedirectToRouteResult;
|
|
1031
|
+
RedirectToRoute(routeValues: JsValue | null): RedirectToRouteResult;
|
|
1032
|
+
RedirectToRoute(routeName: string | null, routeValues: JsValue | null): RedirectToRouteResult;
|
|
1033
|
+
RedirectToRoute(routeName: string | null, fragment: string | null): RedirectToRouteResult;
|
|
1034
|
+
RedirectToRoute(routeName: string | null, routeValues: JsValue | null, fragment: string | null): RedirectToRouteResult;
|
|
1035
|
+
RedirectToRoutePermanent(routeName: string | null): RedirectToRouteResult;
|
|
1036
|
+
RedirectToRoutePermanent(routeValues: JsValue | null): RedirectToRouteResult;
|
|
1037
|
+
RedirectToRoutePermanent(routeName: string | null, routeValues: JsValue | null): RedirectToRouteResult;
|
|
1038
|
+
RedirectToRoutePermanent(routeName: string | null, fragment: string | null): RedirectToRouteResult;
|
|
1039
|
+
RedirectToRoutePermanent(routeName: string | null, routeValues: JsValue | null, fragment: string | null): RedirectToRouteResult;
|
|
1040
|
+
RedirectToRoutePermanentPreserveMethod(routeName?: string | null, routeValues?: JsValue | null, fragment?: string | null): RedirectToRouteResult;
|
|
1041
|
+
RedirectToRoutePreserveMethod(routeName?: string | null, routeValues?: JsValue | null, fragment?: string | null): RedirectToRouteResult;
|
|
1041
1042
|
SignIn(principal: ClaimsPrincipal): SignInResult;
|
|
1042
1043
|
SignIn(principal: ClaimsPrincipal, authenticationScheme: string): SignInResult;
|
|
1043
1044
|
SignIn(principal: ClaimsPrincipal, properties: AuthenticationProperties): SignInResult;
|
|
@@ -1047,28 +1048,28 @@ export interface ControllerBase$instance {
|
|
|
1047
1048
|
SignOut(...authenticationSchemes: string[]): SignOutResult;
|
|
1048
1049
|
SignOut(properties: AuthenticationProperties, ...authenticationSchemes: string[]): SignOutResult;
|
|
1049
1050
|
StatusCode(statusCode: int): StatusCodeResult;
|
|
1050
|
-
StatusCode(statusCode: int, value:
|
|
1051
|
+
StatusCode(statusCode: int, value: JsValue | null): ObjectResult;
|
|
1051
1052
|
TryUpdateModelAsync<TModel>(model: TModel): Task_1<System_Internal.Boolean>;
|
|
1052
1053
|
TryUpdateModelAsync<TModel>(model: TModel, prefix: string): Task_1<System_Internal.Boolean>;
|
|
1053
1054
|
TryUpdateModelAsync<TModel>(model: TModel, prefix: string, valueProvider: IValueProvider): Task_1<System_Internal.Boolean>;
|
|
1054
|
-
TryUpdateModelAsync<TModel>(model: TModel, prefix: string, ...includeExpressions: Expression_1<Func_2<TModel,
|
|
1055
|
+
TryUpdateModelAsync<TModel>(model: TModel, prefix: string, ...includeExpressions: Expression_1<Func_2<TModel, JsValue | null>>[]): Task_1<System_Internal.Boolean>;
|
|
1055
1056
|
TryUpdateModelAsync<TModel>(model: TModel, prefix: string, propertyFilter: Func_2<ModelMetadata, System_Internal.Boolean>): Task_1<System_Internal.Boolean>;
|
|
1056
|
-
TryUpdateModelAsync<TModel>(model: TModel, prefix: string, valueProvider: IValueProvider, ...includeExpressions: Expression_1<Func_2<TModel,
|
|
1057
|
+
TryUpdateModelAsync<TModel>(model: TModel, prefix: string, valueProvider: IValueProvider, ...includeExpressions: Expression_1<Func_2<TModel, JsValue | null>>[]): Task_1<System_Internal.Boolean>;
|
|
1057
1058
|
TryUpdateModelAsync<TModel>(model: TModel, prefix: string, valueProvider: IValueProvider, propertyFilter: Func_2<ModelMetadata, System_Internal.Boolean>): Task_1<System_Internal.Boolean>;
|
|
1058
|
-
TryUpdateModelAsync(model:
|
|
1059
|
-
TryUpdateModelAsync(model:
|
|
1060
|
-
TryValidateModel(model:
|
|
1061
|
-
TryValidateModel(model:
|
|
1059
|
+
TryUpdateModelAsync(model: JsValue, modelType: Type, prefix: string): Task_1<System_Internal.Boolean>;
|
|
1060
|
+
TryUpdateModelAsync(model: JsValue, modelType: Type, prefix: string, valueProvider: IValueProvider, propertyFilter: Func_2<ModelMetadata, System_Internal.Boolean>): Task_1<System_Internal.Boolean>;
|
|
1061
|
+
TryValidateModel(model: JsValue): boolean;
|
|
1062
|
+
TryValidateModel(model: JsValue, prefix: string | null): boolean;
|
|
1062
1063
|
Unauthorized(): UnauthorizedResult;
|
|
1063
|
-
Unauthorized(value:
|
|
1064
|
+
Unauthorized(value: JsValue | null): UnauthorizedObjectResult;
|
|
1064
1065
|
UnprocessableEntity(): UnprocessableEntityResult;
|
|
1065
|
-
UnprocessableEntity(error:
|
|
1066
|
+
UnprocessableEntity(error: JsValue | null): UnprocessableEntityObjectResult;
|
|
1066
1067
|
UnprocessableEntity(modelState: ModelStateDictionary): UnprocessableEntityObjectResult;
|
|
1067
1068
|
ValidationProblem(descriptor: ValidationProblemDetails): ActionResult;
|
|
1068
1069
|
ValidationProblem(modelStateDictionary: ModelStateDictionary): ActionResult;
|
|
1069
1070
|
ValidationProblem(): ActionResult;
|
|
1070
|
-
ValidationProblem(detail: string, instance: string, statusCode: Nullable_1<System_Internal.Int32>, title: string, type: string, modelStateDictionary: ModelStateDictionary): ActionResult;
|
|
1071
|
-
ValidationProblem(detail?: string, instance?: string, statusCode?: Nullable_1<System_Internal.Int32>, title?: string, type?: string, modelStateDictionary?: ModelStateDictionary, extensions?: IDictionary_2<System_Internal.String,
|
|
1071
|
+
ValidationProblem(detail: string | null, instance: string | null, statusCode: Nullable_1<System_Internal.Int32>, title: string | null, type: string | null, modelStateDictionary: ModelStateDictionary | null): ActionResult;
|
|
1072
|
+
ValidationProblem(detail?: string | null, instance?: string | null, statusCode?: Nullable_1<System_Internal.Int32>, title?: string | null, type?: string | null, modelStateDictionary?: ModelStateDictionary | null, extensions?: IDictionary_2<System_Internal.String, JsValue | null> | null): ActionResult;
|
|
1072
1073
|
}
|
|
1073
1074
|
|
|
1074
1075
|
|
|
@@ -1128,20 +1129,20 @@ export interface CreatedAtActionResult$instance extends ObjectResult$instance {
|
|
|
1128
1129
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
1129
1130
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
1130
1131
|
|
|
1131
|
-
get ActionName(): string |
|
|
1132
|
-
set ActionName(value: string |
|
|
1133
|
-
get ControllerName(): string |
|
|
1134
|
-
set ControllerName(value: string |
|
|
1135
|
-
get RouteValues(): RouteValueDictionary |
|
|
1136
|
-
set RouteValues(value: RouteValueDictionary |
|
|
1137
|
-
get UrlHelper(): IUrlHelper |
|
|
1138
|
-
set UrlHelper(value: IUrlHelper |
|
|
1132
|
+
get ActionName(): string | null;
|
|
1133
|
+
set ActionName(value: string | null);
|
|
1134
|
+
get ControllerName(): string | null;
|
|
1135
|
+
set ControllerName(value: string | null);
|
|
1136
|
+
get RouteValues(): RouteValueDictionary | null;
|
|
1137
|
+
set RouteValues(value: RouteValueDictionary | null);
|
|
1138
|
+
get UrlHelper(): IUrlHelper | null;
|
|
1139
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
1139
1140
|
OnFormatting(context: ActionContext): void;
|
|
1140
1141
|
}
|
|
1141
1142
|
|
|
1142
1143
|
|
|
1143
1144
|
export const CreatedAtActionResult: {
|
|
1144
|
-
new(actionName: string, controllerName: string, routeValues:
|
|
1145
|
+
new(actionName: string | null, controllerName: string | null, routeValues: JsValue | null, value: JsValue | null): CreatedAtActionResult;
|
|
1145
1146
|
};
|
|
1146
1147
|
|
|
1147
1148
|
|
|
@@ -1159,19 +1160,19 @@ export interface CreatedAtRouteResult$instance extends ObjectResult$instance {
|
|
|
1159
1160
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
1160
1161
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
1161
1162
|
|
|
1162
|
-
get RouteName(): string |
|
|
1163
|
-
set RouteName(value: string |
|
|
1164
|
-
get RouteValues(): RouteValueDictionary |
|
|
1165
|
-
set RouteValues(value: RouteValueDictionary |
|
|
1166
|
-
get UrlHelper(): IUrlHelper |
|
|
1167
|
-
set UrlHelper(value: IUrlHelper |
|
|
1163
|
+
get RouteName(): string | null;
|
|
1164
|
+
set RouteName(value: string | null);
|
|
1165
|
+
get RouteValues(): RouteValueDictionary | null;
|
|
1166
|
+
set RouteValues(value: RouteValueDictionary | null);
|
|
1167
|
+
get UrlHelper(): IUrlHelper | null;
|
|
1168
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
1168
1169
|
OnFormatting(context: ActionContext): void;
|
|
1169
1170
|
}
|
|
1170
1171
|
|
|
1171
1172
|
|
|
1172
1173
|
export const CreatedAtRouteResult: {
|
|
1173
|
-
new(routeValues:
|
|
1174
|
-
new(routeName: string, routeValues:
|
|
1174
|
+
new(routeValues: JsValue | null, value: JsValue | null): CreatedAtRouteResult;
|
|
1175
|
+
new(routeName: string | null, routeValues: JsValue | null, value: JsValue | null): CreatedAtRouteResult;
|
|
1175
1176
|
};
|
|
1176
1177
|
|
|
1177
1178
|
|
|
@@ -1189,16 +1190,16 @@ export interface CreatedResult$instance extends ObjectResult$instance {
|
|
|
1189
1190
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
1190
1191
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
1191
1192
|
|
|
1192
|
-
get Location(): string |
|
|
1193
|
-
set Location(value: string |
|
|
1193
|
+
get Location(): string | null;
|
|
1194
|
+
set Location(value: string | null);
|
|
1194
1195
|
OnFormatting(context: ActionContext): void;
|
|
1195
1196
|
}
|
|
1196
1197
|
|
|
1197
1198
|
|
|
1198
1199
|
export const CreatedResult: {
|
|
1199
1200
|
new(): CreatedResult;
|
|
1200
|
-
new(location: string, value:
|
|
1201
|
-
new(location: Uri, value:
|
|
1201
|
+
new(location: string | null, value: JsValue | null): CreatedResult;
|
|
1202
|
+
new(location: Uri | null, value: JsValue | null): CreatedResult;
|
|
1202
1203
|
};
|
|
1203
1204
|
|
|
1204
1205
|
|
|
@@ -1289,8 +1290,8 @@ export interface FileResult$instance extends ActionResult$instance, IActionResul
|
|
|
1289
1290
|
|
|
1290
1291
|
readonly ContentType: string;
|
|
1291
1292
|
EnableRangeProcessing: boolean;
|
|
1292
|
-
get EntityTag(): EntityTagHeaderValue |
|
|
1293
|
-
set EntityTag(value: EntityTagHeaderValue |
|
|
1293
|
+
get EntityTag(): EntityTagHeaderValue | null;
|
|
1294
|
+
set EntityTag(value: EntityTagHeaderValue | null);
|
|
1294
1295
|
FileDownloadName: string;
|
|
1295
1296
|
get LastModified(): Nullable_1<DateTimeOffset>;
|
|
1296
1297
|
set LastModified(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
@@ -1337,8 +1338,8 @@ export interface ForbidResult$instance extends ActionResult$instance {
|
|
|
1337
1338
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
1338
1339
|
|
|
1339
1340
|
AuthenticationSchemes: IList_1<System_Internal.String>;
|
|
1340
|
-
get Properties(): AuthenticationProperties |
|
|
1341
|
-
set Properties(value: AuthenticationProperties |
|
|
1341
|
+
get Properties(): AuthenticationProperties | null;
|
|
1342
|
+
set Properties(value: AuthenticationProperties | null);
|
|
1342
1343
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
1343
1344
|
}
|
|
1344
1345
|
|
|
@@ -1347,9 +1348,9 @@ export const ForbidResult: {
|
|
|
1347
1348
|
new(): ForbidResult;
|
|
1348
1349
|
new(authenticationScheme: string): ForbidResult;
|
|
1349
1350
|
new(authenticationSchemes: IList_1<System_Internal.String>): ForbidResult;
|
|
1350
|
-
new(properties: AuthenticationProperties): ForbidResult;
|
|
1351
|
-
new(authenticationScheme: string, properties: AuthenticationProperties): ForbidResult;
|
|
1352
|
-
new(authenticationSchemes: IList_1<System_Internal.String>, properties: AuthenticationProperties): ForbidResult;
|
|
1351
|
+
new(properties: AuthenticationProperties | null): ForbidResult;
|
|
1352
|
+
new(authenticationScheme: string, properties: AuthenticationProperties | null): ForbidResult;
|
|
1353
|
+
new(authenticationSchemes: IList_1<System_Internal.String>, properties: AuthenticationProperties | null): ForbidResult;
|
|
1353
1354
|
};
|
|
1354
1355
|
|
|
1355
1356
|
|
|
@@ -1416,8 +1417,8 @@ export interface FromFormAttribute$instance extends Attribute, Microsoft_AspNetC
|
|
|
1416
1417
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
|
|
1417
1418
|
|
|
1418
1419
|
readonly BindingSource: BindingSource;
|
|
1419
|
-
get Name(): string |
|
|
1420
|
-
set Name(value: string |
|
|
1420
|
+
get Name(): string | null;
|
|
1421
|
+
set Name(value: string | null);
|
|
1421
1422
|
}
|
|
1422
1423
|
|
|
1423
1424
|
|
|
@@ -1443,8 +1444,8 @@ export interface FromHeaderAttribute$instance extends Attribute, Microsoft_AspNe
|
|
|
1443
1444
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
|
|
1444
1445
|
|
|
1445
1446
|
readonly BindingSource: BindingSource;
|
|
1446
|
-
get Name(): string |
|
|
1447
|
-
set Name(value: string |
|
|
1447
|
+
get Name(): string | null;
|
|
1448
|
+
set Name(value: string | null);
|
|
1448
1449
|
}
|
|
1449
1450
|
|
|
1450
1451
|
|
|
@@ -1470,8 +1471,8 @@ export interface FromQueryAttribute$instance extends Attribute, Microsoft_AspNet
|
|
|
1470
1471
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
|
|
1471
1472
|
|
|
1472
1473
|
readonly BindingSource: BindingSource;
|
|
1473
|
-
get Name(): string |
|
|
1474
|
-
set Name(value: string |
|
|
1474
|
+
get Name(): string | null;
|
|
1475
|
+
set Name(value: string | null);
|
|
1475
1476
|
}
|
|
1476
1477
|
|
|
1477
1478
|
|
|
@@ -1497,8 +1498,8 @@ export interface FromRouteAttribute$instance extends Attribute, Microsoft_AspNet
|
|
|
1497
1498
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
|
|
1498
1499
|
|
|
1499
1500
|
readonly BindingSource: BindingSource;
|
|
1500
|
-
get Name(): string |
|
|
1501
|
-
set Name(value: string |
|
|
1501
|
+
get Name(): string | null;
|
|
1502
|
+
set Name(value: string | null);
|
|
1502
1503
|
}
|
|
1503
1504
|
|
|
1504
1505
|
|
|
@@ -1757,21 +1758,21 @@ export interface JsonResult$instance extends ActionResult$instance {
|
|
|
1757
1758
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
1758
1759
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
1759
1760
|
|
|
1760
|
-
get ContentType(): string |
|
|
1761
|
-
set ContentType(value: string |
|
|
1762
|
-
get SerializerSettings():
|
|
1763
|
-
set SerializerSettings(value:
|
|
1761
|
+
get ContentType(): string | null;
|
|
1762
|
+
set ContentType(value: string | null);
|
|
1763
|
+
get SerializerSettings(): JsValue | null;
|
|
1764
|
+
set SerializerSettings(value: JsValue | null);
|
|
1764
1765
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
1765
1766
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
1766
|
-
get Value():
|
|
1767
|
-
set Value(value:
|
|
1767
|
+
get Value(): JsValue | null;
|
|
1768
|
+
set Value(value: JsValue | null);
|
|
1768
1769
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
1769
1770
|
}
|
|
1770
1771
|
|
|
1771
1772
|
|
|
1772
1773
|
export const JsonResult: {
|
|
1773
|
-
new(value:
|
|
1774
|
-
new(value:
|
|
1774
|
+
new(value: JsValue | null): JsonResult;
|
|
1775
|
+
new(value: JsValue | null, serializerSettings: JsValue | null): JsonResult;
|
|
1775
1776
|
};
|
|
1776
1777
|
|
|
1777
1778
|
|
|
@@ -1791,8 +1792,8 @@ export interface LocalRedirectResult$instance extends ActionResult$instance {
|
|
|
1791
1792
|
Permanent: boolean;
|
|
1792
1793
|
PreserveMethod: boolean;
|
|
1793
1794
|
Url: string;
|
|
1794
|
-
get UrlHelper(): IUrlHelper |
|
|
1795
|
-
set UrlHelper(value: IUrlHelper |
|
|
1795
|
+
get UrlHelper(): IUrlHelper | null;
|
|
1796
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
1796
1797
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
1797
1798
|
}
|
|
1798
1799
|
|
|
@@ -1868,11 +1869,11 @@ export interface ModelBinderAttribute$instance extends Attribute {
|
|
|
1868
1869
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBindingSourceMetadata: never;
|
|
1869
1870
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
|
|
1870
1871
|
|
|
1871
|
-
get BinderType(): Type |
|
|
1872
|
-
set BinderType(value: Type |
|
|
1872
|
+
get BinderType(): Type | null;
|
|
1873
|
+
set BinderType(value: Type | null);
|
|
1873
1874
|
BindingSource: BindingSource;
|
|
1874
|
-
get Name(): string |
|
|
1875
|
-
set Name(value: string |
|
|
1875
|
+
get Name(): string | null;
|
|
1876
|
+
set Name(value: string | null);
|
|
1876
1877
|
}
|
|
1877
1878
|
|
|
1878
1879
|
|
|
@@ -2079,7 +2080,7 @@ export interface NotFoundObjectResult$instance extends ObjectResult$instance {
|
|
|
2079
2080
|
|
|
2080
2081
|
|
|
2081
2082
|
export const NotFoundObjectResult: {
|
|
2082
|
-
new(value:
|
|
2083
|
+
new(value: JsValue | null): NotFoundObjectResult;
|
|
2083
2084
|
};
|
|
2084
2085
|
|
|
2085
2086
|
|
|
@@ -2121,20 +2122,20 @@ export interface ObjectResult$instance extends ActionResult$instance {
|
|
|
2121
2122
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
2122
2123
|
|
|
2123
2124
|
ContentTypes: MediaTypeCollection;
|
|
2124
|
-
get DeclaredType(): Type |
|
|
2125
|
-
set DeclaredType(value: Type |
|
|
2125
|
+
get DeclaredType(): Type | null;
|
|
2126
|
+
set DeclaredType(value: Type | null);
|
|
2126
2127
|
Formatters: FormatterCollection_1<IOutputFormatter>;
|
|
2127
2128
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
2128
2129
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
2129
|
-
get Value():
|
|
2130
|
-
set Value(value:
|
|
2130
|
+
get Value(): JsValue | null;
|
|
2131
|
+
set Value(value: JsValue | null);
|
|
2131
2132
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
2132
2133
|
OnFormatting(context: ActionContext): void;
|
|
2133
2134
|
}
|
|
2134
2135
|
|
|
2135
2136
|
|
|
2136
2137
|
export const ObjectResult: {
|
|
2137
|
-
new(value:
|
|
2138
|
+
new(value: JsValue | null): ObjectResult;
|
|
2138
2139
|
};
|
|
2139
2140
|
|
|
2140
2141
|
|
|
@@ -2156,7 +2157,7 @@ export interface OkObjectResult$instance extends ObjectResult$instance {
|
|
|
2156
2157
|
|
|
2157
2158
|
|
|
2158
2159
|
export const OkObjectResult: {
|
|
2159
|
-
new(value:
|
|
2160
|
+
new(value: JsValue | null): OkObjectResult;
|
|
2160
2161
|
};
|
|
2161
2162
|
|
|
2162
2163
|
|
|
@@ -2196,10 +2197,10 @@ export interface PageRemoteAttribute$instance extends RemoteAttributeBase$instan
|
|
|
2196
2197
|
|
|
2197
2198
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
|
|
2198
2199
|
|
|
2199
|
-
get PageHandler(): string |
|
|
2200
|
-
set PageHandler(value: string |
|
|
2201
|
-
get PageName(): string |
|
|
2202
|
-
set PageName(value: string |
|
|
2200
|
+
get PageHandler(): string | null;
|
|
2201
|
+
set PageHandler(value: string | null);
|
|
2202
|
+
get PageName(): string | null;
|
|
2203
|
+
set PageName(value: string | null);
|
|
2203
2204
|
GetUrl(context: ClientModelValidationContext): string;
|
|
2204
2205
|
}
|
|
2205
2206
|
|
|
@@ -2222,17 +2223,17 @@ export interface PartialViewResult$instance extends ActionResult$instance {
|
|
|
2222
2223
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
2223
2224
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
2224
2225
|
|
|
2225
|
-
get ContentType(): string |
|
|
2226
|
-
set ContentType(value: string |
|
|
2227
|
-
readonly Model:
|
|
2226
|
+
get ContentType(): string | null;
|
|
2227
|
+
set ContentType(value: string | null);
|
|
2228
|
+
readonly Model: JsValue | null;
|
|
2228
2229
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
2229
2230
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
2230
2231
|
TempData: ITempDataDictionary;
|
|
2231
2232
|
ViewData: ViewDataDictionary;
|
|
2232
|
-
get ViewEngine(): IViewEngine |
|
|
2233
|
-
set ViewEngine(value: IViewEngine |
|
|
2234
|
-
get ViewName(): string |
|
|
2235
|
-
set ViewName(value: string |
|
|
2233
|
+
get ViewEngine(): IViewEngine | null;
|
|
2234
|
+
set ViewEngine(value: IViewEngine | null);
|
|
2235
|
+
get ViewName(): string | null;
|
|
2236
|
+
set ViewName(value: string | null);
|
|
2236
2237
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
2237
2238
|
}
|
|
2238
2239
|
|
|
@@ -2276,17 +2277,17 @@ export type PhysicalFileResult = PhysicalFileResult$instance & __PhysicalFileRes
|
|
|
2276
2277
|
export interface ProblemDetails$instance {
|
|
2277
2278
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProblemDetails: never;
|
|
2278
2279
|
|
|
2279
|
-
get Detail(): string |
|
|
2280
|
-
set Detail(value: string |
|
|
2281
|
-
Extensions: IDictionary_2<System_Internal.String,
|
|
2282
|
-
get Instance(): string |
|
|
2283
|
-
set Instance(value: string |
|
|
2280
|
+
get Detail(): string | null;
|
|
2281
|
+
set Detail(value: string | null);
|
|
2282
|
+
Extensions: IDictionary_2<System_Internal.String, JsValue | null>;
|
|
2283
|
+
get Instance(): string | null;
|
|
2284
|
+
set Instance(value: string | null);
|
|
2284
2285
|
get Status(): Nullable_1<System_Internal.Int32>;
|
|
2285
2286
|
set Status(value: Nullable_1<System_Internal.Int32> | int);
|
|
2286
|
-
get Title(): string |
|
|
2287
|
-
set Title(value: string |
|
|
2288
|
-
get Type(): string |
|
|
2289
|
-
set Type(value: string |
|
|
2287
|
+
get Title(): string | null;
|
|
2288
|
+
set Title(value: string | null);
|
|
2289
|
+
get Type(): string | null;
|
|
2290
|
+
set Type(value: string | null);
|
|
2290
2291
|
}
|
|
2291
2292
|
|
|
2292
2293
|
|
|
@@ -2306,8 +2307,8 @@ export interface ProducesAttribute$instance extends Attribute, IFilterMetadata,
|
|
|
2306
2307
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IResultFilter: never;
|
|
2307
2308
|
|
|
2308
2309
|
ContentTypes: MediaTypeCollection;
|
|
2309
|
-
get Description(): string |
|
|
2310
|
-
set Description(value: string |
|
|
2310
|
+
get Description(): string | null;
|
|
2311
|
+
set Description(value: string | null);
|
|
2311
2312
|
Order: int;
|
|
2312
2313
|
readonly StatusCode: int;
|
|
2313
2314
|
Type: Type;
|
|
@@ -2364,8 +2365,8 @@ export interface ProducesDefaultResponseTypeAttribute$instance extends Attribute
|
|
|
2364
2365
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
|
|
2365
2366
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
2366
2367
|
|
|
2367
|
-
get Description(): string |
|
|
2368
|
-
set Description(value: string |
|
|
2368
|
+
get Description(): string | null;
|
|
2369
|
+
set Description(value: string | null);
|
|
2369
2370
|
readonly StatusCode: int;
|
|
2370
2371
|
readonly Type: Type;
|
|
2371
2372
|
}
|
|
@@ -2404,8 +2405,8 @@ export interface ProducesResponseTypeAttribute$instance extends Attribute, IFilt
|
|
|
2404
2405
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
|
|
2405
2406
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
2406
2407
|
|
|
2407
|
-
get Description(): string |
|
|
2408
|
-
set Description(value: string |
|
|
2408
|
+
get Description(): string | null;
|
|
2409
|
+
set Description(value: string | null);
|
|
2409
2410
|
StatusCode: int;
|
|
2410
2411
|
Type: Type;
|
|
2411
2412
|
}
|
|
@@ -2456,8 +2457,8 @@ export interface RedirectResult$instance extends ActionResult$instance, IKeepTem
|
|
|
2456
2457
|
Permanent: boolean;
|
|
2457
2458
|
PreserveMethod: boolean;
|
|
2458
2459
|
Url: string;
|
|
2459
|
-
get UrlHelper(): IUrlHelper |
|
|
2460
|
-
set UrlHelper(value: IUrlHelper |
|
|
2460
|
+
get UrlHelper(): IUrlHelper | null;
|
|
2461
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
2461
2462
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
2462
2463
|
}
|
|
2463
2464
|
|
|
@@ -2482,29 +2483,29 @@ export interface RedirectToActionResult$instance extends ActionResult$instance,
|
|
|
2482
2483
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
2483
2484
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IKeepTempDataResult: never;
|
|
2484
2485
|
|
|
2485
|
-
get ActionName(): string |
|
|
2486
|
-
set ActionName(value: string |
|
|
2487
|
-
get ControllerName(): string |
|
|
2488
|
-
set ControllerName(value: string |
|
|
2489
|
-
get Fragment(): string |
|
|
2490
|
-
set Fragment(value: string |
|
|
2486
|
+
get ActionName(): string | null;
|
|
2487
|
+
set ActionName(value: string | null);
|
|
2488
|
+
get ControllerName(): string | null;
|
|
2489
|
+
set ControllerName(value: string | null);
|
|
2490
|
+
get Fragment(): string | null;
|
|
2491
|
+
set Fragment(value: string | null);
|
|
2491
2492
|
Permanent: boolean;
|
|
2492
2493
|
PreserveMethod: boolean;
|
|
2493
|
-
get RouteValues(): RouteValueDictionary |
|
|
2494
|
-
set RouteValues(value: RouteValueDictionary |
|
|
2495
|
-
get UrlHelper(): IUrlHelper |
|
|
2496
|
-
set UrlHelper(value: IUrlHelper |
|
|
2494
|
+
get RouteValues(): RouteValueDictionary | null;
|
|
2495
|
+
set RouteValues(value: RouteValueDictionary | null);
|
|
2496
|
+
get UrlHelper(): IUrlHelper | null;
|
|
2497
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
2497
2498
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
2498
2499
|
}
|
|
2499
2500
|
|
|
2500
2501
|
|
|
2501
2502
|
export const RedirectToActionResult: {
|
|
2502
|
-
new(actionName: string, controllerName: string, routeValues:
|
|
2503
|
-
new(actionName: string, controllerName: string, routeValues:
|
|
2504
|
-
new(actionName: string, controllerName: string, routeValues:
|
|
2505
|
-
new(actionName: string, controllerName: string, routeValues:
|
|
2506
|
-
new(actionName: string, controllerName: string, routeValues:
|
|
2507
|
-
new(actionName: string, controllerName: string, routeValues:
|
|
2503
|
+
new(actionName: string | null, controllerName: string | null, routeValues: JsValue | null): RedirectToActionResult;
|
|
2504
|
+
new(actionName: string | null, controllerName: string | null, routeValues: JsValue | null, fragment: string | null): RedirectToActionResult;
|
|
2505
|
+
new(actionName: string | null, controllerName: string | null, routeValues: JsValue | null, permanent: boolean): RedirectToActionResult;
|
|
2506
|
+
new(actionName: string | null, controllerName: string | null, routeValues: JsValue | null, permanent: boolean, preserveMethod: boolean): RedirectToActionResult;
|
|
2507
|
+
new(actionName: string | null, controllerName: string | null, routeValues: JsValue | null, permanent: boolean, fragment: string | null): RedirectToActionResult;
|
|
2508
|
+
new(actionName: string | null, controllerName: string | null, routeValues: JsValue | null, permanent: boolean, preserveMethod: boolean, fragment: string | null): RedirectToActionResult;
|
|
2508
2509
|
};
|
|
2509
2510
|
|
|
2510
2511
|
|
|
@@ -2521,36 +2522,36 @@ export interface RedirectToPageResult$instance extends ActionResult$instance, IK
|
|
|
2521
2522
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
2522
2523
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IKeepTempDataResult: never;
|
|
2523
2524
|
|
|
2524
|
-
get Fragment(): string |
|
|
2525
|
-
set Fragment(value: string |
|
|
2526
|
-
get Host(): string |
|
|
2527
|
-
set Host(value: string |
|
|
2528
|
-
get PageHandler(): string |
|
|
2529
|
-
set PageHandler(value: string |
|
|
2530
|
-
get PageName(): string |
|
|
2531
|
-
set PageName(value: string |
|
|
2525
|
+
get Fragment(): string | null;
|
|
2526
|
+
set Fragment(value: string | null);
|
|
2527
|
+
get Host(): string | null;
|
|
2528
|
+
set Host(value: string | null);
|
|
2529
|
+
get PageHandler(): string | null;
|
|
2530
|
+
set PageHandler(value: string | null);
|
|
2531
|
+
get PageName(): string | null;
|
|
2532
|
+
set PageName(value: string | null);
|
|
2532
2533
|
Permanent: boolean;
|
|
2533
2534
|
PreserveMethod: boolean;
|
|
2534
|
-
get Protocol(): string |
|
|
2535
|
-
set Protocol(value: string |
|
|
2536
|
-
get RouteValues(): RouteValueDictionary |
|
|
2537
|
-
set RouteValues(value: RouteValueDictionary |
|
|
2538
|
-
get UrlHelper(): IUrlHelper |
|
|
2539
|
-
set UrlHelper(value: IUrlHelper |
|
|
2535
|
+
get Protocol(): string | null;
|
|
2536
|
+
set Protocol(value: string | null);
|
|
2537
|
+
get RouteValues(): RouteValueDictionary | null;
|
|
2538
|
+
set RouteValues(value: RouteValueDictionary | null);
|
|
2539
|
+
get UrlHelper(): IUrlHelper | null;
|
|
2540
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
2540
2541
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
2541
2542
|
}
|
|
2542
2543
|
|
|
2543
2544
|
|
|
2544
2545
|
export const RedirectToPageResult: {
|
|
2545
|
-
new(pageName: string): RedirectToPageResult;
|
|
2546
|
-
new(pageName: string, pageHandler: string): RedirectToPageResult;
|
|
2547
|
-
new(pageName: string, routeValues:
|
|
2548
|
-
new(pageName: string, pageHandler: string, routeValues:
|
|
2549
|
-
new(pageName: string, pageHandler: string, routeValues:
|
|
2550
|
-
new(pageName: string, pageHandler: string, routeValues:
|
|
2551
|
-
new(pageName: string, pageHandler: string, routeValues:
|
|
2552
|
-
new(pageName: string, pageHandler: string, routeValues:
|
|
2553
|
-
new(pageName: string, pageHandler: string, routeValues:
|
|
2546
|
+
new(pageName: string | null): RedirectToPageResult;
|
|
2547
|
+
new(pageName: string | null, pageHandler: string | null): RedirectToPageResult;
|
|
2548
|
+
new(pageName: string | null, routeValues: JsValue | null): RedirectToPageResult;
|
|
2549
|
+
new(pageName: string | null, pageHandler: string | null, routeValues: JsValue | null): RedirectToPageResult;
|
|
2550
|
+
new(pageName: string | null, pageHandler: string | null, routeValues: JsValue | null, permanent: boolean): RedirectToPageResult;
|
|
2551
|
+
new(pageName: string | null, pageHandler: string | null, routeValues: JsValue | null, permanent: boolean, preserveMethod: boolean): RedirectToPageResult;
|
|
2552
|
+
new(pageName: string | null, pageHandler: string | null, routeValues: JsValue | null, fragment: string | null): RedirectToPageResult;
|
|
2553
|
+
new(pageName: string | null, pageHandler: string | null, routeValues: JsValue | null, permanent: boolean, fragment: string | null): RedirectToPageResult;
|
|
2554
|
+
new(pageName: string | null, pageHandler: string | null, routeValues: JsValue | null, permanent: boolean, preserveMethod: boolean, fragment: string | null): RedirectToPageResult;
|
|
2554
2555
|
};
|
|
2555
2556
|
|
|
2556
2557
|
|
|
@@ -2567,28 +2568,28 @@ export interface RedirectToRouteResult$instance extends ActionResult$instance, I
|
|
|
2567
2568
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
2568
2569
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IKeepTempDataResult: never;
|
|
2569
2570
|
|
|
2570
|
-
get Fragment(): string |
|
|
2571
|
-
set Fragment(value: string |
|
|
2571
|
+
get Fragment(): string | null;
|
|
2572
|
+
set Fragment(value: string | null);
|
|
2572
2573
|
Permanent: boolean;
|
|
2573
2574
|
PreserveMethod: boolean;
|
|
2574
|
-
get RouteName(): string |
|
|
2575
|
-
set RouteName(value: string |
|
|
2576
|
-
get RouteValues(): RouteValueDictionary |
|
|
2577
|
-
set RouteValues(value: RouteValueDictionary |
|
|
2578
|
-
get UrlHelper(): IUrlHelper |
|
|
2579
|
-
set UrlHelper(value: IUrlHelper |
|
|
2575
|
+
get RouteName(): string | null;
|
|
2576
|
+
set RouteName(value: string | null);
|
|
2577
|
+
get RouteValues(): RouteValueDictionary | null;
|
|
2578
|
+
set RouteValues(value: RouteValueDictionary | null);
|
|
2579
|
+
get UrlHelper(): IUrlHelper | null;
|
|
2580
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
2580
2581
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
2581
2582
|
}
|
|
2582
2583
|
|
|
2583
2584
|
|
|
2584
2585
|
export const RedirectToRouteResult: {
|
|
2585
|
-
new(routeValues:
|
|
2586
|
-
new(routeName: string, routeValues:
|
|
2587
|
-
new(routeName: string, routeValues:
|
|
2588
|
-
new(routeName: string, routeValues:
|
|
2589
|
-
new(routeName: string, routeValues:
|
|
2590
|
-
new(routeName: string, routeValues:
|
|
2591
|
-
new(routeName: string, routeValues:
|
|
2586
|
+
new(routeValues: JsValue | null): RedirectToRouteResult;
|
|
2587
|
+
new(routeName: string | null, routeValues: JsValue | null): RedirectToRouteResult;
|
|
2588
|
+
new(routeName: string | null, routeValues: JsValue | null, permanent: boolean): RedirectToRouteResult;
|
|
2589
|
+
new(routeName: string | null, routeValues: JsValue | null, permanent: boolean, preserveMethod: boolean): RedirectToRouteResult;
|
|
2590
|
+
new(routeName: string | null, routeValues: JsValue | null, fragment: string | null): RedirectToRouteResult;
|
|
2591
|
+
new(routeName: string | null, routeValues: JsValue | null, permanent: boolean, fragment: string | null): RedirectToRouteResult;
|
|
2592
|
+
new(routeName: string | null, routeValues: JsValue | null, permanent: boolean, preserveMethod: boolean, fragment: string | null): RedirectToRouteResult;
|
|
2592
2593
|
};
|
|
2593
2594
|
|
|
2594
2595
|
|
|
@@ -2628,13 +2629,13 @@ export interface RemoteAttributeBase$instance extends ValidationAttribute, Micro
|
|
|
2628
2629
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
|
|
2629
2630
|
|
|
2630
2631
|
AdditionalFields: string;
|
|
2631
|
-
get HttpMethod(): string |
|
|
2632
|
-
set HttpMethod(value: string |
|
|
2632
|
+
get HttpMethod(): string | null;
|
|
2633
|
+
set HttpMethod(value: string | null);
|
|
2633
2634
|
AddValidation(context: ClientModelValidationContext): void;
|
|
2634
2635
|
FormatAdditionalFieldsForClientValidation(property: string): string;
|
|
2635
2636
|
FormatErrorMessage(name: string): string;
|
|
2636
2637
|
GetUrl(context: ClientModelValidationContext): string;
|
|
2637
|
-
IsValid(value:
|
|
2638
|
+
IsValid(value: JsValue | null): boolean;
|
|
2638
2639
|
}
|
|
2639
2640
|
|
|
2640
2641
|
|
|
@@ -2750,17 +2751,17 @@ export interface ResponseCacheAttribute$instance extends Attribute, IFilterMetad
|
|
|
2750
2751
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
2751
2752
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
|
|
2752
2753
|
|
|
2753
|
-
get CacheProfileName(): string |
|
|
2754
|
-
set CacheProfileName(value: string |
|
|
2754
|
+
get CacheProfileName(): string | null;
|
|
2755
|
+
set CacheProfileName(value: string | null);
|
|
2755
2756
|
Duration: int;
|
|
2756
2757
|
readonly IsReusable: boolean;
|
|
2757
2758
|
Location: ResponseCacheLocation;
|
|
2758
2759
|
NoStore: boolean;
|
|
2759
2760
|
Order: int;
|
|
2760
|
-
get VaryByHeader(): string |
|
|
2761
|
-
set VaryByHeader(value: string |
|
|
2762
|
-
get VaryByQueryKeys(): string[] |
|
|
2763
|
-
set VaryByQueryKeys(value: string[] |
|
|
2761
|
+
get VaryByHeader(): string | null;
|
|
2762
|
+
set VaryByHeader(value: string | null);
|
|
2763
|
+
get VaryByQueryKeys(): string[] | null;
|
|
2764
|
+
set VaryByQueryKeys(value: string[] | null);
|
|
2764
2765
|
CreateInstance(serviceProvider: IServiceProvider): IFilterMetadata;
|
|
2765
2766
|
GetCacheProfile(options: MvcOptions): CacheProfile;
|
|
2766
2767
|
}
|
|
@@ -2784,8 +2785,8 @@ export interface RouteAttribute$instance extends Attribute {
|
|
|
2784
2785
|
|
|
2785
2786
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteTemplateProvider: never;
|
|
2786
2787
|
|
|
2787
|
-
get Name(): string |
|
|
2788
|
-
set Name(value: string |
|
|
2788
|
+
get Name(): string | null;
|
|
2789
|
+
set Name(value: string | null);
|
|
2789
2790
|
Order: int;
|
|
2790
2791
|
readonly Template: string;
|
|
2791
2792
|
}
|
|
@@ -2803,7 +2804,7 @@ export interface __RouteAttribute$views {
|
|
|
2803
2804
|
export type RouteAttribute = RouteAttribute$instance & __RouteAttribute$views;
|
|
2804
2805
|
|
|
2805
2806
|
|
|
2806
|
-
export interface SerializableError$instance extends Dictionary_2<System_Internal.String,
|
|
2807
|
+
export interface SerializableError$instance extends Dictionary_2<System_Internal.String, JsValue> {
|
|
2807
2808
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_SerializableError: never;
|
|
2808
2809
|
|
|
2809
2810
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -2883,20 +2884,20 @@ export interface SignInResult$instance extends ActionResult$instance {
|
|
|
2883
2884
|
|
|
2884
2885
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
2885
2886
|
|
|
2886
|
-
get AuthenticationScheme(): string |
|
|
2887
|
-
set AuthenticationScheme(value: string |
|
|
2887
|
+
get AuthenticationScheme(): string | null;
|
|
2888
|
+
set AuthenticationScheme(value: string | null);
|
|
2888
2889
|
Principal: ClaimsPrincipal;
|
|
2889
|
-
get Properties(): AuthenticationProperties |
|
|
2890
|
-
set Properties(value: AuthenticationProperties |
|
|
2890
|
+
get Properties(): AuthenticationProperties | null;
|
|
2891
|
+
set Properties(value: AuthenticationProperties | null);
|
|
2891
2892
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
2892
2893
|
}
|
|
2893
2894
|
|
|
2894
2895
|
|
|
2895
2896
|
export const SignInResult: {
|
|
2896
2897
|
new(principal: ClaimsPrincipal): SignInResult;
|
|
2897
|
-
new(authenticationScheme: string, principal: ClaimsPrincipal): SignInResult;
|
|
2898
|
-
new(principal: ClaimsPrincipal, properties: AuthenticationProperties): SignInResult;
|
|
2899
|
-
new(authenticationScheme: string, principal: ClaimsPrincipal, properties: AuthenticationProperties): SignInResult;
|
|
2898
|
+
new(authenticationScheme: string | null, principal: ClaimsPrincipal): SignInResult;
|
|
2899
|
+
new(principal: ClaimsPrincipal, properties: AuthenticationProperties | null): SignInResult;
|
|
2900
|
+
new(authenticationScheme: string | null, principal: ClaimsPrincipal, properties: AuthenticationProperties | null): SignInResult;
|
|
2900
2901
|
};
|
|
2901
2902
|
|
|
2902
2903
|
|
|
@@ -2914,8 +2915,8 @@ export interface SignOutResult$instance extends ActionResult$instance, Microsoft
|
|
|
2914
2915
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
2915
2916
|
|
|
2916
2917
|
AuthenticationSchemes: IList_1<System_Internal.String>;
|
|
2917
|
-
get Properties(): AuthenticationProperties |
|
|
2918
|
-
set Properties(value: AuthenticationProperties |
|
|
2918
|
+
get Properties(): AuthenticationProperties | null;
|
|
2919
|
+
set Properties(value: AuthenticationProperties | null);
|
|
2919
2920
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
2920
2921
|
}
|
|
2921
2922
|
|
|
@@ -2925,8 +2926,8 @@ export const SignOutResult: {
|
|
|
2925
2926
|
new(properties: AuthenticationProperties): SignOutResult;
|
|
2926
2927
|
new(authenticationScheme: string): SignOutResult;
|
|
2927
2928
|
new(authenticationSchemes: IList_1<System_Internal.String>): SignOutResult;
|
|
2928
|
-
new(authenticationScheme: string, properties: AuthenticationProperties): SignOutResult;
|
|
2929
|
-
new(authenticationSchemes: IList_1<System_Internal.String>, properties: AuthenticationProperties): SignOutResult;
|
|
2929
|
+
new(authenticationScheme: string, properties: AuthenticationProperties | null): SignOutResult;
|
|
2930
|
+
new(authenticationSchemes: IList_1<System_Internal.String>, properties: AuthenticationProperties | null): SignOutResult;
|
|
2930
2931
|
};
|
|
2931
2932
|
|
|
2932
2933
|
|
|
@@ -2990,8 +2991,8 @@ export type StatusCodeResult = StatusCodeResult$instance & __StatusCodeResult$vi
|
|
|
2990
2991
|
export interface TempDataAttribute$instance extends Attribute {
|
|
2991
2992
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_TempDataAttribute: never;
|
|
2992
2993
|
|
|
2993
|
-
get Key(): string |
|
|
2994
|
-
set Key(value: string |
|
|
2994
|
+
get Key(): string | null;
|
|
2995
|
+
set Key(value: string | null);
|
|
2995
2996
|
}
|
|
2996
2997
|
|
|
2997
2998
|
|
|
@@ -3009,8 +3010,8 @@ export interface TypeFilterAttribute$instance extends Attribute, IFilterMetadata
|
|
|
3009
3010
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
3010
3011
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
|
|
3011
3012
|
|
|
3012
|
-
get Arguments():
|
|
3013
|
-
set Arguments(value:
|
|
3013
|
+
get Arguments(): JsValue[] | null;
|
|
3014
|
+
set Arguments(value: JsValue[] | null);
|
|
3014
3015
|
readonly ImplementationType: Type;
|
|
3015
3016
|
IsReusable: boolean;
|
|
3016
3017
|
Order: int;
|
|
@@ -3064,7 +3065,7 @@ export interface UnauthorizedObjectResult$instance extends ObjectResult$instance
|
|
|
3064
3065
|
|
|
3065
3066
|
|
|
3066
3067
|
export const UnauthorizedObjectResult: {
|
|
3067
|
-
new(value:
|
|
3068
|
+
new(value: JsValue | null): UnauthorizedObjectResult;
|
|
3068
3069
|
};
|
|
3069
3070
|
|
|
3070
3071
|
|
|
@@ -3110,7 +3111,7 @@ export interface UnprocessableEntityObjectResult$instance extends ObjectResult$i
|
|
|
3110
3111
|
|
|
3111
3112
|
export const UnprocessableEntityObjectResult: {
|
|
3112
3113
|
new(modelState: ModelStateDictionary): UnprocessableEntityObjectResult;
|
|
3113
|
-
new(error:
|
|
3114
|
+
new(error: JsValue | null): UnprocessableEntityObjectResult;
|
|
3114
3115
|
};
|
|
3115
3116
|
|
|
3116
3117
|
|
|
@@ -3221,16 +3222,16 @@ export interface ViewComponent$instance {
|
|
|
3221
3222
|
Url: IUrlHelper;
|
|
3222
3223
|
readonly User: IPrincipal;
|
|
3223
3224
|
readonly UserClaimsPrincipal: ClaimsPrincipal;
|
|
3224
|
-
readonly ViewBag:
|
|
3225
|
+
readonly ViewBag: JsValue;
|
|
3225
3226
|
ViewComponentContext: ViewComponentContext;
|
|
3226
3227
|
readonly ViewContext: ViewContext;
|
|
3227
3228
|
readonly ViewData: ViewDataDictionary;
|
|
3228
3229
|
ViewEngine: ICompositeViewEngine;
|
|
3229
3230
|
Content(content: string): ContentViewComponentResult;
|
|
3230
3231
|
View(): ViewViewComponentResult;
|
|
3231
|
-
View(viewName: string): ViewViewComponentResult;
|
|
3232
|
-
View<TModel>(model: TModel): ViewViewComponentResult;
|
|
3233
|
-
View<TModel>(viewName: string, model: TModel): ViewViewComponentResult;
|
|
3232
|
+
View(viewName: string | null): ViewViewComponentResult;
|
|
3233
|
+
View<TModel>(model: TModel | null): ViewViewComponentResult;
|
|
3234
|
+
View<TModel>(viewName: string | null, model: TModel | null): ViewViewComponentResult;
|
|
3234
3235
|
}
|
|
3235
3236
|
|
|
3236
3237
|
|
|
@@ -3260,18 +3261,18 @@ export interface ViewComponentResult$instance extends ActionResult$instance {
|
|
|
3260
3261
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
3261
3262
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
3262
3263
|
|
|
3263
|
-
get Arguments():
|
|
3264
|
-
set Arguments(value:
|
|
3265
|
-
get ContentType(): string |
|
|
3266
|
-
set ContentType(value: string |
|
|
3267
|
-
readonly Model:
|
|
3264
|
+
get Arguments(): JsValue | null;
|
|
3265
|
+
set Arguments(value: JsValue | null);
|
|
3266
|
+
get ContentType(): string | null;
|
|
3267
|
+
set ContentType(value: string | null);
|
|
3268
|
+
readonly Model: JsValue | null;
|
|
3268
3269
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
3269
3270
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
3270
3271
|
TempData: ITempDataDictionary;
|
|
3271
|
-
get ViewComponentName(): string |
|
|
3272
|
-
set ViewComponentName(value: string |
|
|
3273
|
-
get ViewComponentType(): Type |
|
|
3274
|
-
set ViewComponentType(value: Type |
|
|
3272
|
+
get ViewComponentName(): string | null;
|
|
3273
|
+
set ViewComponentName(value: string | null);
|
|
3274
|
+
get ViewComponentType(): Type | null;
|
|
3275
|
+
set ViewComponentType(value: Type | null);
|
|
3275
3276
|
ViewData: ViewDataDictionary;
|
|
3276
3277
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
3277
3278
|
}
|
|
@@ -3293,8 +3294,8 @@ export type ViewComponentResult = ViewComponentResult$instance & __ViewComponent
|
|
|
3293
3294
|
export interface ViewDataAttribute$instance extends Attribute {
|
|
3294
3295
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewDataAttribute: never;
|
|
3295
3296
|
|
|
3296
|
-
get Key(): string |
|
|
3297
|
-
set Key(value: string |
|
|
3297
|
+
get Key(): string | null;
|
|
3298
|
+
set Key(value: string | null);
|
|
3298
3299
|
}
|
|
3299
3300
|
|
|
3300
3301
|
|
|
@@ -3311,17 +3312,17 @@ export interface ViewResult$instance extends ActionResult$instance {
|
|
|
3311
3312
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
3312
3313
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
3313
3314
|
|
|
3314
|
-
get ContentType(): string |
|
|
3315
|
-
set ContentType(value: string |
|
|
3316
|
-
readonly Model:
|
|
3315
|
+
get ContentType(): string | null;
|
|
3316
|
+
set ContentType(value: string | null);
|
|
3317
|
+
readonly Model: JsValue | null;
|
|
3317
3318
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
3318
3319
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
3319
3320
|
TempData: ITempDataDictionary;
|
|
3320
3321
|
ViewData: ViewDataDictionary;
|
|
3321
|
-
get ViewEngine(): IViewEngine |
|
|
3322
|
-
set ViewEngine(value: IViewEngine |
|
|
3323
|
-
get ViewName(): string |
|
|
3324
|
-
set ViewName(value: string |
|
|
3322
|
+
get ViewEngine(): IViewEngine | null;
|
|
3323
|
+
set ViewEngine(value: IViewEngine | null);
|
|
3324
|
+
get ViewName(): string | null;
|
|
3325
|
+
set ViewName(value: string | null);
|
|
3325
3326
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
3326
3327
|
}
|
|
3327
3328
|
|
|
@@ -3345,8 +3346,8 @@ export interface VirtualFileResult$instance extends FileResult$instance {
|
|
|
3345
3346
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
3346
3347
|
|
|
3347
3348
|
FileName: string;
|
|
3348
|
-
get FileProvider(): IFileProvider |
|
|
3349
|
-
set FileProvider(value: IFileProvider |
|
|
3349
|
+
get FileProvider(): IFileProvider | null;
|
|
3350
|
+
set FileProvider(value: IFileProvider | null);
|
|
3350
3351
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
3351
3352
|
}
|
|
3352
3353
|
|
|
@@ -3365,43 +3366,43 @@ export type VirtualFileResult = VirtualFileResult$instance & __VirtualFileResult
|
|
|
3365
3366
|
|
|
3366
3367
|
|
|
3367
3368
|
export abstract class DefaultApiConventions$instance {
|
|
3368
|
-
static Create(model:
|
|
3369
|
-
static Delete(id:
|
|
3370
|
-
static Edit(id:
|
|
3371
|
-
static Find(id:
|
|
3372
|
-
static Get(id:
|
|
3373
|
-
static Post(model:
|
|
3374
|
-
static Put(id:
|
|
3375
|
-
static Update(id:
|
|
3369
|
+
static Create(model: JsValue): void;
|
|
3370
|
+
static Delete(id: JsValue): void;
|
|
3371
|
+
static Edit(id: JsValue, model: JsValue): void;
|
|
3372
|
+
static Find(id: JsValue): void;
|
|
3373
|
+
static Get(id: JsValue): void;
|
|
3374
|
+
static Post(model: JsValue): void;
|
|
3375
|
+
static Put(id: JsValue, model: JsValue): void;
|
|
3376
|
+
static Update(id: JsValue, model: JsValue): void;
|
|
3376
3377
|
}
|
|
3377
3378
|
|
|
3378
3379
|
|
|
3379
3380
|
export type DefaultApiConventions = DefaultApiConventions$instance;
|
|
3380
3381
|
|
|
3381
3382
|
export abstract class UrlHelperExtensions$instance {
|
|
3382
|
-
static Action(helper: IUrlHelper, action: string, values:
|
|
3383
|
-
static Action(helper: IUrlHelper, action: string, controller: string, values:
|
|
3384
|
-
static Action(helper: IUrlHelper, action: string, controller: string, values:
|
|
3385
|
-
static Action(helper: IUrlHelper, action: string, controller: string, values:
|
|
3386
|
-
static Action(helper: IUrlHelper, action: string, controller: string, values:
|
|
3387
|
-
static Action(helper: IUrlHelper, action: string, controller: string): string |
|
|
3388
|
-
static Action(helper: IUrlHelper, action: string): string |
|
|
3389
|
-
static Action(helper: IUrlHelper): string |
|
|
3390
|
-
static ActionLink(helper: IUrlHelper, action?: string, controller?: string, values?:
|
|
3391
|
-
static Page(urlHelper: IUrlHelper, pageName: string, values:
|
|
3392
|
-
static Page(urlHelper: IUrlHelper, pageName: string, pageHandler: string, values:
|
|
3393
|
-
static Page(urlHelper: IUrlHelper, pageName: string, pageHandler: string, values:
|
|
3394
|
-
static Page(urlHelper: IUrlHelper, pageName: string, pageHandler: string, values:
|
|
3395
|
-
static Page(urlHelper: IUrlHelper, pageName: string, pageHandler: string, values:
|
|
3396
|
-
static Page(urlHelper: IUrlHelper, pageName: string, pageHandler: string): string |
|
|
3397
|
-
static Page(urlHelper: IUrlHelper, pageName: string): string |
|
|
3398
|
-
static PageLink(urlHelper: IUrlHelper, pageName?: string, pageHandler?: string, values?:
|
|
3399
|
-
static RouteUrl(helper: IUrlHelper, values:
|
|
3400
|
-
static RouteUrl(helper: IUrlHelper, routeName: string, values:
|
|
3401
|
-
static RouteUrl(helper: IUrlHelper, routeName: string, values:
|
|
3402
|
-
static RouteUrl(helper: IUrlHelper, routeName: string, values:
|
|
3403
|
-
static RouteUrl(helper: IUrlHelper, routeName: string, values:
|
|
3404
|
-
static RouteUrl(helper: IUrlHelper, routeName: string): string |
|
|
3383
|
+
static Action(helper: IUrlHelper, action: string | null, values: JsValue | null): string | null;
|
|
3384
|
+
static Action(helper: IUrlHelper, action: string | null, controller: string | null, values: JsValue | null, protocol: string | null, host: string | null, fragment: string | null): string | null;
|
|
3385
|
+
static Action(helper: IUrlHelper, action: string | null, controller: string | null, values: JsValue | null, protocol: string | null, host: string | null): string | null;
|
|
3386
|
+
static Action(helper: IUrlHelper, action: string | null, controller: string | null, values: JsValue | null, protocol: string | null): string | null;
|
|
3387
|
+
static Action(helper: IUrlHelper, action: string | null, controller: string | null, values: JsValue | null): string | null;
|
|
3388
|
+
static Action(helper: IUrlHelper, action: string | null, controller: string | null): string | null;
|
|
3389
|
+
static Action(helper: IUrlHelper, action: string | null): string | null;
|
|
3390
|
+
static Action(helper: IUrlHelper): string | null;
|
|
3391
|
+
static ActionLink(helper: IUrlHelper, action?: string | null, controller?: string | null, values?: JsValue | null, protocol?: string | null, host?: string | null, fragment?: string | null): string | null;
|
|
3392
|
+
static Page(urlHelper: IUrlHelper, pageName: string | null, values: JsValue | null): string | null;
|
|
3393
|
+
static Page(urlHelper: IUrlHelper, pageName: string | null, pageHandler: string | null, values: JsValue | null, protocol: string | null, host: string | null, fragment: string | null): string | null;
|
|
3394
|
+
static Page(urlHelper: IUrlHelper, pageName: string | null, pageHandler: string | null, values: JsValue | null, protocol: string | null, host: string | null): string | null;
|
|
3395
|
+
static Page(urlHelper: IUrlHelper, pageName: string | null, pageHandler: string | null, values: JsValue | null, protocol: string | null): string | null;
|
|
3396
|
+
static Page(urlHelper: IUrlHelper, pageName: string | null, pageHandler: string | null, values: JsValue | null): string | null;
|
|
3397
|
+
static Page(urlHelper: IUrlHelper, pageName: string | null, pageHandler: string | null): string | null;
|
|
3398
|
+
static Page(urlHelper: IUrlHelper, pageName: string | null): string | null;
|
|
3399
|
+
static PageLink(urlHelper: IUrlHelper, pageName?: string | null, pageHandler?: string | null, values?: JsValue | null, protocol?: string | null, host?: string | null, fragment?: string | null): string | null;
|
|
3400
|
+
static RouteUrl(helper: IUrlHelper, values: JsValue | null): string | null;
|
|
3401
|
+
static RouteUrl(helper: IUrlHelper, routeName: string | null, values: JsValue | null, protocol: string | null, host: string | null, fragment: string | null): string | null;
|
|
3402
|
+
static RouteUrl(helper: IUrlHelper, routeName: string | null, values: JsValue | null, protocol: string | null, host: string | null): string | null;
|
|
3403
|
+
static RouteUrl(helper: IUrlHelper, routeName: string | null, values: JsValue | null, protocol: string | null): string | null;
|
|
3404
|
+
static RouteUrl(helper: IUrlHelper, routeName: string | null, values: JsValue | null): string | null;
|
|
3405
|
+
static RouteUrl(helper: IUrlHelper, routeName: string | null): string | null;
|
|
3405
3406
|
}
|
|
3406
3407
|
|
|
3407
3408
|
|