@tsonic/aspnetcore 10.0.2 → 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.
Files changed (172) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +6 -6
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +27 -9
  3. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +250 -112
  4. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
  5. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +64 -34
  6. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +47 -28
  7. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +28 -11
  8. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +137 -75
  9. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +53 -32
  10. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +21 -13
  11. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +221 -139
  12. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
  13. package/Microsoft.AspNetCore.Components/internal/index.d.ts +358 -187
  14. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +46 -17
  15. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
  16. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +15 -5
  17. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
  18. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +220 -89
  19. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +15 -9
  20. package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +3 -0
  21. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +10 -5
  22. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
  23. package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +3 -0
  24. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +44 -13
  25. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +16 -8
  26. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +55 -22
  27. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +15 -9
  28. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +33 -20
  29. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
  30. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
  31. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +105 -37
  32. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
  33. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
  34. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -1
  35. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +27 -15
  36. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +130 -49
  37. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +6 -4
  38. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +64 -20
  39. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
  40. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +19 -8
  41. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +55 -29
  42. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
  43. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +43 -20
  44. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +28 -16
  45. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +59 -27
  46. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +3 -0
  47. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +3 -1
  48. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +3 -1
  49. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +32 -19
  50. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +19 -5
  51. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +31 -15
  52. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +58 -32
  53. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +64 -21
  54. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
  55. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
  56. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +89 -47
  57. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +9 -5
  58. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +10 -6
  59. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +16 -4
  60. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +2 -0
  61. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +12 -8
  62. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
  63. package/Microsoft.AspNetCore.Html/internal/index.d.ts +31 -13
  64. package/Microsoft.AspNetCore.Http/internal/index.d.ts +408 -199
  65. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +34 -16
  66. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +4 -0
  67. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +21 -16
  68. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +208 -88
  69. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +10 -6
  70. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
  71. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +378 -171
  72. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
  73. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +74 -26
  74. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +18 -8
  75. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +23 -11
  76. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
  77. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
  78. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +725 -456
  79. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
  80. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +10 -6
  81. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +57 -27
  82. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +7 -3
  83. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +724 -205
  84. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +27 -13
  85. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +37 -13
  86. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +76 -30
  87. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +244 -125
  88. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +59 -25
  89. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +21 -10
  90. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +51 -24
  91. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -1
  92. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +12 -7
  93. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +43 -18
  94. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +431 -68
  95. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +140 -44
  96. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +192 -89
  97. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +77 -36
  98. package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +3 -0
  99. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +162 -66
  100. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +48 -25
  101. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +379 -133
  102. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +217 -128
  103. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +156 -102
  104. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +3 -0
  105. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +100 -43
  106. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +3 -0
  107. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +105 -56
  108. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +19 -9
  109. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
  110. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
  111. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +43 -18
  112. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +81 -42
  113. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +70 -37
  114. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +123 -95
  115. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +57 -25
  116. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +151 -72
  117. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +41 -23
  118. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +94 -48
  119. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +24 -11
  120. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +266 -144
  121. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +7 -3
  122. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
  123. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +44 -26
  124. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +22 -12
  125. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +28 -10
  126. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
  127. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +100 -31
  128. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +11 -5
  129. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +18 -10
  130. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +64 -29
  131. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +20 -12
  132. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +291 -131
  133. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +191 -79
  134. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
  135. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +61 -25
  136. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +40 -20
  137. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
  138. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +29 -13
  139. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +50 -18
  140. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +12 -4
  141. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +17 -11
  142. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
  143. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +56 -36
  144. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +17 -3
  145. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +20 -8
  146. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
  147. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
  148. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
  149. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +29 -18
  150. package/Microsoft.AspNetCore.Session/internal/index.d.ts +32 -22
  151. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +191 -91
  152. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +63 -25
  153. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +21 -11
  154. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
  155. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +38 -22
  156. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
  157. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
  158. package/Microsoft.AspNetCore.WebSockets.d.ts +3 -0
  159. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +119 -73
  160. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +135 -123
  161. package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
  162. package/Microsoft.Extensions.Hosting.d.ts +3 -0
  163. package/Microsoft.JSInterop/internal/index.d.ts +95 -52
  164. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +40 -26
  165. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +10 -2
  166. package/Microsoft.Net.Http.Headers/internal/index.d.ts +92 -60
  167. package/System.Formats.Cbor/internal/index.d.ts +29 -21
  168. package/System.Security.Claims/internal/index.d.ts +3 -3
  169. package/System.Security.Claims.d.ts +3 -0
  170. package/System.Threading.RateLimiting/internal/index.d.ts +84 -29
  171. package/__internal/extensions/index.d.ts +1776 -1190
  172. 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 { IDictionary, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator } from "@tsonic/dotnet/System.Collections.Generic.js";
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 * as System_Internal from "@tsonic/dotnet/System.js";
26
- import type { Boolean as ClrBoolean, Enum, Func, IComparable, IConvertible, IDisposable, IFormattable, Int32, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System.js";
27
- import type { Expression } from "@tsonic/dotnet/System.Linq.Expressions.js";
28
- import type { HtmlEncoder, UrlEncoder } from "@tsonic/dotnet/System.Text.Encodings.Web.js";
29
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
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,
@@ -79,6 +79,8 @@ export enum ValidationSummary {
79
79
 
80
80
 
81
81
  export interface IHtmlHelper$instance {
82
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper: never;
83
+
82
84
  Html5DateRenderingMode: Html5DateRenderingMode;
83
85
  readonly IdAttributeDotReplacement: string;
84
86
  readonly MetadataProvider: IModelMetadataProvider;
@@ -89,22 +91,22 @@ export interface IHtmlHelper$instance {
89
91
  readonly UrlEncoder: UrlEncoder;
90
92
  ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
91
93
  AntiForgeryToken(): IHtmlContent;
92
- BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
93
- BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
94
- CheckBox(expression: string, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
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;
95
97
  Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
96
98
  DisplayName(expression: string): string;
97
- DropDownList(expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
99
+ DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
98
100
  Encode(value: unknown): string;
99
101
  EndForm(): void;
100
102
  FormatValue(value: unknown, format: string): string;
101
- GetEnumSelectList<TEnum extends unknown>(): IEnumerable__System_Collections_Generic<SelectListItem>;
102
- GetEnumSelectList(enumType: Type): IEnumerable__System_Collections_Generic<SelectListItem>;
103
+ GetEnumSelectList<TEnum extends unknown>(): IEnumerable_1<SelectListItem>;
104
+ GetEnumSelectList(enumType: Type): IEnumerable_1<SelectListItem>;
103
105
  Hidden(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
104
106
  Label(expression: string, labelText: string, htmlAttributes: unknown): IHtmlContent;
105
- ListBox(expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
106
- PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task<IHtmlContent>;
107
- RadioButton(expression: string, value: unknown, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
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;
108
110
  Raw(value: unknown): IHtmlContent;
109
111
  Raw(value: string): IHtmlContent;
110
112
  RenderPartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task;
@@ -120,6 +122,8 @@ export interface IHtmlHelper$instance {
120
122
  export type IHtmlHelper = IHtmlHelper$instance;
121
123
 
122
124
  export interface IHtmlHelper_1$instance<TModel> extends IHtmlHelper {
125
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_1: never;
126
+
123
127
  readonly ViewData: ViewDataDictionary_1<TModel>;
124
128
  Html5DateRenderingMode: Html5DateRenderingMode;
125
129
  readonly IdAttributeDotReplacement: string;
@@ -130,42 +134,42 @@ export interface IHtmlHelper_1$instance<TModel> extends IHtmlHelper {
130
134
  readonly UrlEncoder: UrlEncoder;
131
135
  ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
132
136
  AntiForgeryToken(): IHtmlContent;
133
- BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
134
- BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
135
- CheckBox(expression: string, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
136
- CheckBoxFor(expression: Expression<Func<TModel, System_Internal.Boolean>>, htmlAttributes: unknown): IHtmlContent;
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;
137
141
  Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
138
- DisplayFor<TResult>(expression: Expression<Func<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
139
- DisplayNameFor<TResult>(expression: Expression<Func<TModel, TResult>>): string;
140
- DropDownList(expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
141
- DropDownListFor<TResult>(expression: Expression<Func<TModel, TResult>>, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
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;
142
146
  Encode(value: unknown): string;
143
147
  Encode(value: string): string;
144
148
  EndForm(): void;
145
149
  FormatValue(value: unknown, format: string): string;
146
- GetEnumSelectList<TEnum extends unknown>(): IEnumerable__System_Collections_Generic<SelectListItem>;
147
- GetEnumSelectList(enumType: Type): IEnumerable__System_Collections_Generic<SelectListItem>;
148
- GetEnumSelectList<TEnum>(): IEnumerable__System_Collections_Generic<SelectListItem>;
150
+ GetEnumSelectList<TEnum extends unknown>(): IEnumerable_1<SelectListItem>;
151
+ GetEnumSelectList(enumType: Type): IEnumerable_1<SelectListItem>;
152
+ GetEnumSelectList<TEnum>(): IEnumerable_1<SelectListItem>;
149
153
  Hidden(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
150
154
  Label(expression: string, labelText: string, htmlAttributes: unknown): IHtmlContent;
151
- LabelFor<TResult>(expression: Expression<Func<TModel, TResult>>, labelText: string, htmlAttributes: unknown): IHtmlContent;
152
- ListBox(expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
153
- ListBoxFor<TResult>(expression: Expression<Func<TModel, TResult>>, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
154
- PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task<IHtmlContent>;
155
- RadioButton(expression: string, value: unknown, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
156
- RadioButtonFor<TResult>(expression: Expression<Func<TModel, TResult>>, value: unknown, htmlAttributes: unknown): IHtmlContent;
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;
157
161
  Raw(value: unknown): IHtmlContent;
158
162
  Raw(value: string): IHtmlContent;
159
163
  RenderPartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task;
160
164
  RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
161
165
  TextArea(expression: string, value: string, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
162
- TextAreaFor<TResult>(expression: Expression<Func<TModel, TResult>>, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
166
+ TextAreaFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
163
167
  TextBox(expression: string, value: unknown, format: string, htmlAttributes: unknown): IHtmlContent;
164
168
  ValidationMessage(expression: string, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
165
- ValidationMessageFor<TResult>(expression: Expression<Func<TModel, TResult>>, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
169
+ ValidationMessageFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
166
170
  ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
167
171
  Value(expression: string, format: string): string;
168
- ValueFor<TResult>(expression: Expression<Func<TModel, TResult>>, format: string): string;
172
+ ValueFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, format: string): string;
169
173
  DisplayName(expression: string): string;
170
174
  }
171
175
 
@@ -173,6 +177,8 @@ export interface IHtmlHelper_1$instance<TModel> extends IHtmlHelper {
173
177
  export type IHtmlHelper_1<TModel> = IHtmlHelper_1$instance<TModel>;
174
178
 
175
179
  export interface IJsonHelper$instance {
180
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IJsonHelper: never;
181
+
176
182
  Serialize(value: unknown): IHtmlContent;
177
183
  }
178
184
 
@@ -180,12 +186,17 @@ export interface IJsonHelper$instance {
180
186
  export type IJsonHelper = IJsonHelper$instance;
181
187
 
182
188
  export interface MultiSelectList$instance {
189
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Rendering_MultiSelectList: never;
190
+
191
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
192
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
193
+
183
194
  readonly DataGroupField: string;
184
195
  readonly DataTextField: string;
185
196
  readonly DataValueField: string;
186
197
  readonly Items: IEnumerable;
187
198
  readonly SelectedValues: IEnumerable;
188
- GetEnumerator(): IEnumerator<SelectListItem>;
199
+ GetEnumerator(): IEnumerator_1<SelectListItem>;
189
200
  }
190
201
 
191
202
 
@@ -201,6 +212,10 @@ export const MultiSelectList: {
201
212
  export type MultiSelectList = MultiSelectList$instance;
202
213
 
203
214
  export interface MvcForm$instance {
215
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Rendering_MvcForm: never;
216
+
217
+ readonly __tsonic_iface_System_IDisposable: never;
218
+
204
219
  Dispose(): void;
205
220
  EndForm(): void;
206
221
  GenerateEndForm(): void;
@@ -215,6 +230,11 @@ export const MvcForm: {
215
230
  export type MvcForm = MvcForm$instance;
216
231
 
217
232
  export interface SelectList$instance extends MultiSelectList {
233
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Rendering_SelectList: never;
234
+
235
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
236
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
237
+
218
238
  readonly SelectedValue: unknown;
219
239
  }
220
240
 
@@ -231,6 +251,8 @@ export const SelectList: {
231
251
  export type SelectList = SelectList$instance;
232
252
 
233
253
  export interface SelectListGroup$instance {
254
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Rendering_SelectListGroup: never;
255
+
234
256
  Disabled: boolean;
235
257
  Name: string;
236
258
  }
@@ -244,6 +266,8 @@ export const SelectListGroup: {
244
266
  export type SelectListGroup = SelectListGroup$instance;
245
267
 
246
268
  export interface SelectListItem$instance {
269
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Rendering_SelectListItem: never;
270
+
247
271
  Disabled: boolean;
248
272
  Group: SelectListGroup;
249
273
  Selected: boolean;
@@ -262,7 +286,11 @@ export const SelectListItem: {
262
286
 
263
287
  export type SelectListItem = SelectListItem$instance;
264
288
 
265
- 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
+
292
+ readonly __tsonic_iface_Microsoft_AspNetCore_Html_IHtmlContent: never;
293
+
266
294
  readonly Attributes: AttributeDictionary;
267
295
  readonly HasInnerHtml: boolean;
268
296
  readonly InnerHtml: IHtmlContentBuilder;
@@ -272,8 +300,8 @@ export interface TagBuilder$instance {
272
300
  GenerateId(name: string, invalidCharReplacement: string): void;
273
301
  MergeAttribute(key: string, value: string): void;
274
302
  MergeAttribute(key: string, value: string, replaceExisting: boolean): void;
275
- MergeAttributes<TKey, TValue>(attributes: IDictionary<TKey, TValue>): void;
276
- MergeAttributes<TKey, TValue>(attributes: IDictionary<TKey, TValue>, replaceExisting: boolean): void;
303
+ MergeAttributes<TKey, TValue>(attributes: IDictionary_2<TKey, TValue>): void;
304
+ MergeAttributes<TKey, TValue>(attributes: IDictionary_2<TKey, TValue>, replaceExisting: boolean): void;
277
305
  RenderBody(): IHtmlContent | undefined;
278
306
  RenderEndTag(): IHtmlContent;
279
307
  RenderSelfClosingTag(): IHtmlContent;
@@ -293,12 +321,12 @@ export interface __TagBuilder$views {
293
321
  As_IHtmlContent(): Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance;
294
322
  }
295
323
 
296
- export interface TagBuilder$instance extends Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance {}
297
-
298
324
  export type TagBuilder = TagBuilder$instance & __TagBuilder$views;
299
325
 
300
326
 
301
327
  export interface ViewContext$instance extends ActionContext {
328
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Rendering_ViewContext: never;
329
+
302
330
  CheckBoxHiddenInputRenderMode: CheckBoxHiddenInputRenderMode;
303
331
  ClientValidationEnabled: boolean;
304
332
  get ExecutingFilePath(): string | undefined;
@@ -326,9 +354,9 @@ export const ViewContext: {
326
354
  export type ViewContext = ViewContext$instance;
327
355
 
328
356
  export abstract class HtmlHelperComponentExtensions$instance {
329
- static RenderComponentAsync<TComponent extends IComponent>(htmlHelper: IHtmlHelper, renderMode: RenderMode, parameters: unknown): Task<IHtmlContent>;
330
- static RenderComponentAsync<TComponent extends IComponent>(htmlHelper: IHtmlHelper, renderMode: RenderMode): Task<IHtmlContent>;
331
- static RenderComponentAsync(htmlHelper: IHtmlHelper, componentType: Type, renderMode: RenderMode, parameters: unknown): Task<IHtmlContent>;
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>;
332
360
  }
333
361
 
334
362
 
@@ -340,11 +368,11 @@ export abstract class HtmlHelperDisplayExtensions$instance {
340
368
  static Display(htmlHelper: IHtmlHelper, expression: string, templateName: string, htmlFieldName: string): IHtmlContent;
341
369
  static Display(htmlHelper: IHtmlHelper, expression: string, templateName: string): IHtmlContent;
342
370
  static Display(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
343
- static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, additionalViewData: unknown): IHtmlContent;
344
- static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, templateName: string, additionalViewData: unknown): IHtmlContent;
345
- static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, templateName: string, htmlFieldName: string): IHtmlContent;
346
- static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, templateName: string): IHtmlContent;
347
- static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>): IHtmlContent;
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;
348
376
  static DisplayForModel(htmlHelper: IHtmlHelper, additionalViewData: unknown): IHtmlContent;
349
377
  static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string, additionalViewData: unknown): IHtmlContent;
350
378
  static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
@@ -357,7 +385,7 @@ export abstract class HtmlHelperDisplayExtensions$instance {
357
385
  export type HtmlHelperDisplayExtensions = HtmlHelperDisplayExtensions$instance;
358
386
 
359
387
  export abstract class HtmlHelperDisplayNameExtensions$instance {
360
- static DisplayNameFor<TModelItem, TResult>(htmlHelper: IHtmlHelper_1<IEnumerable__System_Collections_Generic<TModelItem>>, expression: Expression<Func<TModelItem, TResult>>): string;
388
+ static DisplayNameFor<TModelItem, TResult>(htmlHelper: IHtmlHelper_1<IEnumerable_1<TModelItem>>, expression: Expression_1<Func_2<TModelItem, TResult>>): string;
361
389
  static DisplayNameForModel(htmlHelper: IHtmlHelper): string;
362
390
  }
363
391
 
@@ -370,11 +398,11 @@ export abstract class HtmlHelperEditorExtensions$instance {
370
398
  static Editor(htmlHelper: IHtmlHelper, expression: string, templateName: string, htmlFieldName: string): IHtmlContent;
371
399
  static Editor(htmlHelper: IHtmlHelper, expression: string, templateName: string): IHtmlContent;
372
400
  static Editor(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
373
- static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, additionalViewData: unknown): IHtmlContent;
374
- static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, templateName: string, additionalViewData: unknown): IHtmlContent;
375
- static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, templateName: string, htmlFieldName: string): IHtmlContent;
376
- static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, templateName: string): IHtmlContent;
377
- static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>): IHtmlContent;
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;
378
406
  static EditorForModel(htmlHelper: IHtmlHelper, additionalViewData: unknown): IHtmlContent;
379
407
  static EditorForModel(htmlHelper: IHtmlHelper, templateName: string, additionalViewData: unknown): IHtmlContent;
380
408
  static EditorForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
@@ -387,10 +415,10 @@ export abstract class HtmlHelperEditorExtensions$instance {
387
415
  export type HtmlHelperEditorExtensions = HtmlHelperEditorExtensions$instance;
388
416
 
389
417
  export abstract class HtmlHelperFormExtensions$instance {
390
- static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod, antiforgery: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
418
+ static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
391
419
  static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod, htmlAttributes: unknown): MvcForm;
392
420
  static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod): MvcForm;
393
- static BeginForm(htmlHelper: IHtmlHelper, antiforgery: Nullable<System_Internal.Boolean>): MvcForm;
421
+ static BeginForm(htmlHelper: IHtmlHelper, antiforgery: Nullable_1<System_Internal.Boolean>): MvcForm;
394
422
  static BeginForm(htmlHelper: IHtmlHelper, routeValues: unknown): MvcForm;
395
423
  static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, method: FormMethod, htmlAttributes: unknown): MvcForm;
396
424
  static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, method: FormMethod): MvcForm;
@@ -398,11 +426,11 @@ export abstract class HtmlHelperFormExtensions$instance {
398
426
  static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, routeValues: unknown): MvcForm;
399
427
  static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string): MvcForm;
400
428
  static BeginForm(htmlHelper: IHtmlHelper): MvcForm;
401
- static BeginRouteForm(htmlHelper: IHtmlHelper, routeValues: unknown, antiforgery: Nullable<System_Internal.Boolean>): MvcForm;
429
+ static BeginRouteForm(htmlHelper: IHtmlHelper, routeValues: unknown, antiforgery: Nullable_1<System_Internal.Boolean>): MvcForm;
402
430
  static BeginRouteForm(htmlHelper: IHtmlHelper, routeValues: unknown): MvcForm;
403
431
  static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, method: FormMethod, htmlAttributes: unknown): MvcForm;
404
432
  static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, method: FormMethod): MvcForm;
405
- static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, antiforgery: Nullable<System_Internal.Boolean>): MvcForm;
433
+ static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, antiforgery: Nullable_1<System_Internal.Boolean>): MvcForm;
406
434
  static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, routeValues: unknown, method: FormMethod): MvcForm;
407
435
  static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, routeValues: unknown): MvcForm;
408
436
  static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string): MvcForm;
@@ -415,30 +443,30 @@ export abstract class HtmlHelperInputExtensions$instance {
415
443
  static CheckBox(htmlHelper: IHtmlHelper, expression: string, isChecked: boolean): IHtmlContent;
416
444
  static CheckBox(htmlHelper: IHtmlHelper, expression: string, htmlAttributes: unknown): IHtmlContent;
417
445
  static CheckBox(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
418
- static CheckBoxFor<TModel>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, System_Internal.Boolean>>): IHtmlContent;
446
+ static CheckBoxFor<TModel>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, System_Internal.Boolean>>): IHtmlContent;
419
447
  static Hidden(htmlHelper: IHtmlHelper, expression: string, value: unknown): IHtmlContent;
420
448
  static Hidden(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
421
- static HiddenFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>): IHtmlContent;
449
+ static HiddenFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
422
450
  static Password(htmlHelper: IHtmlHelper, expression: string, value: unknown): IHtmlContent;
423
451
  static Password(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
424
- static PasswordFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>): IHtmlContent;
452
+ static PasswordFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
425
453
  static RadioButton(htmlHelper: IHtmlHelper, expression: string, value: unknown, isChecked: boolean): IHtmlContent;
426
454
  static RadioButton(htmlHelper: IHtmlHelper, expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
427
455
  static RadioButton(htmlHelper: IHtmlHelper, expression: string, value: unknown): IHtmlContent;
428
- static RadioButtonFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, value: unknown): IHtmlContent;
456
+ static RadioButtonFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, value: unknown): IHtmlContent;
429
457
  static TextArea(htmlHelper: IHtmlHelper, expression: string, htmlAttributes: unknown): IHtmlContent;
430
458
  static TextArea(htmlHelper: IHtmlHelper, expression: string, value: string, htmlAttributes: unknown): IHtmlContent;
431
459
  static TextArea(htmlHelper: IHtmlHelper, expression: string, value: string): IHtmlContent;
432
460
  static TextArea(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
433
- static TextAreaFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
434
- static TextAreaFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>): IHtmlContent;
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;
435
463
  static TextBox(htmlHelper: IHtmlHelper, expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
436
464
  static TextBox(htmlHelper: IHtmlHelper, expression: string, value: unknown, format: string): IHtmlContent;
437
465
  static TextBox(htmlHelper: IHtmlHelper, expression: string, value: unknown): IHtmlContent;
438
466
  static TextBox(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
439
- static TextBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
440
- static TextBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, format: string): IHtmlContent;
441
- static TextBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>): IHtmlContent;
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;
442
470
  }
443
471
 
444
472
 
@@ -447,9 +475,9 @@ export type HtmlHelperInputExtensions = HtmlHelperInputExtensions$instance;
447
475
  export abstract class HtmlHelperLabelExtensions$instance {
448
476
  static Label(htmlHelper: IHtmlHelper, expression: string, labelText: string): IHtmlContent;
449
477
  static Label(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
450
- static LabelFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
451
- static LabelFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, labelText: string): IHtmlContent;
452
- static LabelFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>): IHtmlContent;
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;
453
481
  static LabelForModel(htmlHelper: IHtmlHelper, htmlAttributes: unknown): IHtmlContent;
454
482
  static LabelForModel(htmlHelper: IHtmlHelper, labelText: string, htmlAttributes: unknown): IHtmlContent;
455
483
  static LabelForModel(htmlHelper: IHtmlHelper, labelText: string): IHtmlContent;
@@ -489,9 +517,9 @@ export abstract class HtmlHelperPartialExtensions$instance {
489
517
  static Partial(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown, viewData: ViewDataDictionary): IHtmlContent;
490
518
  static Partial(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown): IHtmlContent;
491
519
  static Partial(htmlHelper: IHtmlHelper, partialViewName: string): IHtmlContent;
492
- static PartialAsync(htmlHelper: IHtmlHelper, partialViewName: string, viewData: ViewDataDictionary): Task<IHtmlContent>;
493
- static PartialAsync(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown): Task<IHtmlContent>;
494
- static PartialAsync(htmlHelper: IHtmlHelper, partialViewName: string): Task<IHtmlContent>;
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>;
495
523
  static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string, viewData: ViewDataDictionary): void;
496
524
  static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown, viewData: ViewDataDictionary): void;
497
525
  static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown): void;
@@ -505,17 +533,17 @@ export abstract class HtmlHelperPartialExtensions$instance {
505
533
  export type HtmlHelperPartialExtensions = HtmlHelperPartialExtensions$instance;
506
534
 
507
535
  export abstract class HtmlHelperSelectExtensions$instance {
508
- static DropDownList(htmlHelper: IHtmlHelper, expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
509
- static DropDownList(htmlHelper: IHtmlHelper, expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, optionLabel: string): IHtmlContent;
510
- static DropDownList(htmlHelper: IHtmlHelper, expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>): IHtmlContent;
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;
511
539
  static DropDownList(htmlHelper: IHtmlHelper, expression: string, optionLabel: string): IHtmlContent;
512
540
  static DropDownList(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
513
- static DropDownListFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
514
- static DropDownListFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, optionLabel: string): IHtmlContent;
515
- static DropDownListFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, selectList: IEnumerable__System_Collections_Generic<SelectListItem>): IHtmlContent;
516
- static ListBox(htmlHelper: IHtmlHelper, expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>): IHtmlContent;
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;
517
545
  static ListBox(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
518
- static ListBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, selectList: IEnumerable__System_Collections_Generic<SelectListItem>): IHtmlContent;
546
+ static ListBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
519
547
  }
520
548
 
521
549
 
@@ -527,10 +555,10 @@ export abstract class HtmlHelperValidationExtensions$instance {
527
555
  static ValidationMessage(htmlHelper: IHtmlHelper, expression: string, message: string, tag: string): IHtmlContent;
528
556
  static ValidationMessage(htmlHelper: IHtmlHelper, expression: string, message: string): IHtmlContent;
529
557
  static ValidationMessage(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
530
- static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, message: string, htmlAttributes: unknown): IHtmlContent;
531
- static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, message: string, tag: string): IHtmlContent;
532
- static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>, message: string): IHtmlContent;
533
- static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>): IHtmlContent;
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;
534
562
  static ValidationSummary(htmlHelper: IHtmlHelper, excludePropertyErrors: boolean, message: string, htmlAttributes: unknown): IHtmlContent;
535
563
  static ValidationSummary(htmlHelper: IHtmlHelper, excludePropertyErrors: boolean, message: string, tag: string): IHtmlContent;
536
564
  static ValidationSummary(htmlHelper: IHtmlHelper, excludePropertyErrors: boolean, message: string): IHtmlContent;
@@ -547,7 +575,7 @@ export type HtmlHelperValidationExtensions = HtmlHelperValidationExtensions$inst
547
575
 
548
576
  export abstract class HtmlHelperValueExtensions$instance {
549
577
  static Value(htmlHelper: IHtmlHelper, expression: string): string;
550
- static ValueFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression<Func<TModel, TResult>>): string;
578
+ static ValueFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): string;
551
579
  static ValueForModel(htmlHelper: IHtmlHelper, format: string): string;
552
580
  static ValueForModel(htmlHelper: IHtmlHelper): string;
553
581
  }
@@ -556,10 +584,10 @@ export abstract class HtmlHelperValueExtensions$instance {
556
584
  export type HtmlHelperValueExtensions = HtmlHelperValueExtensions$instance;
557
585
 
558
586
  export abstract class ViewComponentHelperExtensions$instance {
559
- static InvokeAsync<TComponent>(helper: IViewComponentHelper, arguments: unknown): Task<IHtmlContent>;
560
- static InvokeAsync(helper: IViewComponentHelper, name: string): Task<IHtmlContent>;
561
- static InvokeAsync(helper: IViewComponentHelper, componentType: Type): Task<IHtmlContent>;
562
- static InvokeAsync<TComponent>(helper: IViewComponentHelper): Task<IHtmlContent>;
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>;
563
591
  }
564
592
 
565
593