@tsonic/aspnetcore 10.0.5 → 10.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +183 -113
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +52 -34
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +42 -28
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +25 -11
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +97 -75
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +33 -31
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +183 -139
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +287 -189
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +29 -17
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +131 -105
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -9
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +35 -13
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +26 -22
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +75 -37
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -15
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +77 -49
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +20 -20
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +39 -29
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +24 -20
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +16 -16
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +39 -27
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +21 -19
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +9 -5
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +19 -15
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +34 -32
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +43 -21
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +57 -47
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +278 -204
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +32 -16
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +18 -16
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +97 -89
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +173 -171
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +28 -26
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +16 -8
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +21 -11
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +572 -456
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +41 -27
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +377 -205
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +54 -30
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +147 -125
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +45 -25
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +32 -24
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +26 -18
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +172 -68
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +76 -44
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +121 -89
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +44 -36
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +92 -66
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +211 -135
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +126 -104
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +71 -43
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +70 -56
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +24 -18
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +60 -42
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +49 -37
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +107 -95
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +35 -25
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +88 -72
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +27 -23
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +58 -48
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +189 -145
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +36 -26
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +20 -12
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +24 -10
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +59 -31
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +41 -29
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +18 -12
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +187 -131
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +79 -79
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +41 -25
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +38 -20
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +27 -13
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +32 -18
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +8 -4
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +48 -36
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +14 -8
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +24 -18
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +24 -22
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +139 -91
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +59 -25
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +19 -11
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +103 -73
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +125 -123
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
- package/Microsoft.JSInterop/internal/index.d.ts +65 -53
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +28 -26
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +8 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +88 -60
- package/System.Formats.Cbor/internal/index.d.ts +27 -21
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +59 -29
- package/__internal/extensions/index.d.ts +1648 -1351
- package/package.json +4 -4
|
@@ -17,16 +17,16 @@ import type { AttributeDictionary, FormContext, HtmlHelperOptions, ITempDataDict
|
|
|
17
17
|
import * as Microsoft_AspNetCore_Mvc_Internal from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
|
|
18
18
|
import type { ActionContext, IViewComponentHelper } from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
|
|
19
19
|
import type { RouteData } from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
20
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
21
|
-
import type {
|
|
22
|
-
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
23
|
-
import type { IEnumerable } from "@tsonic/dotnet/System.Collections.js";
|
|
24
|
-
import type { TextWriter } from "@tsonic/dotnet/System.IO.js";
|
|
25
|
-
import
|
|
26
|
-
import type {
|
|
27
|
-
import type {
|
|
28
|
-
import
|
|
29
|
-
import type {
|
|
20
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
21
|
+
import type { IDictionary_2, IEnumerable_1, IEnumerator_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
22
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
23
|
+
import type { IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
24
|
+
import type { TextWriter } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
25
|
+
import type { Expression_1 } from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
|
|
26
|
+
import type { HtmlEncoder, UrlEncoder } from "@tsonic/dotnet/System.Text.Encodings.Web/internal/index.js";
|
|
27
|
+
import type { Task, Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
28
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
29
|
+
import type { Boolean as ClrBoolean, Enum, Func_2, IComparable, IConvertible, IDisposable, IFormattable, Int32, ISpanFormattable, Nullable_1, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
30
30
|
|
|
31
31
|
export enum CheckBoxHiddenInputRenderMode {
|
|
32
32
|
None = 0,
|
|
@@ -91,22 +91,22 @@ export interface IHtmlHelper$instance {
|
|
|
91
91
|
readonly UrlEncoder: UrlEncoder;
|
|
92
92
|
ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
93
93
|
AntiForgeryToken(): IHtmlContent;
|
|
94
|
-
BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery:
|
|
95
|
-
BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery:
|
|
96
|
-
CheckBox(expression: string, isChecked:
|
|
94
|
+
BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
|
|
95
|
+
BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
|
|
96
|
+
CheckBox(expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
|
|
97
97
|
Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
|
|
98
98
|
DisplayName(expression: string): string;
|
|
99
|
-
DropDownList(expression: string, selectList:
|
|
99
|
+
DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
|
|
100
100
|
Encode(value: unknown): string;
|
|
101
101
|
EndForm(): void;
|
|
102
102
|
FormatValue(value: unknown, format: string): string;
|
|
103
|
-
GetEnumSelectList<TEnum extends unknown>():
|
|
104
|
-
GetEnumSelectList(enumType: Type):
|
|
103
|
+
GetEnumSelectList<TEnum extends unknown>(): IEnumerable_1<SelectListItem>;
|
|
104
|
+
GetEnumSelectList(enumType: Type): IEnumerable_1<SelectListItem>;
|
|
105
105
|
Hidden(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
106
106
|
Label(expression: string, labelText: string, htmlAttributes: unknown): IHtmlContent;
|
|
107
|
-
ListBox(expression: string, selectList:
|
|
108
|
-
PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary):
|
|
109
|
-
RadioButton(expression: string, value: unknown, isChecked:
|
|
107
|
+
ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
|
|
108
|
+
PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
|
|
109
|
+
RadioButton(expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
|
|
110
110
|
Raw(value: unknown): IHtmlContent;
|
|
111
111
|
Raw(value: string): IHtmlContent;
|
|
112
112
|
RenderPartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task;
|
|
@@ -134,42 +134,42 @@ export interface IHtmlHelper_1$instance<TModel> extends IHtmlHelper {
|
|
|
134
134
|
readonly UrlEncoder: UrlEncoder;
|
|
135
135
|
ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
136
136
|
AntiForgeryToken(): IHtmlContent;
|
|
137
|
-
BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery:
|
|
138
|
-
BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery:
|
|
139
|
-
CheckBox(expression: string, isChecked:
|
|
140
|
-
CheckBoxFor(expression:
|
|
137
|
+
BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
|
|
138
|
+
BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
|
|
139
|
+
CheckBox(expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
|
|
140
|
+
CheckBoxFor(expression: Expression_1<Func_2<TModel, System_Internal.Boolean>>, htmlAttributes: unknown): IHtmlContent;
|
|
141
141
|
Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
|
|
142
|
-
DisplayFor<TResult>(expression:
|
|
143
|
-
DisplayNameFor<TResult>(expression:
|
|
144
|
-
DropDownList(expression: string, selectList:
|
|
145
|
-
DropDownListFor<TResult>(expression:
|
|
142
|
+
DisplayFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
|
|
143
|
+
DisplayNameFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
|
|
144
|
+
DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
|
|
145
|
+
DropDownListFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
|
|
146
146
|
Encode(value: unknown): string;
|
|
147
147
|
Encode(value: string): string;
|
|
148
148
|
EndForm(): void;
|
|
149
149
|
FormatValue(value: unknown, format: string): string;
|
|
150
|
-
GetEnumSelectList<TEnum extends unknown>():
|
|
151
|
-
GetEnumSelectList(enumType: Type):
|
|
152
|
-
GetEnumSelectList<TEnum>():
|
|
150
|
+
GetEnumSelectList<TEnum extends unknown>(): IEnumerable_1<SelectListItem>;
|
|
151
|
+
GetEnumSelectList(enumType: Type): IEnumerable_1<SelectListItem>;
|
|
152
|
+
GetEnumSelectList<TEnum>(): IEnumerable_1<SelectListItem>;
|
|
153
153
|
Hidden(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
154
154
|
Label(expression: string, labelText: string, htmlAttributes: unknown): IHtmlContent;
|
|
155
|
-
LabelFor<TResult>(expression:
|
|
156
|
-
ListBox(expression: string, selectList:
|
|
157
|
-
ListBoxFor<TResult>(expression:
|
|
158
|
-
PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary):
|
|
159
|
-
RadioButton(expression: string, value: unknown, isChecked:
|
|
160
|
-
RadioButtonFor<TResult>(expression:
|
|
155
|
+
LabelFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, labelText: string, htmlAttributes: unknown): IHtmlContent;
|
|
156
|
+
ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
|
|
157
|
+
ListBoxFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
|
|
158
|
+
PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
|
|
159
|
+
RadioButton(expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
|
|
160
|
+
RadioButtonFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, value: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
161
161
|
Raw(value: unknown): IHtmlContent;
|
|
162
162
|
Raw(value: string): IHtmlContent;
|
|
163
163
|
RenderPartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task;
|
|
164
164
|
RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
165
165
|
TextArea(expression: string, value: string, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
|
|
166
|
-
TextAreaFor<TResult>(expression:
|
|
166
|
+
TextAreaFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
|
|
167
167
|
TextBox(expression: string, value: unknown, format: string, htmlAttributes: unknown): IHtmlContent;
|
|
168
168
|
ValidationMessage(expression: string, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
|
|
169
|
-
ValidationMessageFor<TResult>(expression:
|
|
169
|
+
ValidationMessageFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
|
|
170
170
|
ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
|
|
171
171
|
Value(expression: string, format: string): string;
|
|
172
|
-
ValueFor<TResult>(expression:
|
|
172
|
+
ValueFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, format: string): string;
|
|
173
173
|
DisplayName(expression: string): string;
|
|
174
174
|
}
|
|
175
175
|
|
|
@@ -186,6 +186,8 @@ export interface IJsonHelper$instance {
|
|
|
186
186
|
export type IJsonHelper = IJsonHelper$instance;
|
|
187
187
|
|
|
188
188
|
export interface MultiSelectList$instance {
|
|
189
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Rendering_MultiSelectList: never;
|
|
190
|
+
|
|
189
191
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
190
192
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
191
193
|
|
|
@@ -194,7 +196,7 @@ export interface MultiSelectList$instance {
|
|
|
194
196
|
readonly DataValueField: string;
|
|
195
197
|
readonly Items: IEnumerable;
|
|
196
198
|
readonly SelectedValues: IEnumerable;
|
|
197
|
-
GetEnumerator():
|
|
199
|
+
GetEnumerator(): IEnumerator_1<SelectListItem>;
|
|
198
200
|
}
|
|
199
201
|
|
|
200
202
|
|
|
@@ -210,6 +212,8 @@ export const MultiSelectList: {
|
|
|
210
212
|
export type MultiSelectList = MultiSelectList$instance;
|
|
211
213
|
|
|
212
214
|
export interface MvcForm$instance {
|
|
215
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Rendering_MvcForm: never;
|
|
216
|
+
|
|
213
217
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
214
218
|
|
|
215
219
|
Dispose(): void;
|
|
@@ -226,6 +230,8 @@ export const MvcForm: {
|
|
|
226
230
|
export type MvcForm = MvcForm$instance;
|
|
227
231
|
|
|
228
232
|
export interface SelectList$instance extends MultiSelectList {
|
|
233
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Rendering_SelectList: never;
|
|
234
|
+
|
|
229
235
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
230
236
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
231
237
|
|
|
@@ -245,6 +251,8 @@ export const SelectList: {
|
|
|
245
251
|
export type SelectList = SelectList$instance;
|
|
246
252
|
|
|
247
253
|
export interface SelectListGroup$instance {
|
|
254
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Rendering_SelectListGroup: never;
|
|
255
|
+
|
|
248
256
|
Disabled: boolean;
|
|
249
257
|
Name: string;
|
|
250
258
|
}
|
|
@@ -258,6 +266,8 @@ export const SelectListGroup: {
|
|
|
258
266
|
export type SelectListGroup = SelectListGroup$instance;
|
|
259
267
|
|
|
260
268
|
export interface SelectListItem$instance {
|
|
269
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Rendering_SelectListItem: never;
|
|
270
|
+
|
|
261
271
|
Disabled: boolean;
|
|
262
272
|
Group: SelectListGroup;
|
|
263
273
|
Selected: boolean;
|
|
@@ -276,7 +286,9 @@ export const SelectListItem: {
|
|
|
276
286
|
|
|
277
287
|
export type SelectListItem = SelectListItem$instance;
|
|
278
288
|
|
|
279
|
-
export interface TagBuilder$instance {
|
|
289
|
+
export interface TagBuilder$instance extends Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance {
|
|
290
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Rendering_TagBuilder: never;
|
|
291
|
+
|
|
280
292
|
readonly __tsonic_iface_Microsoft_AspNetCore_Html_IHtmlContent: never;
|
|
281
293
|
|
|
282
294
|
readonly Attributes: AttributeDictionary;
|
|
@@ -288,8 +300,8 @@ export interface TagBuilder$instance {
|
|
|
288
300
|
GenerateId(name: string, invalidCharReplacement: string): void;
|
|
289
301
|
MergeAttribute(key: string, value: string): void;
|
|
290
302
|
MergeAttribute(key: string, value: string, replaceExisting: boolean): void;
|
|
291
|
-
MergeAttributes<TKey, TValue>(attributes:
|
|
292
|
-
MergeAttributes<TKey, TValue>(attributes:
|
|
303
|
+
MergeAttributes<TKey, TValue>(attributes: IDictionary_2<TKey, TValue>): void;
|
|
304
|
+
MergeAttributes<TKey, TValue>(attributes: IDictionary_2<TKey, TValue>, replaceExisting: boolean): void;
|
|
293
305
|
RenderBody(): IHtmlContent | undefined;
|
|
294
306
|
RenderEndTag(): IHtmlContent;
|
|
295
307
|
RenderSelfClosingTag(): IHtmlContent;
|
|
@@ -309,12 +321,12 @@ export interface __TagBuilder$views {
|
|
|
309
321
|
As_IHtmlContent(): Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance;
|
|
310
322
|
}
|
|
311
323
|
|
|
312
|
-
export interface TagBuilder$instance extends Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance {}
|
|
313
|
-
|
|
314
324
|
export type TagBuilder = TagBuilder$instance & __TagBuilder$views;
|
|
315
325
|
|
|
316
326
|
|
|
317
327
|
export interface ViewContext$instance extends ActionContext {
|
|
328
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Rendering_ViewContext: never;
|
|
329
|
+
|
|
318
330
|
CheckBoxHiddenInputRenderMode: CheckBoxHiddenInputRenderMode;
|
|
319
331
|
ClientValidationEnabled: boolean;
|
|
320
332
|
get ExecutingFilePath(): string | undefined;
|
|
@@ -342,9 +354,9 @@ export const ViewContext: {
|
|
|
342
354
|
export type ViewContext = ViewContext$instance;
|
|
343
355
|
|
|
344
356
|
export abstract class HtmlHelperComponentExtensions$instance {
|
|
345
|
-
static RenderComponentAsync<TComponent extends IComponent>(htmlHelper: IHtmlHelper, renderMode: RenderMode, parameters: unknown):
|
|
346
|
-
static RenderComponentAsync<TComponent extends IComponent>(htmlHelper: IHtmlHelper, renderMode: RenderMode):
|
|
347
|
-
static RenderComponentAsync(htmlHelper: IHtmlHelper, componentType: Type, renderMode: RenderMode, parameters: unknown):
|
|
357
|
+
static RenderComponentAsync<TComponent extends IComponent>(htmlHelper: IHtmlHelper, renderMode: RenderMode, parameters: unknown): Task_1<IHtmlContent>;
|
|
358
|
+
static RenderComponentAsync<TComponent extends IComponent>(htmlHelper: IHtmlHelper, renderMode: RenderMode): Task_1<IHtmlContent>;
|
|
359
|
+
static RenderComponentAsync(htmlHelper: IHtmlHelper, componentType: Type, renderMode: RenderMode, parameters: unknown): Task_1<IHtmlContent>;
|
|
348
360
|
}
|
|
349
361
|
|
|
350
362
|
|
|
@@ -356,11 +368,11 @@ export abstract class HtmlHelperDisplayExtensions$instance {
|
|
|
356
368
|
static Display(htmlHelper: IHtmlHelper, expression: string, templateName: string, htmlFieldName: string): IHtmlContent;
|
|
357
369
|
static Display(htmlHelper: IHtmlHelper, expression: string, templateName: string): IHtmlContent;
|
|
358
370
|
static Display(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
359
|
-
static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
360
|
-
static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
361
|
-
static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
362
|
-
static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
363
|
-
static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
371
|
+
static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, additionalViewData: unknown): IHtmlContent;
|
|
372
|
+
static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, additionalViewData: unknown): IHtmlContent;
|
|
373
|
+
static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): IHtmlContent;
|
|
374
|
+
static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string): IHtmlContent;
|
|
375
|
+
static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
364
376
|
static DisplayForModel(htmlHelper: IHtmlHelper, additionalViewData: unknown): IHtmlContent;
|
|
365
377
|
static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string, additionalViewData: unknown): IHtmlContent;
|
|
366
378
|
static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
|
|
@@ -373,7 +385,7 @@ export abstract class HtmlHelperDisplayExtensions$instance {
|
|
|
373
385
|
export type HtmlHelperDisplayExtensions = HtmlHelperDisplayExtensions$instance;
|
|
374
386
|
|
|
375
387
|
export abstract class HtmlHelperDisplayNameExtensions$instance {
|
|
376
|
-
static DisplayNameFor<TModelItem, TResult>(htmlHelper: IHtmlHelper_1<
|
|
388
|
+
static DisplayNameFor<TModelItem, TResult>(htmlHelper: IHtmlHelper_1<IEnumerable_1<TModelItem>>, expression: Expression_1<Func_2<TModelItem, TResult>>): string;
|
|
377
389
|
static DisplayNameForModel(htmlHelper: IHtmlHelper): string;
|
|
378
390
|
}
|
|
379
391
|
|
|
@@ -386,11 +398,11 @@ export abstract class HtmlHelperEditorExtensions$instance {
|
|
|
386
398
|
static Editor(htmlHelper: IHtmlHelper, expression: string, templateName: string, htmlFieldName: string): IHtmlContent;
|
|
387
399
|
static Editor(htmlHelper: IHtmlHelper, expression: string, templateName: string): IHtmlContent;
|
|
388
400
|
static Editor(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
389
|
-
static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
390
|
-
static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
391
|
-
static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
392
|
-
static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
393
|
-
static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
401
|
+
static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, additionalViewData: unknown): IHtmlContent;
|
|
402
|
+
static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, additionalViewData: unknown): IHtmlContent;
|
|
403
|
+
static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): IHtmlContent;
|
|
404
|
+
static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string): IHtmlContent;
|
|
405
|
+
static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
394
406
|
static EditorForModel(htmlHelper: IHtmlHelper, additionalViewData: unknown): IHtmlContent;
|
|
395
407
|
static EditorForModel(htmlHelper: IHtmlHelper, templateName: string, additionalViewData: unknown): IHtmlContent;
|
|
396
408
|
static EditorForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
|
|
@@ -403,10 +415,10 @@ export abstract class HtmlHelperEditorExtensions$instance {
|
|
|
403
415
|
export type HtmlHelperEditorExtensions = HtmlHelperEditorExtensions$instance;
|
|
404
416
|
|
|
405
417
|
export abstract class HtmlHelperFormExtensions$instance {
|
|
406
|
-
static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod, antiforgery:
|
|
418
|
+
static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
|
|
407
419
|
static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod, htmlAttributes: unknown): MvcForm;
|
|
408
420
|
static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod): MvcForm;
|
|
409
|
-
static BeginForm(htmlHelper: IHtmlHelper, antiforgery:
|
|
421
|
+
static BeginForm(htmlHelper: IHtmlHelper, antiforgery: Nullable_1<System_Internal.Boolean>): MvcForm;
|
|
410
422
|
static BeginForm(htmlHelper: IHtmlHelper, routeValues: unknown): MvcForm;
|
|
411
423
|
static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, method: FormMethod, htmlAttributes: unknown): MvcForm;
|
|
412
424
|
static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, method: FormMethod): MvcForm;
|
|
@@ -414,11 +426,11 @@ export abstract class HtmlHelperFormExtensions$instance {
|
|
|
414
426
|
static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, routeValues: unknown): MvcForm;
|
|
415
427
|
static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string): MvcForm;
|
|
416
428
|
static BeginForm(htmlHelper: IHtmlHelper): MvcForm;
|
|
417
|
-
static BeginRouteForm(htmlHelper: IHtmlHelper, routeValues: unknown, antiforgery:
|
|
429
|
+
static BeginRouteForm(htmlHelper: IHtmlHelper, routeValues: unknown, antiforgery: Nullable_1<System_Internal.Boolean>): MvcForm;
|
|
418
430
|
static BeginRouteForm(htmlHelper: IHtmlHelper, routeValues: unknown): MvcForm;
|
|
419
431
|
static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, method: FormMethod, htmlAttributes: unknown): MvcForm;
|
|
420
432
|
static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, method: FormMethod): MvcForm;
|
|
421
|
-
static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, antiforgery:
|
|
433
|
+
static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, antiforgery: Nullable_1<System_Internal.Boolean>): MvcForm;
|
|
422
434
|
static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, routeValues: unknown, method: FormMethod): MvcForm;
|
|
423
435
|
static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, routeValues: unknown): MvcForm;
|
|
424
436
|
static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string): MvcForm;
|
|
@@ -431,30 +443,30 @@ export abstract class HtmlHelperInputExtensions$instance {
|
|
|
431
443
|
static CheckBox(htmlHelper: IHtmlHelper, expression: string, isChecked: boolean): IHtmlContent;
|
|
432
444
|
static CheckBox(htmlHelper: IHtmlHelper, expression: string, htmlAttributes: unknown): IHtmlContent;
|
|
433
445
|
static CheckBox(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
434
|
-
static CheckBoxFor<TModel>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
446
|
+
static CheckBoxFor<TModel>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, System_Internal.Boolean>>): IHtmlContent;
|
|
435
447
|
static Hidden(htmlHelper: IHtmlHelper, expression: string, value: unknown): IHtmlContent;
|
|
436
448
|
static Hidden(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
437
|
-
static HiddenFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
449
|
+
static HiddenFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
438
450
|
static Password(htmlHelper: IHtmlHelper, expression: string, value: unknown): IHtmlContent;
|
|
439
451
|
static Password(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
440
|
-
static PasswordFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
452
|
+
static PasswordFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
441
453
|
static RadioButton(htmlHelper: IHtmlHelper, expression: string, value: unknown, isChecked: boolean): IHtmlContent;
|
|
442
454
|
static RadioButton(htmlHelper: IHtmlHelper, expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
443
455
|
static RadioButton(htmlHelper: IHtmlHelper, expression: string, value: unknown): IHtmlContent;
|
|
444
|
-
static RadioButtonFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
456
|
+
static RadioButtonFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, value: unknown): IHtmlContent;
|
|
445
457
|
static TextArea(htmlHelper: IHtmlHelper, expression: string, htmlAttributes: unknown): IHtmlContent;
|
|
446
458
|
static TextArea(htmlHelper: IHtmlHelper, expression: string, value: string, htmlAttributes: unknown): IHtmlContent;
|
|
447
459
|
static TextArea(htmlHelper: IHtmlHelper, expression: string, value: string): IHtmlContent;
|
|
448
460
|
static TextArea(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
449
|
-
static TextAreaFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
450
|
-
static TextAreaFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
461
|
+
static TextAreaFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
|
|
462
|
+
static TextAreaFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
451
463
|
static TextBox(htmlHelper: IHtmlHelper, expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
452
464
|
static TextBox(htmlHelper: IHtmlHelper, expression: string, value: unknown, format: string): IHtmlContent;
|
|
453
465
|
static TextBox(htmlHelper: IHtmlHelper, expression: string, value: unknown): IHtmlContent;
|
|
454
466
|
static TextBox(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
455
|
-
static TextBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
456
|
-
static TextBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
457
|
-
static TextBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
467
|
+
static TextBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
|
|
468
|
+
static TextBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, format: string): IHtmlContent;
|
|
469
|
+
static TextBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
458
470
|
}
|
|
459
471
|
|
|
460
472
|
|
|
@@ -463,9 +475,9 @@ export type HtmlHelperInputExtensions = HtmlHelperInputExtensions$instance;
|
|
|
463
475
|
export abstract class HtmlHelperLabelExtensions$instance {
|
|
464
476
|
static Label(htmlHelper: IHtmlHelper, expression: string, labelText: string): IHtmlContent;
|
|
465
477
|
static Label(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
466
|
-
static LabelFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
467
|
-
static LabelFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
468
|
-
static LabelFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
478
|
+
static LabelFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
|
|
479
|
+
static LabelFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, labelText: string): IHtmlContent;
|
|
480
|
+
static LabelFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
469
481
|
static LabelForModel(htmlHelper: IHtmlHelper, htmlAttributes: unknown): IHtmlContent;
|
|
470
482
|
static LabelForModel(htmlHelper: IHtmlHelper, labelText: string, htmlAttributes: unknown): IHtmlContent;
|
|
471
483
|
static LabelForModel(htmlHelper: IHtmlHelper, labelText: string): IHtmlContent;
|
|
@@ -505,9 +517,9 @@ export abstract class HtmlHelperPartialExtensions$instance {
|
|
|
505
517
|
static Partial(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown, viewData: ViewDataDictionary): IHtmlContent;
|
|
506
518
|
static Partial(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown): IHtmlContent;
|
|
507
519
|
static Partial(htmlHelper: IHtmlHelper, partialViewName: string): IHtmlContent;
|
|
508
|
-
static PartialAsync(htmlHelper: IHtmlHelper, partialViewName: string, viewData: ViewDataDictionary):
|
|
509
|
-
static PartialAsync(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown):
|
|
510
|
-
static PartialAsync(htmlHelper: IHtmlHelper, partialViewName: string):
|
|
520
|
+
static PartialAsync(htmlHelper: IHtmlHelper, partialViewName: string, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
|
|
521
|
+
static PartialAsync(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown): Task_1<IHtmlContent>;
|
|
522
|
+
static PartialAsync(htmlHelper: IHtmlHelper, partialViewName: string): Task_1<IHtmlContent>;
|
|
511
523
|
static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string, viewData: ViewDataDictionary): void;
|
|
512
524
|
static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown, viewData: ViewDataDictionary): void;
|
|
513
525
|
static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown): void;
|
|
@@ -521,17 +533,17 @@ export abstract class HtmlHelperPartialExtensions$instance {
|
|
|
521
533
|
export type HtmlHelperPartialExtensions = HtmlHelperPartialExtensions$instance;
|
|
522
534
|
|
|
523
535
|
export abstract class HtmlHelperSelectExtensions$instance {
|
|
524
|
-
static DropDownList(htmlHelper: IHtmlHelper, expression: string, selectList:
|
|
525
|
-
static DropDownList(htmlHelper: IHtmlHelper, expression: string, selectList:
|
|
526
|
-
static DropDownList(htmlHelper: IHtmlHelper, expression: string, selectList:
|
|
536
|
+
static DropDownList(htmlHelper: IHtmlHelper, expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
|
|
537
|
+
static DropDownList(htmlHelper: IHtmlHelper, expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string): IHtmlContent;
|
|
538
|
+
static DropDownList(htmlHelper: IHtmlHelper, expression: string, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
|
|
527
539
|
static DropDownList(htmlHelper: IHtmlHelper, expression: string, optionLabel: string): IHtmlContent;
|
|
528
540
|
static DropDownList(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
529
|
-
static DropDownListFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
530
|
-
static DropDownListFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
531
|
-
static DropDownListFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
532
|
-
static ListBox(htmlHelper: IHtmlHelper, expression: string, selectList:
|
|
541
|
+
static DropDownListFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
|
|
542
|
+
static DropDownListFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, optionLabel: string): IHtmlContent;
|
|
543
|
+
static DropDownListFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
|
|
544
|
+
static ListBox(htmlHelper: IHtmlHelper, expression: string, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
|
|
533
545
|
static ListBox(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
534
|
-
static ListBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
546
|
+
static ListBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
|
|
535
547
|
}
|
|
536
548
|
|
|
537
549
|
|
|
@@ -543,10 +555,10 @@ export abstract class HtmlHelperValidationExtensions$instance {
|
|
|
543
555
|
static ValidationMessage(htmlHelper: IHtmlHelper, expression: string, message: string, tag: string): IHtmlContent;
|
|
544
556
|
static ValidationMessage(htmlHelper: IHtmlHelper, expression: string, message: string): IHtmlContent;
|
|
545
557
|
static ValidationMessage(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
|
|
546
|
-
static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
547
|
-
static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
548
|
-
static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
549
|
-
static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
558
|
+
static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, message: string, htmlAttributes: unknown): IHtmlContent;
|
|
559
|
+
static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, message: string, tag: string): IHtmlContent;
|
|
560
|
+
static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, message: string): IHtmlContent;
|
|
561
|
+
static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
|
|
550
562
|
static ValidationSummary(htmlHelper: IHtmlHelper, excludePropertyErrors: boolean, message: string, htmlAttributes: unknown): IHtmlContent;
|
|
551
563
|
static ValidationSummary(htmlHelper: IHtmlHelper, excludePropertyErrors: boolean, message: string, tag: string): IHtmlContent;
|
|
552
564
|
static ValidationSummary(htmlHelper: IHtmlHelper, excludePropertyErrors: boolean, message: string): IHtmlContent;
|
|
@@ -563,7 +575,7 @@ export type HtmlHelperValidationExtensions = HtmlHelperValidationExtensions$inst
|
|
|
563
575
|
|
|
564
576
|
export abstract class HtmlHelperValueExtensions$instance {
|
|
565
577
|
static Value(htmlHelper: IHtmlHelper, expression: string): string;
|
|
566
|
-
static ValueFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression:
|
|
578
|
+
static ValueFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): string;
|
|
567
579
|
static ValueForModel(htmlHelper: IHtmlHelper, format: string): string;
|
|
568
580
|
static ValueForModel(htmlHelper: IHtmlHelper): string;
|
|
569
581
|
}
|
|
@@ -572,10 +584,10 @@ export abstract class HtmlHelperValueExtensions$instance {
|
|
|
572
584
|
export type HtmlHelperValueExtensions = HtmlHelperValueExtensions$instance;
|
|
573
585
|
|
|
574
586
|
export abstract class ViewComponentHelperExtensions$instance {
|
|
575
|
-
static InvokeAsync<TComponent>(helper: IViewComponentHelper, arguments: unknown):
|
|
576
|
-
static InvokeAsync(helper: IViewComponentHelper, name: string):
|
|
577
|
-
static InvokeAsync(helper: IViewComponentHelper, componentType: Type):
|
|
578
|
-
static InvokeAsync<TComponent>(helper: IViewComponentHelper):
|
|
587
|
+
static InvokeAsync<TComponent>(helper: IViewComponentHelper, arguments: unknown): Task_1<IHtmlContent>;
|
|
588
|
+
static InvokeAsync(helper: IViewComponentHelper, name: string): Task_1<IHtmlContent>;
|
|
589
|
+
static InvokeAsync(helper: IViewComponentHelper, componentType: Type): Task_1<IHtmlContent>;
|
|
590
|
+
static InvokeAsync<TComponent>(helper: IViewComponentHelper): Task_1<IHtmlContent>;
|
|
579
591
|
}
|
|
580
592
|
|
|
581
593
|
|
|
@@ -12,15 +12,15 @@ import * as Microsoft_AspNetCore_Mvc_Internal from "../../Microsoft.AspNetCore.M
|
|
|
12
12
|
import type { ActionContext, IUrlHelper } from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
|
|
13
13
|
import * as Microsoft_AspNetCore_Routing_Internal from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
14
14
|
import type { IParameterPolicy, IRouteConstraint, IRouter, RouteDirection, RouteValueDictionary, VirtualPathData } from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
15
|
-
import type {
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import type {
|
|
15
|
+
import type { IEnumerable_1, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
16
|
+
import type { ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
17
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
18
|
+
import type { Attribute, Boolean as ClrBoolean, Int32, Nullable_1, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
19
19
|
|
|
20
20
|
export interface IActionHttpMethodProvider$instance {
|
|
21
21
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IActionHttpMethodProvider: never;
|
|
22
22
|
|
|
23
|
-
readonly HttpMethods:
|
|
23
|
+
readonly HttpMethods: IEnumerable_1<System_Internal.String>;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
|
|
@@ -30,7 +30,7 @@ export interface IRouteTemplateProvider$instance {
|
|
|
30
30
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteTemplateProvider: never;
|
|
31
31
|
|
|
32
32
|
readonly Template: string;
|
|
33
|
-
readonly Order:
|
|
33
|
+
readonly Order: Nullable_1<System_Internal.Int32>;
|
|
34
34
|
readonly Name: string | undefined;
|
|
35
35
|
}
|
|
36
36
|
|
|
@@ -57,6 +57,8 @@ export interface IUrlHelperFactory$instance {
|
|
|
57
57
|
export type IUrlHelperFactory = IUrlHelperFactory$instance;
|
|
58
58
|
|
|
59
59
|
export interface AttributeRouteInfo$instance {
|
|
60
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_AttributeRouteInfo: never;
|
|
61
|
+
|
|
60
62
|
get Name(): string | undefined;
|
|
61
63
|
set Name(value: string | undefined);
|
|
62
64
|
Order: int;
|
|
@@ -75,10 +77,12 @@ export const AttributeRouteInfo: {
|
|
|
75
77
|
export type AttributeRouteInfo = AttributeRouteInfo$instance;
|
|
76
78
|
|
|
77
79
|
export interface DynamicRouteValueTransformer$instance {
|
|
80
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_DynamicRouteValueTransformer: never;
|
|
81
|
+
|
|
78
82
|
get State(): unknown | undefined;
|
|
79
83
|
set State(value: unknown | undefined);
|
|
80
|
-
FilterAsync(httpContext: HttpContext, values: RouteValueDictionary, endpoints:
|
|
81
|
-
TransformAsync(httpContext: HttpContext, values: RouteValueDictionary):
|
|
84
|
+
FilterAsync(httpContext: HttpContext, values: RouteValueDictionary, endpoints: IReadOnlyList_1<Endpoint>): ValueTask_1<IReadOnlyList_1<Endpoint>>;
|
|
85
|
+
TransformAsync(httpContext: HttpContext, values: RouteValueDictionary): ValueTask_1<RouteValueDictionary>;
|
|
82
86
|
}
|
|
83
87
|
|
|
84
88
|
|
|
@@ -88,11 +92,13 @@ export const DynamicRouteValueTransformer: (abstract new() => DynamicRouteValueT
|
|
|
88
92
|
|
|
89
93
|
export type DynamicRouteValueTransformer = DynamicRouteValueTransformer$instance;
|
|
90
94
|
|
|
91
|
-
export interface HttpMethodAttribute$instance extends Attribute {
|
|
95
|
+
export interface HttpMethodAttribute$instance extends Attribute, IActionHttpMethodProvider$instance {
|
|
96
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_HttpMethodAttribute: never;
|
|
97
|
+
|
|
92
98
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IActionHttpMethodProvider: never;
|
|
93
99
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteTemplateProvider: never;
|
|
94
100
|
|
|
95
|
-
readonly HttpMethods:
|
|
101
|
+
readonly HttpMethods: IEnumerable_1<System_Internal.String>;
|
|
96
102
|
get Name(): string | undefined;
|
|
97
103
|
set Name(value: string | undefined);
|
|
98
104
|
Order: int;
|
|
@@ -100,7 +106,7 @@ export interface HttpMethodAttribute$instance extends Attribute {
|
|
|
100
106
|
}
|
|
101
107
|
|
|
102
108
|
|
|
103
|
-
export const HttpMethodAttribute: (abstract new(httpMethods:
|
|
109
|
+
export const HttpMethodAttribute: (abstract new(httpMethods: IEnumerable_1<System_Internal.String>) => HttpMethodAttribute) & (abstract new(httpMethods: IEnumerable_1<System_Internal.String>, template: string) => HttpMethodAttribute) & {
|
|
104
110
|
};
|
|
105
111
|
|
|
106
112
|
|
|
@@ -109,12 +115,12 @@ export interface __HttpMethodAttribute$views {
|
|
|
109
115
|
As_IRouteTemplateProvider(): IRouteTemplateProvider$instance;
|
|
110
116
|
}
|
|
111
117
|
|
|
112
|
-
export interface HttpMethodAttribute$instance extends IActionHttpMethodProvider$instance {}
|
|
113
|
-
|
|
114
118
|
export type HttpMethodAttribute = HttpMethodAttribute$instance & __HttpMethodAttribute$views;
|
|
115
119
|
|
|
116
120
|
|
|
117
|
-
export interface KnownRouteValueConstraint$instance extends IParameterPolicy {
|
|
121
|
+
export interface KnownRouteValueConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance {
|
|
122
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_KnownRouteValueConstraint: never;
|
|
123
|
+
|
|
118
124
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
119
125
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
120
126
|
|
|
@@ -131,12 +137,12 @@ export interface __KnownRouteValueConstraint$views {
|
|
|
131
137
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
132
138
|
}
|
|
133
139
|
|
|
134
|
-
export interface KnownRouteValueConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance {}
|
|
135
|
-
|
|
136
140
|
export type KnownRouteValueConstraint = KnownRouteValueConstraint$instance & __KnownRouteValueConstraint$views;
|
|
137
141
|
|
|
138
142
|
|
|
139
|
-
export interface RouteValueAttribute$instance extends Attribute {
|
|
143
|
+
export interface RouteValueAttribute$instance extends Attribute, IRouteValueProvider$instance {
|
|
144
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_RouteValueAttribute: never;
|
|
145
|
+
|
|
140
146
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteValueProvider: never;
|
|
141
147
|
|
|
142
148
|
readonly RouteKey: string;
|
|
@@ -152,12 +158,12 @@ export interface __RouteValueAttribute$views {
|
|
|
152
158
|
As_IRouteValueProvider(): IRouteValueProvider$instance;
|
|
153
159
|
}
|
|
154
160
|
|
|
155
|
-
export interface RouteValueAttribute$instance extends IRouteValueProvider$instance {}
|
|
156
|
-
|
|
157
161
|
export type RouteValueAttribute = RouteValueAttribute$instance & __RouteValueAttribute$views;
|
|
158
162
|
|
|
159
163
|
|
|
160
164
|
export interface UrlActionContext$instance {
|
|
165
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_UrlActionContext: never;
|
|
166
|
+
|
|
161
167
|
get Action(): string | undefined;
|
|
162
168
|
set Action(value: string | undefined);
|
|
163
169
|
get Controller(): string | undefined;
|
|
@@ -181,6 +187,8 @@ export const UrlActionContext: {
|
|
|
181
187
|
export type UrlActionContext = UrlActionContext$instance;
|
|
182
188
|
|
|
183
189
|
export interface UrlHelper$instance extends UrlHelperBase$instance {
|
|
190
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_UrlHelper: never;
|
|
191
|
+
|
|
184
192
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IUrlHelper: never;
|
|
185
193
|
|
|
186
194
|
Action(actionContext: UrlActionContext): string | undefined;
|
|
@@ -204,7 +212,9 @@ export interface __UrlHelper$views {
|
|
|
204
212
|
export type UrlHelper = UrlHelper$instance & __UrlHelper$views;
|
|
205
213
|
|
|
206
214
|
|
|
207
|
-
export interface UrlHelperBase$instance {
|
|
215
|
+
export interface UrlHelperBase$instance extends Microsoft_AspNetCore_Mvc_Internal.IUrlHelper$instance {
|
|
216
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_UrlHelperBase: never;
|
|
217
|
+
|
|
208
218
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IUrlHelper: never;
|
|
209
219
|
|
|
210
220
|
readonly ActionContext: ActionContext;
|
|
@@ -224,12 +234,12 @@ export interface __UrlHelperBase$views {
|
|
|
224
234
|
As_IUrlHelper(): Microsoft_AspNetCore_Mvc_Internal.IUrlHelper$instance;
|
|
225
235
|
}
|
|
226
236
|
|
|
227
|
-
export interface UrlHelperBase$instance extends Microsoft_AspNetCore_Mvc_Internal.IUrlHelper$instance {}
|
|
228
|
-
|
|
229
237
|
export type UrlHelperBase = UrlHelperBase$instance & __UrlHelperBase$views;
|
|
230
238
|
|
|
231
239
|
|
|
232
|
-
export interface UrlHelperFactory$instance {
|
|
240
|
+
export interface UrlHelperFactory$instance extends IUrlHelperFactory$instance {
|
|
241
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_UrlHelperFactory: never;
|
|
242
|
+
|
|
233
243
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IUrlHelperFactory: never;
|
|
234
244
|
|
|
235
245
|
GetUrlHelper(context: ActionContext): IUrlHelper;
|
|
@@ -245,12 +255,12 @@ export interface __UrlHelperFactory$views {
|
|
|
245
255
|
As_IUrlHelperFactory(): IUrlHelperFactory$instance;
|
|
246
256
|
}
|
|
247
257
|
|
|
248
|
-
export interface UrlHelperFactory$instance extends IUrlHelperFactory$instance {}
|
|
249
|
-
|
|
250
258
|
export type UrlHelperFactory = UrlHelperFactory$instance & __UrlHelperFactory$views;
|
|
251
259
|
|
|
252
260
|
|
|
253
261
|
export interface UrlRouteContext$instance {
|
|
262
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_UrlRouteContext: never;
|
|
263
|
+
|
|
254
264
|
get Fragment(): string | undefined;
|
|
255
265
|
set Fragment(value: string | undefined);
|
|
256
266
|
get Host(): string | undefined;
|