@tsonic/aspnetcore 10.0.39 → 10.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +3 -2
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
  3. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +175 -172
  4. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
  5. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
  6. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +23 -22
  7. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
  8. package/Microsoft.AspNetCore.Authentication.d.ts +2 -0
  9. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +36 -35
  10. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
  11. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
  12. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +78 -77
  13. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
  14. package/Microsoft.AspNetCore.Components/bindings.json +4 -1
  15. package/Microsoft.AspNetCore.Components/internal/index.d.ts +226 -228
  16. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
  17. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -6
  18. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
  19. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
  20. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +73 -75
  21. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +14 -13
  22. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
  23. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +3 -2
  24. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +15 -17
  25. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +20 -19
  26. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
  27. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
  28. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
  29. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
  30. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +6 -5
  31. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +37 -36
  32. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
  33. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
  34. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
  35. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -14
  36. package/Microsoft.AspNetCore.Components.d.ts +1 -1
  37. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +31 -30
  38. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
  39. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +15 -14
  40. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
  41. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +6 -5
  42. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
  43. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
  44. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +5 -7
  45. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
  46. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
  47. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
  48. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +4 -3
  49. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
  50. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
  51. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +5 -4
  52. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
  53. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +33 -32
  54. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
  55. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
  56. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -11
  57. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
  58. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +3 -2
  59. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -3
  60. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +4 -3
  61. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
  62. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
  63. package/Microsoft.AspNetCore.Html/internal/index.d.ts +13 -12
  64. package/Microsoft.AspNetCore.Http/bindings.json +470 -530
  65. package/Microsoft.AspNetCore.Http/internal/index.d.ts +313 -318
  66. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
  67. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
  68. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
  69. package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
  70. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +54 -56
  71. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
  72. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +37 -36
  73. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +63 -62
  74. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
  75. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
  76. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
  77. package/Microsoft.AspNetCore.Http.d.ts +4 -4
  78. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +5 -4
  79. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
  80. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
  81. package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
  82. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +249 -248
  83. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
  84. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
  85. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +17 -16
  86. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +4 -3
  87. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +394 -393
  88. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
  89. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +7 -6
  90. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
  91. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +72 -71
  92. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +3 -2
  93. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +6 -5
  94. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +22 -21
  95. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
  96. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +5 -4
  97. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +11 -10
  98. package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +99 -119
  99. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +91 -91
  100. package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
  101. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +59 -58
  102. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +27 -26
  103. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +17 -16
  104. package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
  105. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +50 -33
  106. package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +1 -0
  107. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +18 -17
  108. package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
  109. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +261 -263
  110. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +36 -35
  111. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
  112. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
  113. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +58 -43
  114. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +2 -1
  115. package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +7 -7
  116. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +37 -36
  117. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
  118. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
  119. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
  120. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +2 -4
  121. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +140 -139
  122. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +13 -12
  123. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +137 -136
  124. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +45 -44
  125. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +4 -6
  126. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +4 -3
  127. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +24 -23
  128. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +9 -8
  129. package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
  130. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +181 -183
  131. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +4 -3
  132. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +5 -4
  133. package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +1 -1
  134. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +17 -16
  135. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +9 -8
  136. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +4 -3
  137. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +8 -7
  138. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +15 -17
  139. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
  140. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
  141. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +5 -4
  142. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
  143. package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
  144. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +135 -137
  145. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -24
  146. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
  147. package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
  148. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +13 -15
  149. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +32 -31
  150. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
  151. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +5 -4
  152. package/Microsoft.AspNetCore.Routing.d.ts +1 -1
  153. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +9 -11
  154. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +4 -3
  155. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
  156. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
  157. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +15 -14
  158. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
  159. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +2 -4
  160. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
  161. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
  162. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
  163. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
  164. package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
  165. package/Microsoft.AspNetCore.SignalR/bindings.json +131 -131
  166. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +104 -106
  167. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
  168. package/Microsoft.AspNetCore.SignalR.d.ts +1 -1
  169. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
  170. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
  171. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
  172. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
  173. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
  174. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
  175. package/Microsoft.AspNetCore.WebUtilities.d.ts +1 -1
  176. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +30 -29
  177. package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
  178. package/Microsoft.JSInterop/internal/index.d.ts +46 -48
  179. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +8 -10
  180. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
  181. package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
  182. package/README.md +58 -15
  183. package/System.Formats.Cbor/internal/index.d.ts +4 -6
  184. package/System.Security.Claims/internal/index.d.ts +4 -3
  185. package/System.Threading.RateLimiting/internal/index.d.ts +13 -15
  186. package/__internal/extensions/index.d.ts +417 -419
  187. package/package.json +4 -4
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.Mvc.Rendering
3
3
  // Assembly: Microsoft.AspNetCore.Mvc.TagHelpers, Microsoft.AspNetCore.Mvc.ViewFeatures
4
4
 
5
- // Primitive type aliases from @tsonic/core
6
- import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
5
+ // Core type aliases from @tsonic/core
6
+ import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
+
7
8
 
8
9
  // Import types from other namespaces
9
10
  import type { IComponent } from "../../Microsoft.AspNetCore.Components/internal/index.js";
@@ -84,37 +85,37 @@ export interface IHtmlHelper$instance {
84
85
  Html5DateRenderingMode: Html5DateRenderingMode;
85
86
  readonly IdAttributeDotReplacement: string;
86
87
  readonly MetadataProvider: IModelMetadataProvider;
87
- readonly ViewBag: unknown;
88
+ readonly ViewBag: JsValue;
88
89
  readonly ViewContext: ViewContext;
89
90
  readonly ViewData: ViewDataDictionary;
90
91
  readonly TempData: ITempDataDictionary;
91
92
  readonly UrlEncoder: UrlEncoder;
92
- ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
93
+ ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: JsValue, htmlAttributes: JsValue): IHtmlContent;
93
94
  AntiForgeryToken(): 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;
97
- Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
95
+ BeginForm(actionName: string, controllerName: string, routeValues: JsValue, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): MvcForm;
96
+ BeginRouteForm(routeName: string, routeValues: JsValue, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): MvcForm;
97
+ CheckBox(expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): IHtmlContent;
98
+ Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: JsValue): IHtmlContent;
98
99
  DisplayName(expression: string): string;
99
- DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
100
- Encode(value: unknown): string;
100
+ DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: JsValue): IHtmlContent;
101
+ Encode(value: JsValue): string;
101
102
  EndForm(): void;
102
- FormatValue(value: unknown, format: string): string;
103
- GetEnumSelectList<TEnum extends unknown>(): IEnumerable_1<SelectListItem>;
103
+ FormatValue(value: JsValue, format: string): string;
104
+ GetEnumSelectList<TEnum extends NonNullable<JsValue>>(): IEnumerable_1<SelectListItem>;
104
105
  GetEnumSelectList(enumType: Type): IEnumerable_1<SelectListItem>;
105
- Hidden(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
106
- Label(expression: string, labelText: string, 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;
110
- Raw(value: unknown): IHtmlContent;
106
+ Hidden(expression: string, value: JsValue, htmlAttributes: JsValue): IHtmlContent;
107
+ Label(expression: string, labelText: string, htmlAttributes: JsValue): IHtmlContent;
108
+ ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: JsValue): IHtmlContent;
109
+ PartialAsync(partialViewName: string, model: JsValue, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
110
+ RadioButton(expression: string, value: JsValue, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): IHtmlContent;
111
+ Raw(value: JsValue): IHtmlContent;
111
112
  Raw(value: string): IHtmlContent;
112
- RenderPartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task;
113
- RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
114
- TextArea(expression: string, value: string, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
115
- TextBox(expression: string, value: unknown, format: string, htmlAttributes: unknown): IHtmlContent;
116
- ValidationMessage(expression: string, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
117
- ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
113
+ RenderPartialAsync(partialViewName: string, model: JsValue, viewData: ViewDataDictionary): Task;
114
+ RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: JsValue, htmlAttributes: JsValue): IHtmlContent;
115
+ TextArea(expression: string, value: string, rows: int, columns: int, htmlAttributes: JsValue): IHtmlContent;
116
+ TextBox(expression: string, value: JsValue, format: string, htmlAttributes: JsValue): IHtmlContent;
117
+ ValidationMessage(expression: string, message: string, htmlAttributes: JsValue, tag: string): IHtmlContent;
118
+ ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: JsValue, tag: string): IHtmlContent;
118
119
  Value(expression: string, format: string): string;
119
120
  }
120
121
 
@@ -128,46 +129,46 @@ export interface IHtmlHelper_1$instance<TModel> extends IHtmlHelper {
128
129
  Html5DateRenderingMode: Html5DateRenderingMode;
129
130
  readonly IdAttributeDotReplacement: string;
130
131
  readonly MetadataProvider: IModelMetadataProvider;
131
- readonly ViewBag: unknown;
132
+ readonly ViewBag: JsValue;
132
133
  readonly ViewContext: ViewContext;
133
134
  readonly TempData: ITempDataDictionary;
134
135
  readonly UrlEncoder: UrlEncoder;
135
- ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
136
+ ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: JsValue, htmlAttributes: JsValue): IHtmlContent;
136
137
  AntiForgeryToken(): 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;
141
- Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
142
- DisplayFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
138
+ BeginForm(actionName: string, controllerName: string, routeValues: JsValue, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): MvcForm;
139
+ BeginRouteForm(routeName: string, routeValues: JsValue, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): MvcForm;
140
+ CheckBox(expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): IHtmlContent;
141
+ CheckBoxFor(expression: Expression_1<Func_2<TModel, System_Internal.Boolean>>, htmlAttributes: JsValue): IHtmlContent;
142
+ Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: JsValue): IHtmlContent;
143
+ DisplayFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: JsValue): IHtmlContent;
143
144
  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
- Encode(value: unknown): string;
145
+ DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: JsValue): IHtmlContent;
146
+ DropDownListFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: JsValue): IHtmlContent;
147
+ Encode(value: JsValue): string;
147
148
  Encode(value: string): string;
148
149
  EndForm(): void;
149
- FormatValue(value: unknown, format: string): string;
150
- GetEnumSelectList<TEnum extends unknown>(): IEnumerable_1<SelectListItem>;
150
+ FormatValue(value: JsValue, format: string): string;
151
+ GetEnumSelectList<TEnum extends NonNullable<JsValue>>(): IEnumerable_1<SelectListItem>;
151
152
  GetEnumSelectList(enumType: Type): IEnumerable_1<SelectListItem>;
152
153
  GetEnumSelectList<TEnum>(): IEnumerable_1<SelectListItem>;
153
- Hidden(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
154
- Label(expression: string, labelText: string, 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;
161
- Raw(value: unknown): IHtmlContent;
154
+ Hidden(expression: string, value: JsValue, htmlAttributes: JsValue): IHtmlContent;
155
+ Label(expression: string, labelText: string, htmlAttributes: JsValue): IHtmlContent;
156
+ LabelFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, labelText: string, htmlAttributes: JsValue): IHtmlContent;
157
+ ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: JsValue): IHtmlContent;
158
+ ListBoxFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: JsValue): IHtmlContent;
159
+ PartialAsync(partialViewName: string, model: JsValue, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
160
+ RadioButton(expression: string, value: JsValue, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): IHtmlContent;
161
+ RadioButtonFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, value: JsValue, htmlAttributes: JsValue): IHtmlContent;
162
+ Raw(value: JsValue): IHtmlContent;
162
163
  Raw(value: string): IHtmlContent;
163
- RenderPartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task;
164
- RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
165
- TextArea(expression: string, value: string, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
166
- TextAreaFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
167
- TextBox(expression: string, value: unknown, format: string, htmlAttributes: unknown): IHtmlContent;
168
- ValidationMessage(expression: string, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
169
- ValidationMessageFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
170
- ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
164
+ RenderPartialAsync(partialViewName: string, model: JsValue, viewData: ViewDataDictionary): Task;
165
+ RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: JsValue, htmlAttributes: JsValue): IHtmlContent;
166
+ TextArea(expression: string, value: string, rows: int, columns: int, htmlAttributes: JsValue): IHtmlContent;
167
+ TextAreaFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, rows: int, columns: int, htmlAttributes: JsValue): IHtmlContent;
168
+ TextBox(expression: string, value: JsValue, format: string, htmlAttributes: JsValue): IHtmlContent;
169
+ ValidationMessage(expression: string, message: string, htmlAttributes: JsValue, tag: string): IHtmlContent;
170
+ ValidationMessageFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, message: string, htmlAttributes: JsValue, tag: string): IHtmlContent;
171
+ ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: JsValue, tag: string): IHtmlContent;
171
172
  Value(expression: string, format: string): string;
172
173
  ValueFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, format: string): string;
173
174
  DisplayName(expression: string): string;
@@ -179,7 +180,7 @@ export type IHtmlHelper_1<TModel> = IHtmlHelper_1$instance<TModel>;
179
180
  export interface IJsonHelper$instance {
180
181
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IJsonHelper: never;
181
182
 
182
- Serialize(value: unknown): IHtmlContent;
183
+ Serialize(value: JsValue): IHtmlContent;
183
184
  }
184
185
 
185
186
 
@@ -235,16 +236,16 @@ export interface SelectList$instance extends MultiSelectList {
235
236
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
236
237
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
237
238
 
238
- readonly SelectedValue: unknown;
239
+ readonly SelectedValue: JsValue;
239
240
  }
240
241
 
241
242
 
242
243
  export const SelectList: {
243
244
  new(items: IEnumerable): SelectList;
244
- new(items: IEnumerable, selectedValue: unknown): SelectList;
245
+ new(items: IEnumerable, selectedValue: JsValue): SelectList;
245
246
  new(items: IEnumerable, dataValueField: string, dataTextField: string): SelectList;
246
- new(items: IEnumerable, dataValueField: string, dataTextField: string, selectedValue: unknown): SelectList;
247
- new(items: IEnumerable, dataValueField: string, dataTextField: string, selectedValue: unknown, dataGroupField: string): SelectList;
247
+ new(items: IEnumerable, dataValueField: string, dataTextField: string, selectedValue: JsValue): SelectList;
248
+ new(items: IEnumerable, dataValueField: string, dataTextField: string, selectedValue: JsValue, dataGroupField: string): SelectList;
248
249
  };
249
250
 
250
251
 
@@ -298,11 +299,11 @@ export interface TagBuilder$instance extends Microsoft_AspNetCore_Html_Internal.
298
299
  TagRenderMode: TagRenderMode;
299
300
  AddCssClass(value: string): void;
300
301
  GenerateId(name: string, invalidCharReplacement: string): void;
301
- MergeAttribute(key: string, value: string): void;
302
- MergeAttribute(key: string, value: string, 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;
305
- RenderBody(): IHtmlContent | undefined;
302
+ MergeAttribute(key: string, value: string | null): void;
303
+ MergeAttribute(key: string, value: string | null, replaceExisting: boolean): void;
304
+ MergeAttributes<TKey, TValue>(attributes: IDictionary_2<TKey, TValue | null>): void;
305
+ MergeAttributes<TKey, TValue>(attributes: IDictionary_2<TKey, TValue | null>, replaceExisting: boolean): void;
306
+ RenderBody(): IHtmlContent | null;
306
307
  RenderEndTag(): IHtmlContent;
307
308
  RenderSelfClosingTag(): IHtmlContent;
308
309
  RenderStartTag(): IHtmlContent;
@@ -313,7 +314,7 @@ export interface TagBuilder$instance extends Microsoft_AspNetCore_Html_Internal.
313
314
  export const TagBuilder: {
314
315
  new(tagName: string): TagBuilder;
315
316
  new(tagBuilder: TagBuilder): TagBuilder;
316
- CreateSanitizedId(name: string, invalidCharReplacement: string): string;
317
+ CreateSanitizedId(name: string | null, invalidCharReplacement: string): string;
317
318
  };
318
319
 
319
320
 
@@ -329,18 +330,18 @@ export interface ViewContext$instance extends ActionContext {
329
330
 
330
331
  CheckBoxHiddenInputRenderMode: CheckBoxHiddenInputRenderMode;
331
332
  ClientValidationEnabled: boolean;
332
- get ExecutingFilePath(): string | undefined;
333
- set ExecutingFilePath(value: string | undefined);
333
+ get ExecutingFilePath(): string | null;
334
+ set ExecutingFilePath(value: string | null);
334
335
  FormContext: FormContext;
335
336
  Html5DateRenderingMode: Html5DateRenderingMode;
336
337
  TempData: ITempDataDictionary;
337
338
  ValidationMessageElement: string;
338
339
  ValidationSummaryMessageElement: string;
339
340
  View: IView;
340
- readonly ViewBag: unknown;
341
+ readonly ViewBag: JsValue;
341
342
  ViewData: ViewDataDictionary;
342
343
  Writer: TextWriter;
343
- GetFormContextForClientValidation(): FormContext | undefined;
344
+ GetFormContextForClientValidation(): FormContext | null;
344
345
  }
345
346
 
346
347
 
@@ -354,28 +355,28 @@ export const ViewContext: {
354
355
  export type ViewContext = ViewContext$instance;
355
356
 
356
357
  export abstract class HtmlHelperComponentExtensions$instance {
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, parameters: JsValue): Task_1<IHtmlContent>;
358
359
  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>;
360
+ static RenderComponentAsync(htmlHelper: IHtmlHelper, componentType: Type, renderMode: RenderMode, parameters: JsValue): Task_1<IHtmlContent>;
360
361
  }
361
362
 
362
363
 
363
364
  export type HtmlHelperComponentExtensions = HtmlHelperComponentExtensions$instance;
364
365
 
365
366
  export abstract class HtmlHelperDisplayExtensions$instance {
366
- static Display(htmlHelper: IHtmlHelper, expression: string, additionalViewData: unknown): IHtmlContent;
367
- static Display(htmlHelper: IHtmlHelper, expression: string, templateName: string, additionalViewData: unknown): IHtmlContent;
367
+ static Display(htmlHelper: IHtmlHelper, expression: string, additionalViewData: JsValue): IHtmlContent;
368
+ static Display(htmlHelper: IHtmlHelper, expression: string, templateName: string, additionalViewData: JsValue): IHtmlContent;
368
369
  static Display(htmlHelper: IHtmlHelper, expression: string, templateName: string, htmlFieldName: string): IHtmlContent;
369
370
  static Display(htmlHelper: IHtmlHelper, expression: string, templateName: string): IHtmlContent;
370
371
  static Display(htmlHelper: IHtmlHelper, expression: string): 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;
372
+ static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, additionalViewData: JsValue): IHtmlContent;
373
+ static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, additionalViewData: JsValue): IHtmlContent;
373
374
  static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): IHtmlContent;
374
375
  static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string): IHtmlContent;
375
376
  static DisplayFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
376
- static DisplayForModel(htmlHelper: IHtmlHelper, additionalViewData: unknown): IHtmlContent;
377
- static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string, additionalViewData: unknown): IHtmlContent;
378
- static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
377
+ static DisplayForModel(htmlHelper: IHtmlHelper, additionalViewData: JsValue): IHtmlContent;
378
+ static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string, additionalViewData: JsValue): IHtmlContent;
379
+ static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: JsValue): IHtmlContent;
379
380
  static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string): IHtmlContent;
380
381
  static DisplayForModel(htmlHelper: IHtmlHelper, templateName: string): IHtmlContent;
381
382
  static DisplayForModel(htmlHelper: IHtmlHelper): IHtmlContent;
@@ -393,19 +394,19 @@ export abstract class HtmlHelperDisplayNameExtensions$instance {
393
394
  export type HtmlHelperDisplayNameExtensions = HtmlHelperDisplayNameExtensions$instance;
394
395
 
395
396
  export abstract class HtmlHelperEditorExtensions$instance {
396
- static Editor(htmlHelper: IHtmlHelper, expression: string, additionalViewData: unknown): IHtmlContent;
397
- static Editor(htmlHelper: IHtmlHelper, expression: string, templateName: string, additionalViewData: unknown): IHtmlContent;
397
+ static Editor(htmlHelper: IHtmlHelper, expression: string, additionalViewData: JsValue): IHtmlContent;
398
+ static Editor(htmlHelper: IHtmlHelper, expression: string, templateName: string, additionalViewData: JsValue): IHtmlContent;
398
399
  static Editor(htmlHelper: IHtmlHelper, expression: string, templateName: string, htmlFieldName: string): IHtmlContent;
399
400
  static Editor(htmlHelper: IHtmlHelper, expression: string, templateName: string): IHtmlContent;
400
401
  static Editor(htmlHelper: IHtmlHelper, expression: string): 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;
402
+ static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, additionalViewData: JsValue): IHtmlContent;
403
+ static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, additionalViewData: JsValue): IHtmlContent;
403
404
  static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): IHtmlContent;
404
405
  static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, templateName: string): IHtmlContent;
405
406
  static EditorFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
406
- static EditorForModel(htmlHelper: IHtmlHelper, additionalViewData: unknown): IHtmlContent;
407
- static EditorForModel(htmlHelper: IHtmlHelper, templateName: string, additionalViewData: unknown): IHtmlContent;
408
- static EditorForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
407
+ static EditorForModel(htmlHelper: IHtmlHelper, additionalViewData: JsValue): IHtmlContent;
408
+ static EditorForModel(htmlHelper: IHtmlHelper, templateName: string, additionalViewData: JsValue): IHtmlContent;
409
+ static EditorForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: JsValue): IHtmlContent;
409
410
  static EditorForModel(htmlHelper: IHtmlHelper, templateName: string, htmlFieldName: string): IHtmlContent;
410
411
  static EditorForModel(htmlHelper: IHtmlHelper, templateName: string): IHtmlContent;
411
412
  static EditorForModel(htmlHelper: IHtmlHelper): IHtmlContent;
@@ -415,24 +416,24 @@ export abstract class HtmlHelperEditorExtensions$instance {
415
416
  export type HtmlHelperEditorExtensions = HtmlHelperEditorExtensions$instance;
416
417
 
417
418
  export abstract class HtmlHelperFormExtensions$instance {
418
- static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
419
- static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod, htmlAttributes: unknown): MvcForm;
419
+ static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): MvcForm;
420
+ static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod, htmlAttributes: JsValue): MvcForm;
420
421
  static BeginForm(htmlHelper: IHtmlHelper, method: FormMethod): MvcForm;
421
422
  static BeginForm(htmlHelper: IHtmlHelper, antiforgery: Nullable_1<System_Internal.Boolean>): MvcForm;
422
- static BeginForm(htmlHelper: IHtmlHelper, routeValues: unknown): MvcForm;
423
- static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, method: FormMethod, htmlAttributes: unknown): MvcForm;
423
+ static BeginForm(htmlHelper: IHtmlHelper, routeValues: JsValue): MvcForm;
424
+ static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, method: FormMethod, htmlAttributes: JsValue): MvcForm;
424
425
  static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, method: FormMethod): MvcForm;
425
- static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, routeValues: unknown, method: FormMethod): MvcForm;
426
- static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, routeValues: unknown): MvcForm;
426
+ static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, routeValues: JsValue, method: FormMethod): MvcForm;
427
+ static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string, routeValues: JsValue): MvcForm;
427
428
  static BeginForm(htmlHelper: IHtmlHelper, actionName: string, controllerName: string): MvcForm;
428
429
  static BeginForm(htmlHelper: IHtmlHelper): MvcForm;
429
- static BeginRouteForm(htmlHelper: IHtmlHelper, routeValues: unknown, antiforgery: Nullable_1<System_Internal.Boolean>): MvcForm;
430
- static BeginRouteForm(htmlHelper: IHtmlHelper, routeValues: unknown): MvcForm;
431
- static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, method: FormMethod, htmlAttributes: unknown): MvcForm;
430
+ static BeginRouteForm(htmlHelper: IHtmlHelper, routeValues: JsValue, antiforgery: Nullable_1<System_Internal.Boolean>): MvcForm;
431
+ static BeginRouteForm(htmlHelper: IHtmlHelper, routeValues: JsValue): MvcForm;
432
+ static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, method: FormMethod, htmlAttributes: JsValue): MvcForm;
432
433
  static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, method: FormMethod): MvcForm;
433
434
  static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, antiforgery: Nullable_1<System_Internal.Boolean>): MvcForm;
434
- static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, routeValues: unknown, method: FormMethod): MvcForm;
435
- static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, routeValues: unknown): MvcForm;
435
+ static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, routeValues: JsValue, method: FormMethod): MvcForm;
436
+ static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string, routeValues: JsValue): MvcForm;
436
437
  static BeginRouteForm(htmlHelper: IHtmlHelper, routeName: string): MvcForm;
437
438
  }
438
439
 
@@ -441,30 +442,30 @@ export type HtmlHelperFormExtensions = HtmlHelperFormExtensions$instance;
441
442
 
442
443
  export abstract class HtmlHelperInputExtensions$instance {
443
444
  static CheckBox(htmlHelper: IHtmlHelper, expression: string, isChecked: boolean): IHtmlContent;
444
- static CheckBox(htmlHelper: IHtmlHelper, expression: string, htmlAttributes: unknown): IHtmlContent;
445
+ static CheckBox(htmlHelper: IHtmlHelper, expression: string, htmlAttributes: JsValue): IHtmlContent;
445
446
  static CheckBox(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
446
447
  static CheckBoxFor<TModel>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, System_Internal.Boolean>>): IHtmlContent;
447
- static Hidden(htmlHelper: IHtmlHelper, expression: string, value: unknown): IHtmlContent;
448
+ static Hidden(htmlHelper: IHtmlHelper, expression: string, value: JsValue): IHtmlContent;
448
449
  static Hidden(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
449
450
  static HiddenFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
450
- static Password(htmlHelper: IHtmlHelper, expression: string, value: unknown): IHtmlContent;
451
+ static Password(htmlHelper: IHtmlHelper, expression: string, value: JsValue): IHtmlContent;
451
452
  static Password(htmlHelper: IHtmlHelper, expression: string): IHtmlContent;
452
453
  static PasswordFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
453
- static RadioButton(htmlHelper: IHtmlHelper, expression: string, value: unknown, isChecked: boolean): IHtmlContent;
454
- static RadioButton(htmlHelper: IHtmlHelper, expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
455
- static RadioButton(htmlHelper: IHtmlHelper, expression: string, value: unknown): IHtmlContent;
456
- static RadioButtonFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, value: unknown): IHtmlContent;
457
- static TextArea(htmlHelper: IHtmlHelper, expression: string, htmlAttributes: unknown): IHtmlContent;
458
- static TextArea(htmlHelper: IHtmlHelper, expression: string, value: string, htmlAttributes: unknown): IHtmlContent;
454
+ static RadioButton(htmlHelper: IHtmlHelper, expression: string, value: JsValue, isChecked: boolean): IHtmlContent;
455
+ static RadioButton(htmlHelper: IHtmlHelper, expression: string, value: JsValue, htmlAttributes: JsValue): IHtmlContent;
456
+ static RadioButton(htmlHelper: IHtmlHelper, expression: string, value: JsValue): IHtmlContent;
457
+ static RadioButtonFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, value: JsValue): IHtmlContent;
458
+ static TextArea(htmlHelper: IHtmlHelper, expression: string, htmlAttributes: JsValue): IHtmlContent;
459
+ static TextArea(htmlHelper: IHtmlHelper, expression: string, value: string, htmlAttributes: JsValue): IHtmlContent;
459
460
  static TextArea(htmlHelper: IHtmlHelper, expression: string, value: string): IHtmlContent;
460
461
  static TextArea(htmlHelper: IHtmlHelper, expression: string): 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>>, htmlAttributes: JsValue): IHtmlContent;
462
463
  static TextAreaFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
463
- static TextBox(htmlHelper: IHtmlHelper, expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
464
- static TextBox(htmlHelper: IHtmlHelper, expression: string, value: unknown, format: string): IHtmlContent;
465
- static TextBox(htmlHelper: IHtmlHelper, expression: string, value: unknown): IHtmlContent;
464
+ static TextBox(htmlHelper: IHtmlHelper, expression: string, value: JsValue, htmlAttributes: JsValue): IHtmlContent;
465
+ static TextBox(htmlHelper: IHtmlHelper, expression: string, value: JsValue, format: string): IHtmlContent;
466
+ static TextBox(htmlHelper: IHtmlHelper, expression: string, value: JsValue): IHtmlContent;
466
467
  static TextBox(htmlHelper: IHtmlHelper, expression: string): 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>>, htmlAttributes: JsValue): IHtmlContent;
468
469
  static TextBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, format: string): IHtmlContent;
469
470
  static TextBoxFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
470
471
  }
@@ -475,11 +476,11 @@ export type HtmlHelperInputExtensions = HtmlHelperInputExtensions$instance;
475
476
  export abstract class HtmlHelperLabelExtensions$instance {
476
477
  static Label(htmlHelper: IHtmlHelper, expression: string, labelText: string): IHtmlContent;
477
478
  static Label(htmlHelper: IHtmlHelper, expression: string): 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>>, htmlAttributes: JsValue): IHtmlContent;
479
480
  static LabelFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, labelText: string): IHtmlContent;
480
481
  static LabelFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
481
- static LabelForModel(htmlHelper: IHtmlHelper, htmlAttributes: unknown): IHtmlContent;
482
- static LabelForModel(htmlHelper: IHtmlHelper, labelText: string, htmlAttributes: unknown): IHtmlContent;
482
+ static LabelForModel(htmlHelper: IHtmlHelper, htmlAttributes: JsValue): IHtmlContent;
483
+ static LabelForModel(htmlHelper: IHtmlHelper, labelText: string, htmlAttributes: JsValue): IHtmlContent;
483
484
  static LabelForModel(htmlHelper: IHtmlHelper, labelText: string): IHtmlContent;
484
485
  static LabelForModel(htmlHelper: IHtmlHelper): IHtmlContent;
485
486
  }
@@ -488,16 +489,16 @@ export abstract class HtmlHelperLabelExtensions$instance {
488
489
  export type HtmlHelperLabelExtensions = HtmlHelperLabelExtensions$instance;
489
490
 
490
491
  export abstract class HtmlHelperLinkExtensions$instance {
491
- static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
492
- static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, routeValues: unknown): IHtmlContent;
493
- static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, controllerName: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
494
- static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, controllerName: string, routeValues: unknown): IHtmlContent;
492
+ static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, routeValues: JsValue, htmlAttributes: JsValue): IHtmlContent;
493
+ static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, routeValues: JsValue): IHtmlContent;
494
+ static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, controllerName: string, routeValues: JsValue, htmlAttributes: JsValue): IHtmlContent;
495
+ static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, controllerName: string, routeValues: JsValue): IHtmlContent;
495
496
  static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string, controllerName: string): IHtmlContent;
496
497
  static ActionLink(helper: IHtmlHelper, linkText: string, actionName: string): IHtmlContent;
497
- static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
498
- static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeValues: unknown): IHtmlContent;
499
- static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeName: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
500
- static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeName: string, routeValues: unknown): IHtmlContent;
498
+ static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeValues: JsValue, htmlAttributes: JsValue): IHtmlContent;
499
+ static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeValues: JsValue): IHtmlContent;
500
+ static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeName: string, routeValues: JsValue, htmlAttributes: JsValue): IHtmlContent;
501
+ static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeName: string, routeValues: JsValue): IHtmlContent;
501
502
  static RouteLink(htmlHelper: IHtmlHelper, linkText: string, routeName: string): IHtmlContent;
502
503
  }
503
504
 
@@ -514,18 +515,18 @@ export type HtmlHelperNameExtensions = HtmlHelperNameExtensions$instance;
514
515
 
515
516
  export abstract class HtmlHelperPartialExtensions$instance {
516
517
  static Partial(htmlHelper: IHtmlHelper, partialViewName: string, viewData: ViewDataDictionary): IHtmlContent;
517
- static Partial(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown, viewData: ViewDataDictionary): IHtmlContent;
518
- static Partial(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown): IHtmlContent;
518
+ static Partial(htmlHelper: IHtmlHelper, partialViewName: string, model: JsValue, viewData: ViewDataDictionary): IHtmlContent;
519
+ static Partial(htmlHelper: IHtmlHelper, partialViewName: string, model: JsValue): IHtmlContent;
519
520
  static Partial(htmlHelper: IHtmlHelper, partialViewName: string): IHtmlContent;
520
521
  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, model: JsValue): Task_1<IHtmlContent>;
522
523
  static PartialAsync(htmlHelper: IHtmlHelper, partialViewName: string): Task_1<IHtmlContent>;
523
524
  static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string, viewData: ViewDataDictionary): void;
524
- static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown, viewData: ViewDataDictionary): void;
525
- static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown): void;
525
+ static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string, model: JsValue, viewData: ViewDataDictionary): void;
526
+ static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string, model: JsValue): void;
526
527
  static RenderPartial(htmlHelper: IHtmlHelper, partialViewName: string): void;
527
528
  static RenderPartialAsync(htmlHelper: IHtmlHelper, partialViewName: string, viewData: ViewDataDictionary): Task;
528
- static RenderPartialAsync(htmlHelper: IHtmlHelper, partialViewName: string, model: unknown): Task;
529
+ static RenderPartialAsync(htmlHelper: IHtmlHelper, partialViewName: string, model: JsValue): Task;
529
530
  static RenderPartialAsync(htmlHelper: IHtmlHelper, partialViewName: string): Task;
530
531
  }
531
532
 
@@ -533,12 +534,12 @@ export abstract class HtmlHelperPartialExtensions$instance {
533
534
  export type HtmlHelperPartialExtensions = HtmlHelperPartialExtensions$instance;
534
535
 
535
536
  export abstract class HtmlHelperSelectExtensions$instance {
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>, htmlAttributes: JsValue): IHtmlContent;
537
538
  static DropDownList(htmlHelper: IHtmlHelper, expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string): IHtmlContent;
538
539
  static DropDownList(htmlHelper: IHtmlHelper, expression: string, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
539
540
  static DropDownList(htmlHelper: IHtmlHelper, expression: string, optionLabel: string): IHtmlContent;
540
541
  static DropDownList(htmlHelper: IHtmlHelper, expression: string): 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>, htmlAttributes: JsValue): IHtmlContent;
542
543
  static DropDownListFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, optionLabel: string): IHtmlContent;
543
544
  static DropDownListFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
544
545
  static ListBox(htmlHelper: IHtmlHelper, expression: string, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
@@ -550,21 +551,21 @@ export abstract class HtmlHelperSelectExtensions$instance {
550
551
  export type HtmlHelperSelectExtensions = HtmlHelperSelectExtensions$instance;
551
552
 
552
553
  export abstract class HtmlHelperValidationExtensions$instance {
553
- static ValidationMessage(htmlHelper: IHtmlHelper, expression: string, htmlAttributes: unknown): IHtmlContent;
554
- static ValidationMessage(htmlHelper: IHtmlHelper, expression: string, message: string, htmlAttributes: unknown): IHtmlContent;
554
+ static ValidationMessage(htmlHelper: IHtmlHelper, expression: string, htmlAttributes: JsValue): IHtmlContent;
555
+ static ValidationMessage(htmlHelper: IHtmlHelper, expression: string, message: string, htmlAttributes: JsValue): IHtmlContent;
555
556
  static ValidationMessage(htmlHelper: IHtmlHelper, expression: string, message: string, tag: string): IHtmlContent;
556
557
  static ValidationMessage(htmlHelper: IHtmlHelper, expression: string, message: string): IHtmlContent;
557
558
  static ValidationMessage(htmlHelper: IHtmlHelper, expression: string): 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, htmlAttributes: JsValue): IHtmlContent;
559
560
  static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, message: string, tag: string): IHtmlContent;
560
561
  static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>, message: string): IHtmlContent;
561
562
  static ValidationMessageFor<TModel, TResult>(htmlHelper: IHtmlHelper_1<TModel>, expression: Expression_1<Func_2<TModel, TResult>>): IHtmlContent;
562
- static ValidationSummary(htmlHelper: IHtmlHelper, excludePropertyErrors: boolean, message: string, htmlAttributes: unknown): IHtmlContent;
563
+ static ValidationSummary(htmlHelper: IHtmlHelper, excludePropertyErrors: boolean, message: string, htmlAttributes: JsValue): IHtmlContent;
563
564
  static ValidationSummary(htmlHelper: IHtmlHelper, excludePropertyErrors: boolean, message: string, tag: string): IHtmlContent;
564
565
  static ValidationSummary(htmlHelper: IHtmlHelper, excludePropertyErrors: boolean, message: string): IHtmlContent;
565
566
  static ValidationSummary(htmlHelper: IHtmlHelper, excludePropertyErrors: boolean): IHtmlContent;
566
- static ValidationSummary(htmlHelper: IHtmlHelper, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
567
- static ValidationSummary(htmlHelper: IHtmlHelper, message: string, htmlAttributes: unknown): IHtmlContent;
567
+ static ValidationSummary(htmlHelper: IHtmlHelper, message: string, htmlAttributes: JsValue, tag: string): IHtmlContent;
568
+ static ValidationSummary(htmlHelper: IHtmlHelper, message: string, htmlAttributes: JsValue): IHtmlContent;
568
569
  static ValidationSummary(htmlHelper: IHtmlHelper, message: string, tag: string): IHtmlContent;
569
570
  static ValidationSummary(htmlHelper: IHtmlHelper, message: string): IHtmlContent;
570
571
  static ValidationSummary(htmlHelper: IHtmlHelper): IHtmlContent;
@@ -584,7 +585,7 @@ export abstract class HtmlHelperValueExtensions$instance {
584
585
  export type HtmlHelperValueExtensions = HtmlHelperValueExtensions$instance;
585
586
 
586
587
  export abstract class ViewComponentHelperExtensions$instance {
587
- static InvokeAsync<TComponent>(helper: IViewComponentHelper, arguments: unknown): Task_1<IHtmlContent>;
588
+ static InvokeAsync<TComponent>(helper: IViewComponentHelper, arguments: JsValue | null): Task_1<IHtmlContent>;
588
589
  static InvokeAsync(helper: IViewComponentHelper, name: string): Task_1<IHtmlContent>;
589
590
  static InvokeAsync(helper: IViewComponentHelper, componentType: Type): Task_1<IHtmlContent>;
590
591
  static InvokeAsync<TComponent>(helper: IViewComponentHelper): Task_1<IHtmlContent>;