@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
@@ -29,22 +29,22 @@ import type { IViewBufferScope } from "../../Microsoft.AspNetCore.Mvc.ViewFeatur
29
29
  import type { TempDataSerializer } from "../../Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.js";
30
30
  import * as Microsoft_AspNetCore_Mvc_Internal from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
31
31
  import type { ActionContext, ControllerContext, CookieTempDataProviderOptions, IActionResult, MvcViewOptions, PartialViewResult, ViewComponentResult, ViewResult } from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
32
- import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
33
- import type { ICollection, IDictionary, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator as IEnumerator__System_Collections_Generic, IList, IReadOnlyCollection, IReadOnlyDictionary, KeyValuePair } from "@tsonic/dotnet/System.Collections.Generic.js";
34
- import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
35
- import type { IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections.js";
36
- import type { DiagnosticListener } from "@tsonic/dotnet/System.Diagnostics.js";
37
- import type { TextWriter } from "@tsonic/dotnet/System.IO.js";
38
- import * as System_Internal from "@tsonic/dotnet/System.js";
39
- import type { Action, AsyncCallback, Attribute, Boolean as ClrBoolean, Enum, Func, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormattable, Int32, IntPtr, IServiceProvider, ISpanFormattable, MulticastDelegate, Nullable, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System.js";
40
- import type { Expression } from "@tsonic/dotnet/System.Linq.Expressions.js";
41
- import type { PropertyInfo } from "@tsonic/dotnet/System.Reflection.js";
42
- import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
43
- import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
44
- import type { HtmlEncoder, UrlEncoder } from "@tsonic/dotnet/System.Text.Encodings.Web.js";
45
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
46
- import type { ILogger, ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
47
- import type { IOptions } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
32
+ import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
33
+ import type { ICollection_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, KeyValuePair_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
34
+ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
35
+ import type { IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections/internal/index.js";
36
+ import type { DiagnosticListener } from "@tsonic/dotnet/System.Diagnostics/internal/index.js";
37
+ import type { TextWriter } from "@tsonic/dotnet/System.IO/internal/index.js";
38
+ import type { Expression_1 } from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
39
+ import type { PropertyInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
40
+ import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
41
+ import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
42
+ import type { HtmlEncoder, UrlEncoder } from "@tsonic/dotnet/System.Text.Encodings.Web/internal/index.js";
43
+ import type { Task, Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
44
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
45
+ import type { Action_2, AsyncCallback, Attribute, Boolean as ClrBoolean, Enum, Func_1, Func_2, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormattable, Int32, IntPtr, IServiceProvider, ISpanFormattable, MulticastDelegate, Nullable_1, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
46
+ import type { ILogger, ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
47
+ import type { IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
48
48
 
49
49
  export enum InputType {
50
50
  CheckBox = 0,
@@ -59,6 +59,8 @@ export type TryGetValueDelegate = (dictionary: unknown, key: string, value: unkn
59
59
 
60
60
 
61
61
  export interface IAntiforgeryPolicy$instance extends IFilterMetadata {
62
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IAntiforgeryPolicy: never;
63
+
62
64
  }
63
65
 
64
66
 
@@ -67,6 +69,8 @@ export interface IAntiforgeryPolicy$instance extends Microsoft_AspNetCore_Mvc_Fi
67
69
  export type IAntiforgeryPolicy = IAntiforgeryPolicy$instance;
68
70
 
69
71
  export interface IFileVersionProvider$instance {
72
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IFileVersionProvider: never;
73
+
70
74
  AddFileVersionToPath(requestPathBase: PathString, path: string): string;
71
75
  }
72
76
 
@@ -74,36 +78,40 @@ export interface IFileVersionProvider$instance {
74
78
  export type IFileVersionProvider = IFileVersionProvider$instance;
75
79
 
76
80
  export interface IHtmlGenerator$instance {
81
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IHtmlGenerator: never;
82
+
77
83
  readonly IdAttributeDotReplacement: string;
78
84
  Encode(value: unknown): string;
79
85
  Encode(value: string): string;
80
86
  FormatValue(value: unknown, format: string): string;
81
87
  GenerateActionLink(viewContext: ViewContext, linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): TagBuilder;
82
88
  GenerateAntiforgery(viewContext: ViewContext): IHtmlContent;
83
- GenerateCheckBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): TagBuilder;
89
+ GenerateCheckBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): TagBuilder;
84
90
  GenerateForm(viewContext: ViewContext, actionName: string, controllerName: string, routeValues: unknown, method: string, htmlAttributes: unknown): TagBuilder;
85
- GenerateGroupsAndOptions(optionLabel: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>): IHtmlContent;
91
+ GenerateGroupsAndOptions(optionLabel: string, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
86
92
  GenerateHidden(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, useViewData: boolean, htmlAttributes: unknown): TagBuilder;
87
93
  GenerateHiddenForCheckbox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string): TagBuilder;
88
94
  GenerateLabel(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, labelText: string, htmlAttributes: unknown): TagBuilder;
89
95
  GeneratePageForm(viewContext: ViewContext, pageName: string, pageHandler: string, routeValues: unknown, fragment: string, method: string, htmlAttributes: unknown): TagBuilder;
90
96
  GeneratePassword(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, htmlAttributes: unknown): TagBuilder;
91
- GenerateRadioButton(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): TagBuilder;
97
+ GenerateRadioButton(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): TagBuilder;
92
98
  GenerateRouteForm(viewContext: ViewContext, routeName: string, routeValues: unknown, method: string, htmlAttributes: unknown): TagBuilder;
93
99
  GenerateRouteLink(viewContext: ViewContext, linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): TagBuilder;
94
- GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, allowMultiple: boolean, htmlAttributes: unknown): TagBuilder;
95
- GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, currentValues: ICollection<System_Internal.String>, allowMultiple: boolean, htmlAttributes: unknown): TagBuilder;
100
+ GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable_1<SelectListItem>, allowMultiple: boolean, htmlAttributes: unknown): TagBuilder;
101
+ GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable_1<SelectListItem>, currentValues: ICollection_1<System_Internal.String>, allowMultiple: boolean, htmlAttributes: unknown): TagBuilder;
96
102
  GenerateTextArea(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, rows: int, columns: int, htmlAttributes: unknown): TagBuilder;
97
103
  GenerateTextBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, format: string, htmlAttributes: unknown): TagBuilder;
98
104
  GenerateValidationMessage(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, message: string, tag: string, htmlAttributes: unknown): TagBuilder;
99
105
  GenerateValidationSummary(viewContext: ViewContext, excludePropertyErrors: boolean, message: string, headerTag: string, htmlAttributes: unknown): TagBuilder;
100
- GetCurrentValues(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, allowMultiple: boolean): ICollection<System_Internal.String>;
106
+ GetCurrentValues(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, allowMultiple: boolean): ICollection_1<System_Internal.String>;
101
107
  }
102
108
 
103
109
 
104
110
  export type IHtmlGenerator = IHtmlGenerator$instance;
105
111
 
106
112
  export interface IKeepTempDataResult$instance extends IActionResult {
113
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IKeepTempDataResult: never;
114
+
107
115
  ExecuteResultAsync(context: ActionContext): Task;
108
116
  }
109
117
 
@@ -113,22 +121,30 @@ export interface IKeepTempDataResult$instance extends Microsoft_AspNetCore_Mvc_I
113
121
  export type IKeepTempDataResult = IKeepTempDataResult$instance;
114
122
 
115
123
  export interface IModelExpressionProvider$instance {
116
- CreateModelExpression<TModel, TValue>(viewData: ViewDataDictionary_1<TModel>, expression: Expression<Func<TModel, TValue>>): ModelExpression;
124
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IModelExpressionProvider: never;
125
+
126
+ CreateModelExpression<TModel, TValue>(viewData: ViewDataDictionary_1<TModel>, expression: Expression_1<Func_2<TModel, TValue>>): ModelExpression;
117
127
  }
118
128
 
119
129
 
120
130
  export type IModelExpressionProvider = IModelExpressionProvider$instance;
121
131
 
122
- export interface ITempDataDictionary$instance extends IDictionary<System_Internal.String, unknown>, ICollection<KeyValuePair<System_Internal.String, unknown>>, IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, unknown>>, IEnumerable {
132
+ export interface ITempDataDictionary$instance extends IDictionary_2<System_Internal.String, unknown>, ICollection_1<KeyValuePair_2<System_Internal.String, unknown>>, IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, IEnumerable {
133
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataDictionary: never;
134
+
123
135
  Keep(key: string): void;
124
136
  Load(): void;
125
137
  Peek(key: string): unknown | undefined;
126
138
  }
127
139
 
128
140
 
141
+ export interface ITempDataDictionary$instance extends System_Collections_Generic_Internal.ICollection_1<KeyValuePair_2<System_Internal.String, unknown>>, System_Collections_Generic_Internal.IDictionary_2<System_Internal.String, unknown>, System_Collections_Generic_Internal.IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> {}
142
+
129
143
  export type ITempDataDictionary = ITempDataDictionary$instance;
130
144
 
131
145
  export interface ITempDataDictionaryFactory$instance {
146
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataDictionaryFactory: never;
147
+
132
148
  GetTempData(context: HttpContext): ITempDataDictionary;
133
149
  }
134
150
 
@@ -136,14 +152,18 @@ export interface ITempDataDictionaryFactory$instance {
136
152
  export type ITempDataDictionaryFactory = ITempDataDictionaryFactory$instance;
137
153
 
138
154
  export interface ITempDataProvider$instance {
139
- LoadTempData(context: HttpContext): IDictionary<System_Internal.String, unknown>;
140
- SaveTempData(context: HttpContext, values: IDictionary<System_Internal.String, unknown>): void;
155
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataProvider: never;
156
+
157
+ LoadTempData(context: HttpContext): IDictionary_2<System_Internal.String, unknown>;
158
+ SaveTempData(context: HttpContext, values: IDictionary_2<System_Internal.String, unknown>): void;
141
159
  }
142
160
 
143
161
 
144
162
  export type ITempDataProvider = ITempDataProvider$instance;
145
163
 
146
164
  export interface IViewContextAware$instance {
165
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IViewContextAware: never;
166
+
147
167
  Contextualize(viewContext: ViewContext): void;
148
168
  }
149
169
 
@@ -151,7 +171,13 @@ export interface IViewContextAware$instance {
151
171
  export type IViewContextAware = IViewContextAware$instance;
152
172
 
153
173
  export interface AttributeDictionary_Enumerator$instance {
154
- readonly Current: KeyValuePair<System_Internal.String, System_Internal.String>;
174
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_AttributeDictionary_Enumerator: never;
175
+
176
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
177
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
178
+ readonly __tsonic_iface_System_IDisposable: never;
179
+
180
+ readonly Current: KeyValuePair_2<System_Internal.String, System_Internal.String>;
155
181
  Dispose(): void;
156
182
  MoveNext(): boolean;
157
183
  Reset(): void;
@@ -166,19 +192,28 @@ export const AttributeDictionary_Enumerator: {
166
192
  export type AttributeDictionary_Enumerator = AttributeDictionary_Enumerator$instance;
167
193
 
168
194
  export interface AttributeDictionary$instance {
195
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_AttributeDictionary: never;
196
+
197
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
198
+ readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
199
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
200
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
201
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
202
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
203
+
169
204
  readonly Count: int;
170
205
  readonly IsReadOnly: boolean;
171
206
  [key: string]: string | undefined;
172
- readonly Keys: ICollection<System_Internal.String>;
173
- readonly Values: ICollection<string | undefined>;
174
- Add(item: KeyValuePair<System_Internal.String, System_Internal.String>): void;
207
+ readonly Keys: ICollection_1<System_Internal.String>;
208
+ readonly Values: ICollection_1<string | undefined>;
209
+ Add(item: KeyValuePair_2<System_Internal.String, System_Internal.String>): void;
175
210
  Add(key: string, value: string): void;
176
211
  Clear(): void;
177
- Contains(item: KeyValuePair<System_Internal.String, System_Internal.String>): boolean;
212
+ Contains(item: KeyValuePair_2<System_Internal.String, System_Internal.String>): boolean;
178
213
  ContainsKey(key: string): boolean;
179
- CopyTo(array: KeyValuePair<System_Internal.String, System_Internal.String>[], arrayIndex: int): void;
214
+ CopyTo(array: KeyValuePair_2<System_Internal.String, System_Internal.String>[], arrayIndex: int): void;
180
215
  GetEnumerator(): AttributeDictionary_Enumerator;
181
- Remove(item: KeyValuePair<System_Internal.String, System_Internal.String>): boolean;
216
+ Remove(item: KeyValuePair_2<System_Internal.String, System_Internal.String>): boolean;
182
217
  Remove(key: string): boolean;
183
218
  TryGetValue(key: string, value: string): boolean;
184
219
  }
@@ -191,14 +226,18 @@ export const AttributeDictionary: {
191
226
 
192
227
  export type AttributeDictionary = AttributeDictionary$instance;
193
228
 
194
- export interface CookieTempDataProvider$instance {
195
- LoadTempData(context: HttpContext): IDictionary<System_Internal.String, unknown>;
196
- SaveTempData(context: HttpContext, values: IDictionary<System_Internal.String, unknown>): void;
229
+ export interface CookieTempDataProvider$instance extends ITempDataProvider$instance {
230
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_CookieTempDataProvider: never;
231
+
232
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataProvider: never;
233
+
234
+ LoadTempData(context: HttpContext): IDictionary_2<System_Internal.String, unknown>;
235
+ SaveTempData(context: HttpContext, values: IDictionary_2<System_Internal.String, unknown>): void;
197
236
  }
198
237
 
199
238
 
200
239
  export const CookieTempDataProvider: {
201
- new(dataProtectionProvider: IDataProtectionProvider, loggerFactory: ILoggerFactory, options: IOptions<CookieTempDataProviderOptions>, tempDataSerializer: TempDataSerializer): CookieTempDataProvider;
240
+ new(dataProtectionProvider: IDataProtectionProvider, loggerFactory: ILoggerFactory, options: IOptions_1<CookieTempDataProviderOptions>, tempDataSerializer: TempDataSerializer): CookieTempDataProvider;
202
241
  readonly CookieName: string;
203
242
  };
204
243
 
@@ -207,12 +246,14 @@ export interface __CookieTempDataProvider$views {
207
246
  As_ITempDataProvider(): ITempDataProvider$instance;
208
247
  }
209
248
 
210
- export interface CookieTempDataProvider$instance extends ITempDataProvider$instance {}
211
-
212
249
  export type CookieTempDataProvider = CookieTempDataProvider$instance & __CookieTempDataProvider$views;
213
250
 
214
251
 
215
252
  export interface DefaultHtmlGenerator$instance {
253
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_DefaultHtmlGenerator: never;
254
+
255
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IHtmlGenerator: never;
256
+
216
257
  readonly IdAttributeDotReplacement: string;
217
258
  AddMaxLengthAttribute(viewData: ViewDataDictionary, tagBuilder: TagBuilder, modelExplorer: ModelExplorer, expression: string): void;
218
259
  AddPlaceholderAttribute(viewData: ViewDataDictionary, tagBuilder: TagBuilder, modelExplorer: ModelExplorer, expression: string): void;
@@ -222,33 +263,33 @@ export interface DefaultHtmlGenerator$instance {
222
263
  FormatValue(value: unknown, format: string): string;
223
264
  GenerateActionLink(viewContext: ViewContext, linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): TagBuilder;
224
265
  GenerateAntiforgery(viewContext: ViewContext): IHtmlContent;
225
- GenerateCheckBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): TagBuilder;
266
+ GenerateCheckBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): TagBuilder;
226
267
  GenerateForm(viewContext: ViewContext, actionName: string, controllerName: string, routeValues: unknown, method: string, htmlAttributes: unknown): TagBuilder;
227
268
  GenerateFormCore(viewContext: ViewContext, action: string, method: string, htmlAttributes: unknown): TagBuilder;
228
- GenerateGroupsAndOptions(optionLabel: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>): IHtmlContent;
269
+ GenerateGroupsAndOptions(optionLabel: string, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
229
270
  GenerateHidden(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, useViewData: boolean, htmlAttributes: unknown): TagBuilder;
230
271
  GenerateHiddenForCheckbox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string): TagBuilder;
231
- GenerateInput(viewContext: ViewContext, inputType: InputType, modelExplorer: ModelExplorer, expression: string, value: unknown, useViewData: boolean, isChecked: boolean, setId: boolean, isExplicitValue: boolean, format: string, htmlAttributes: IDictionary<System_Internal.String, unknown>): TagBuilder;
272
+ GenerateInput(viewContext: ViewContext, inputType: InputType, modelExplorer: ModelExplorer, expression: string, value: unknown, useViewData: boolean, isChecked: boolean, setId: boolean, isExplicitValue: boolean, format: string, htmlAttributes: IDictionary_2<System_Internal.String, unknown>): TagBuilder;
232
273
  GenerateLabel(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, labelText: string, htmlAttributes: unknown): TagBuilder;
233
274
  GenerateLink(linkText: string, url: string, htmlAttributes: unknown): TagBuilder;
234
275
  GeneratePageForm(viewContext: ViewContext, pageName: string, pageHandler: string, routeValues: unknown, fragment: string, method: string, htmlAttributes: unknown): TagBuilder;
235
276
  GeneratePageLink(viewContext: ViewContext, linkText: string, pageName: string, pageHandler: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): TagBuilder;
236
277
  GeneratePassword(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, htmlAttributes: unknown): TagBuilder;
237
- GenerateRadioButton(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): TagBuilder;
278
+ GenerateRadioButton(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): TagBuilder;
238
279
  GenerateRouteForm(viewContext: ViewContext, routeName: string, routeValues: unknown, method: string, htmlAttributes: unknown): TagBuilder;
239
280
  GenerateRouteLink(viewContext: ViewContext, linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): TagBuilder;
240
- GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, allowMultiple: boolean, htmlAttributes: unknown): TagBuilder;
241
- GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, currentValues: ICollection<System_Internal.String>, allowMultiple: boolean, htmlAttributes: unknown): TagBuilder;
281
+ GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable_1<SelectListItem>, allowMultiple: boolean, htmlAttributes: unknown): TagBuilder;
282
+ GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable_1<SelectListItem>, currentValues: ICollection_1<System_Internal.String>, allowMultiple: boolean, htmlAttributes: unknown): TagBuilder;
242
283
  GenerateTextArea(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, rows: int, columns: int, htmlAttributes: unknown): TagBuilder;
243
284
  GenerateTextBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, format: string, htmlAttributes: unknown): TagBuilder;
244
285
  GenerateValidationMessage(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, message: string, tag: string, htmlAttributes: unknown): TagBuilder;
245
286
  GenerateValidationSummary(viewContext: ViewContext, excludePropertyErrors: boolean, message: string, headerTag: string, htmlAttributes: unknown): TagBuilder;
246
- GetCurrentValues(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, allowMultiple: boolean): ICollection<System_Internal.String>;
287
+ GetCurrentValues(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, allowMultiple: boolean): ICollection_1<System_Internal.String>;
247
288
  }
248
289
 
249
290
 
250
291
  export const DefaultHtmlGenerator: {
251
- new(antiforgery: IAntiforgery, optionsAccessor: IOptions<MvcViewOptions>, metadataProvider: IModelMetadataProvider, urlHelperFactory: IUrlHelperFactory, htmlEncoder: HtmlEncoder, validationAttributeProvider: ValidationHtmlAttributeProvider): DefaultHtmlGenerator;
292
+ new(antiforgery: IAntiforgery, optionsAccessor: IOptions_1<MvcViewOptions>, metadataProvider: IModelMetadataProvider, urlHelperFactory: IUrlHelperFactory, htmlEncoder: HtmlEncoder, validationAttributeProvider: ValidationHtmlAttributeProvider): DefaultHtmlGenerator;
252
293
  };
253
294
 
254
295
 
@@ -260,21 +301,25 @@ export type DefaultHtmlGenerator = DefaultHtmlGenerator$instance & __DefaultHtml
260
301
 
261
302
 
262
303
  export interface DefaultValidationHtmlAttributeProvider$instance extends ValidationHtmlAttributeProvider {
263
- AddValidationAttributes(viewContext: ViewContext, modelExplorer: ModelExplorer, attributes: IDictionary<System_Internal.String, System_Internal.String>): void;
304
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_DefaultValidationHtmlAttributeProvider: never;
305
+
306
+ AddValidationAttributes(viewContext: ViewContext, modelExplorer: ModelExplorer, attributes: IDictionary_2<System_Internal.String, System_Internal.String>): void;
264
307
  }
265
308
 
266
309
 
267
310
  export const DefaultValidationHtmlAttributeProvider: {
268
- new(optionsAccessor: IOptions<MvcViewOptions>, metadataProvider: IModelMetadataProvider, clientValidatorCache: ClientValidatorCache): DefaultValidationHtmlAttributeProvider;
311
+ new(optionsAccessor: IOptions_1<MvcViewOptions>, metadataProvider: IModelMetadataProvider, clientValidatorCache: ClientValidatorCache): DefaultValidationHtmlAttributeProvider;
269
312
  };
270
313
 
271
314
 
272
315
  export type DefaultValidationHtmlAttributeProvider = DefaultValidationHtmlAttributeProvider$instance;
273
316
 
274
317
  export interface FormContext$instance {
318
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_FormContext: never;
319
+
275
320
  CanRenderAtEndOfForm: boolean;
276
- readonly EndOfFormContent: IList<IHtmlContent>;
277
- readonly FormData: IDictionary<System_Internal.String, unknown>;
321
+ readonly EndOfFormContent: IList_1<IHtmlContent>;
322
+ readonly FormData: IDictionary_2<System_Internal.String, unknown>;
278
323
  HasAntiforgeryToken: boolean;
279
324
  readonly HasEndOfFormContent: boolean;
280
325
  readonly HasFormData: boolean;
@@ -290,7 +335,12 @@ export const FormContext: {
290
335
 
291
336
  export type FormContext = FormContext$instance;
292
337
 
293
- export interface HtmlHelper$instance {
338
+ export interface HtmlHelper$instance extends IViewContextAware$instance {
339
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_HtmlHelper: never;
340
+
341
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper: never;
342
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IViewContextAware: never;
343
+
294
344
  Html5DateRenderingMode: Html5DateRenderingMode;
295
345
  readonly IdAttributeDotReplacement: string;
296
346
  readonly MetadataProvider: IModelMetadataProvider;
@@ -298,53 +348,53 @@ export interface HtmlHelper$instance {
298
348
  readonly UrlEncoder: UrlEncoder;
299
349
  readonly ViewBag: unknown;
300
350
  ViewContext: ViewContext;
301
- readonly ViewData: ViewDataDictionary | ViewDataDictionary_1<TModel>;
351
+ readonly ViewData: ViewDataDictionary;
302
352
  ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
303
353
  AntiForgeryToken(): IHtmlContent;
304
- BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
305
- BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
306
- CheckBox(expression: string, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
354
+ BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
355
+ BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
356
+ CheckBox(expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
307
357
  Contextualize(viewContext: ViewContext): void;
308
358
  CreateForm(): MvcForm;
309
359
  Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
310
360
  DisplayName(expression: string): string;
311
361
  DisplayText(expression: string): string;
312
- DropDownList(expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
362
+ DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
313
363
  Editor(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
314
364
  Encode(value: string): string;
315
365
  Encode(value: unknown): string;
316
366
  EndForm(): void;
317
367
  FormatValue(value: unknown, format: string): string;
318
- GenerateCheckBox(modelExplorer: ModelExplorer, expression: string, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
368
+ GenerateCheckBox(modelExplorer: ModelExplorer, expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
319
369
  GenerateDisplay(modelExplorer: ModelExplorer, htmlFieldName: string, templateName: string, additionalViewData: unknown): IHtmlContent;
320
370
  GenerateDisplayName(modelExplorer: ModelExplorer, expression: string): string;
321
371
  GenerateDisplayText(modelExplorer: ModelExplorer): string;
322
372
  GenerateEditor(modelExplorer: ModelExplorer, htmlFieldName: string, templateName: string, additionalViewData: unknown): IHtmlContent;
323
- GenerateForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
373
+ GenerateForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
324
374
  GenerateHidden(modelExplorer: ModelExplorer, expression: string, value: unknown, useViewData: boolean, htmlAttributes: unknown): IHtmlContent;
325
375
  GenerateId(expression: string): string;
326
376
  GenerateIdFromName(fullName: string): string;
327
377
  GenerateLabel(modelExplorer: ModelExplorer, expression: string, labelText: string, htmlAttributes: unknown): IHtmlContent;
328
378
  GenerateName(expression: string): string;
329
379
  GeneratePassword(modelExplorer: ModelExplorer, expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
330
- GenerateRadioButton(modelExplorer: ModelExplorer, expression: string, value: unknown, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
331
- GenerateRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
380
+ GenerateRadioButton(modelExplorer: ModelExplorer, expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
381
+ GenerateRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
332
382
  GenerateTextArea(modelExplorer: ModelExplorer, expression: string, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
333
383
  GenerateTextBox(modelExplorer: ModelExplorer, expression: string, value: unknown, format: string, htmlAttributes: unknown): IHtmlContent;
334
384
  GenerateValidationMessage(modelExplorer: ModelExplorer, expression: string, message: string, tag: string, htmlAttributes: unknown): IHtmlContent;
335
385
  GenerateValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
336
386
  GenerateValue(expression: string, value: unknown, format: string, useViewData: boolean): string;
337
- GetEnumSelectList<TEnum extends unknown>(): IEnumerable__System_Collections_Generic<SelectListItem>;
338
- GetEnumSelectList(enumType: Type): IEnumerable__System_Collections_Generic<SelectListItem>;
339
- GetEnumSelectList(metadata: ModelMetadata): IEnumerable__System_Collections_Generic<SelectListItem>;
387
+ GetEnumSelectList<TEnum extends unknown>(): IEnumerable_1<SelectListItem>;
388
+ GetEnumSelectList(enumType: Type): IEnumerable_1<SelectListItem>;
389
+ GetEnumSelectList(metadata: ModelMetadata): IEnumerable_1<SelectListItem>;
340
390
  Hidden(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
341
391
  Id(expression: string): string;
342
392
  Label(expression: string, labelText: string, htmlAttributes: unknown): IHtmlContent;
343
- ListBox(expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
393
+ ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
344
394
  Name(expression: string): string;
345
- PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task<IHtmlContent>;
395
+ PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
346
396
  Password(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
347
- RadioButton(expression: string, value: unknown, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
397
+ RadioButton(expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
348
398
  Raw(value: string): IHtmlContent;
349
399
  Raw(value: unknown): IHtmlContent;
350
400
  RenderPartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task;
@@ -366,9 +416,9 @@ export const HtmlHelper: {
366
416
  readonly ValidationMessageValidCssClassName: string;
367
417
  readonly ValidationSummaryCssClassName: string;
368
418
  readonly ValidationSummaryValidCssClassName: string;
369
- AnonymousObjectToHtmlAttributes(htmlAttributes: unknown): IDictionary<System_Internal.String, unknown>;
419
+ AnonymousObjectToHtmlAttributes(htmlAttributes: unknown): IDictionary_2<System_Internal.String, unknown>;
370
420
  GetFormMethodString(method: FormMethod): string;
371
- ObjectToDictionary(value: unknown): IDictionary<System_Internal.String, unknown>;
421
+ ObjectToDictionary(value: unknown): IDictionary_2<System_Internal.String, unknown>;
372
422
  };
373
423
 
374
424
 
@@ -377,60 +427,64 @@ export interface __HtmlHelper$views {
377
427
  As_IViewContextAware(): IViewContextAware$instance;
378
428
  }
379
429
 
380
- export interface HtmlHelper$instance extends IViewContextAware$instance {}
381
-
382
430
  export type HtmlHelper = HtmlHelper$instance & __HtmlHelper$views;
383
431
 
384
432
 
385
433
  export interface HtmlHelper_1$instance<TModel> extends HtmlHelper$instance {
434
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_HtmlHelper_1: never;
435
+
436
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper: never;
437
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_1: never;
438
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IViewContextAware: never;
439
+
386
440
  ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
387
441
  AntiForgeryToken(): IHtmlContent;
388
- BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
389
- BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
390
- CheckBox(expression: string, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
391
- CheckBoxFor(expression: Expression<Func<TModel, System_Internal.Boolean>>, htmlAttributes: unknown): IHtmlContent;
442
+ BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
443
+ BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
444
+ CheckBox(expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
445
+ CheckBoxFor(expression: Expression_1<Func_2<TModel, System_Internal.Boolean>>, htmlAttributes: unknown): IHtmlContent;
392
446
  Contextualize(viewContext: ViewContext): void;
393
447
  Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
394
- DisplayFor<TResult>(expression: Expression<Func<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
448
+ DisplayFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
395
449
  DisplayName(expression: string): string;
396
- DisplayNameFor<TResult>(expression: Expression<Func<TModel, TResult>>): string;
397
- DisplayNameForInnerType<TModelItem, TResult>(expression: Expression<Func<TModelItem, TResult>>): string;
398
- DisplayTextFor<TResult>(expression: Expression<Func<TModel, TResult>>): string;
399
- DropDownList(expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
400
- DropDownListFor<TResult>(expression: Expression<Func<TModel, TResult>>, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
401
- EditorFor<TResult>(expression: Expression<Func<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
450
+ DisplayNameFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
451
+ DisplayNameForInnerType<TModelItem, TResult>(expression: Expression_1<Func_2<TModelItem, TResult>>): string;
452
+ DisplayTextFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
453
+ DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
454
+ DropDownListFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
455
+ EditorFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
402
456
  Encode(value: string): string;
403
457
  Encode(value: unknown): string;
404
458
  EndForm(): void;
405
459
  FormatValue(value: unknown, format: string): string;
406
- GetEnumSelectList<TEnum extends unknown>(): IEnumerable__System_Collections_Generic<SelectListItem>;
407
- GetEnumSelectList(enumType: Type): IEnumerable__System_Collections_Generic<SelectListItem>;
408
- GetEnumSelectList(metadata: ModelMetadata): IEnumerable__System_Collections_Generic<SelectListItem>;
460
+ GetEnumSelectList<TEnum extends unknown>(): IEnumerable_1<SelectListItem>;
461
+ GetEnumSelectList(enumType: Type): IEnumerable_1<SelectListItem>;
462
+ GetEnumSelectList(metadata: ModelMetadata): IEnumerable_1<SelectListItem>;
409
463
  Hidden(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
410
- HiddenFor<TResult>(expression: Expression<Func<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
411
- IdFor<TResult>(expression: Expression<Func<TModel, TResult>>): string;
464
+ HiddenFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
465
+ IdFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
412
466
  Label(expression: string, labelText: string, htmlAttributes: unknown): IHtmlContent;
413
- LabelFor<TResult>(expression: Expression<Func<TModel, TResult>>, labelText: string, htmlAttributes: unknown): IHtmlContent;
414
- ListBox(expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
415
- ListBoxFor<TResult>(expression: Expression<Func<TModel, TResult>>, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
416
- NameFor<TResult>(expression: Expression<Func<TModel, TResult>>): string;
417
- PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task<IHtmlContent>;
418
- PasswordFor<TResult>(expression: Expression<Func<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
419
- RadioButton(expression: string, value: unknown, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
420
- RadioButtonFor<TResult>(expression: Expression<Func<TModel, TResult>>, value: unknown, htmlAttributes: unknown): IHtmlContent;
467
+ LabelFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, labelText: string, htmlAttributes: unknown): IHtmlContent;
468
+ ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
469
+ ListBoxFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
470
+ NameFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
471
+ PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
472
+ PasswordFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
473
+ RadioButton(expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
474
+ RadioButtonFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, value: unknown, htmlAttributes: unknown): IHtmlContent;
421
475
  Raw(value: string): IHtmlContent;
422
476
  Raw(value: unknown): IHtmlContent;
423
477
  RenderPartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task;
424
478
  RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
425
479
  TextArea(expression: string, value: string, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
426
- TextAreaFor<TResult>(expression: Expression<Func<TModel, TResult>>, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
480
+ TextAreaFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
427
481
  TextBox(expression: string, value: unknown, format: string, htmlAttributes: unknown): IHtmlContent;
428
- TextBoxFor<TResult>(expression: Expression<Func<TModel, TResult>>, format: string, htmlAttributes: unknown): IHtmlContent;
482
+ TextBoxFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, format: string, htmlAttributes: unknown): IHtmlContent;
429
483
  ValidationMessage(expression: string, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
430
- ValidationMessageFor<TResult>(expression: Expression<Func<TModel, TResult>>, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
484
+ ValidationMessageFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
431
485
  ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
432
486
  Value(expression: string, format: string): string;
433
- ValueFor<TResult>(expression: Expression<Func<TModel, TResult>>, format: string): string;
487
+ ValueFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, format: string): string;
434
488
  }
435
489
 
436
490
 
@@ -449,6 +503,8 @@ export type HtmlHelper_1<TModel> = HtmlHelper_1$instance<TModel> & __HtmlHelper_
449
503
 
450
504
 
451
505
  export interface HtmlHelperOptions$instance {
506
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_HtmlHelperOptions: never;
507
+
452
508
  CheckBoxHiddenInputRenderMode: CheckBoxHiddenInputRenderMode;
453
509
  ClientValidationEnabled: boolean;
454
510
  FormInputRenderMode: FormInputRenderMode;
@@ -467,25 +523,27 @@ export const HtmlHelperOptions: {
467
523
  export type HtmlHelperOptions = HtmlHelperOptions$instance;
468
524
 
469
525
  export interface ModelExplorer$instance {
526
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ModelExplorer: never;
527
+
470
528
  readonly Container: ModelExplorer;
471
529
  readonly Metadata: ModelMetadata;
472
530
  readonly Model: unknown;
473
531
  readonly ModelType: Type;
474
- readonly Properties: IEnumerable__System_Collections_Generic<ModelExplorer>;
532
+ readonly Properties: IEnumerable_1<ModelExplorer>;
475
533
  GetExplorerForExpression(modelType: Type, model: unknown): ModelExplorer;
476
534
  GetExplorerForExpression(metadata: ModelMetadata, model: unknown): ModelExplorer;
477
- GetExplorerForExpression(modelType: Type, modelAccessor: Func<unknown, unknown>): ModelExplorer;
478
- GetExplorerForExpression(metadata: ModelMetadata, modelAccessor: Func<unknown, unknown>): ModelExplorer;
535
+ GetExplorerForExpression(modelType: Type, modelAccessor: Func_2<unknown, unknown>): ModelExplorer;
536
+ GetExplorerForExpression(metadata: ModelMetadata, modelAccessor: Func_2<unknown, unknown>): ModelExplorer;
479
537
  GetExplorerForModel(model: unknown): ModelExplorer;
480
538
  GetExplorerForProperty(name: string): ModelExplorer;
481
- GetExplorerForProperty(name: string, modelAccessor: Func<unknown, unknown>): ModelExplorer;
539
+ GetExplorerForProperty(name: string, modelAccessor: Func_2<unknown, unknown>): ModelExplorer;
482
540
  GetExplorerForProperty(name: string, model: unknown): ModelExplorer;
483
541
  }
484
542
 
485
543
 
486
544
  export const ModelExplorer: {
487
545
  new(metadataProvider: IModelMetadataProvider, metadata: ModelMetadata, model: unknown): ModelExplorer;
488
- new(metadataProvider: IModelMetadataProvider, container: ModelExplorer, metadata: ModelMetadata, modelAccessor: Func<unknown, unknown>): ModelExplorer;
546
+ new(metadataProvider: IModelMetadataProvider, container: ModelExplorer, metadata: ModelMetadata, modelAccessor: Func_2<unknown, unknown>): ModelExplorer;
489
547
  new(metadataProvider: IModelMetadataProvider, container: ModelExplorer, metadata: ModelMetadata, model: unknown): ModelExplorer;
490
548
  };
491
549
 
@@ -493,6 +551,8 @@ export const ModelExplorer: {
493
551
  export type ModelExplorer = ModelExplorer$instance;
494
552
 
495
553
  export interface ModelExpression$instance {
554
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ModelExpression: never;
555
+
496
556
  readonly Metadata: ModelMetadata;
497
557
  readonly Model: unknown;
498
558
  readonly ModelExplorer: ModelExplorer;
@@ -508,9 +568,13 @@ export const ModelExpression: {
508
568
  export type ModelExpression = ModelExpression$instance;
509
569
 
510
570
  export interface ModelExpressionProvider$instance {
511
- CreateModelExpression<TModel, TValue>(viewData: ViewDataDictionary_1<TModel>, expression: Expression<Func<TModel, TValue>>): ModelExpression;
571
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ModelExpressionProvider: never;
572
+
573
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IModelExpressionProvider: never;
574
+
575
+ CreateModelExpression<TModel, TValue>(viewData: ViewDataDictionary_1<TModel>, expression: Expression_1<Func_2<TModel, TValue>>): ModelExpression;
512
576
  CreateModelExpression<TModel>(viewData: ViewDataDictionary_1<TModel>, expression: string): ModelExpression;
513
- GetExpressionText<TModel, TValue>(expression: Expression<Func<TModel, TValue>>): string;
577
+ GetExpressionText<TModel, TValue>(expression: Expression_1<Func_2<TModel, TValue>>): string;
514
578
  }
515
579
 
516
580
 
@@ -527,13 +591,17 @@ export type ModelExpressionProvider = ModelExpressionProvider$instance & __Model
527
591
 
528
592
 
529
593
  export interface PartialViewResultExecutor$instance extends ViewExecutor {
530
- ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable<System_Internal.Int32>): Task;
594
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_PartialViewResultExecutor: never;
595
+
596
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
597
+
598
+ ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable_1<System_Internal.Int32>): Task;
531
599
  FindView(actionContext: ActionContext, viewResult: PartialViewResult): ViewEngineResult;
532
600
  }
533
601
 
534
602
 
535
603
  export const PartialViewResultExecutor: {
536
- new(viewOptions: IOptions<MvcViewOptions>, writerFactory: IHttpResponseStreamWriterFactory, viewEngine: ICompositeViewEngine, tempDataFactory: ITempDataDictionaryFactory, diagnosticListener: DiagnosticListener, loggerFactory: ILoggerFactory, modelMetadataProvider: IModelMetadataProvider): PartialViewResultExecutor;
604
+ new(viewOptions: IOptions_1<MvcViewOptions>, writerFactory: IHttpResponseStreamWriterFactory, viewEngine: ICompositeViewEngine, tempDataFactory: ITempDataDictionaryFactory, diagnosticListener: DiagnosticListener, loggerFactory: ILoggerFactory, modelMetadataProvider: IModelMetadataProvider): PartialViewResultExecutor;
537
605
  };
538
606
 
539
607
 
@@ -544,7 +612,13 @@ export interface __PartialViewResultExecutor$views {
544
612
  export type PartialViewResultExecutor = PartialViewResultExecutor$instance & __PartialViewResultExecutor$views;
545
613
 
546
614
 
547
- export interface SaveTempDataAttribute$instance extends Attribute, IFilterMetadata {
615
+ export interface SaveTempDataAttribute$instance extends Attribute, IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
616
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_SaveTempDataAttribute: never;
617
+
618
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
619
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
620
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
621
+
548
622
  readonly IsReusable: boolean;
549
623
  Order: int;
550
624
  CreateInstance(serviceProvider: IServiceProvider): IFilterMetadata;
@@ -561,14 +635,16 @@ export interface __SaveTempDataAttribute$views {
561
635
  As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
562
636
  }
563
637
 
564
- export interface SaveTempDataAttribute$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {}
565
-
566
638
  export type SaveTempDataAttribute = SaveTempDataAttribute$instance & __SaveTempDataAttribute$views;
567
639
 
568
640
 
569
- export interface SessionStateTempDataProvider$instance {
570
- LoadTempData(context: HttpContext): IDictionary<System_Internal.String, unknown>;
571
- SaveTempData(context: HttpContext, values: IDictionary<System_Internal.String, unknown>): void;
641
+ export interface SessionStateTempDataProvider$instance extends ITempDataProvider$instance {
642
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_SessionStateTempDataProvider: never;
643
+
644
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataProvider: never;
645
+
646
+ LoadTempData(context: HttpContext): IDictionary_2<System_Internal.String, unknown>;
647
+ SaveTempData(context: HttpContext, values: IDictionary_2<System_Internal.String, unknown>): void;
572
648
  }
573
649
 
574
650
 
@@ -581,12 +657,14 @@ export interface __SessionStateTempDataProvider$views {
581
657
  As_ITempDataProvider(): ITempDataProvider$instance;
582
658
  }
583
659
 
584
- export interface SessionStateTempDataProvider$instance extends ITempDataProvider$instance {}
585
-
586
660
  export type SessionStateTempDataProvider = SessionStateTempDataProvider$instance & __SessionStateTempDataProvider$views;
587
661
 
588
662
 
589
- export interface StringHtmlContent$instance {
663
+ export interface StringHtmlContent$instance extends Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance {
664
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_StringHtmlContent: never;
665
+
666
+ readonly __tsonic_iface_Microsoft_AspNetCore_Html_IHtmlContent: never;
667
+
590
668
  WriteTo(writer: TextWriter, encoder: HtmlEncoder): void;
591
669
  }
592
670
 
@@ -600,21 +678,27 @@ export interface __StringHtmlContent$views {
600
678
  As_IHtmlContent(): Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance;
601
679
  }
602
680
 
603
- export interface StringHtmlContent$instance extends Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance {}
604
-
605
681
  export type StringHtmlContent = StringHtmlContent$instance & __StringHtmlContent$views;
606
682
 
607
683
 
608
684
  export interface TempDataDictionary$instance {
685
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_TempDataDictionary: never;
686
+
687
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataDictionary: never;
688
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
689
+ readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
690
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
691
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
692
+
609
693
  readonly Count: int;
610
694
  [key: string]: unknown | undefined;
611
- readonly Keys: ICollection<System_Internal.String>;
612
- readonly Values: ICollection<unknown | undefined>;
695
+ readonly Keys: ICollection_1<System_Internal.String>;
696
+ readonly Values: ICollection_1<unknown | undefined>;
613
697
  Add(key: string, value: unknown): void;
614
698
  Clear(): void;
615
699
  ContainsKey(key: string): boolean;
616
700
  ContainsValue(value: unknown): boolean;
617
- GetEnumerator(): IEnumerator__System_Collections_Generic<KeyValuePair<System_Internal.String, unknown>>;
701
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
618
702
  Keep(): void;
619
703
  Keep(key: string): void;
620
704
  Load(): void;
@@ -637,7 +721,11 @@ export interface __TempDataDictionary$views {
637
721
  export type TempDataDictionary = TempDataDictionary$instance & __TempDataDictionary$views;
638
722
 
639
723
 
640
- export interface TempDataDictionaryFactory$instance {
724
+ export interface TempDataDictionaryFactory$instance extends ITempDataDictionaryFactory$instance {
725
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_TempDataDictionaryFactory: never;
726
+
727
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataDictionaryFactory: never;
728
+
641
729
  GetTempData(context: HttpContext): ITempDataDictionary;
642
730
  }
643
731
 
@@ -651,12 +739,12 @@ export interface __TempDataDictionaryFactory$views {
651
739
  As_ITempDataDictionaryFactory(): ITempDataDictionaryFactory$instance;
652
740
  }
653
741
 
654
- export interface TempDataDictionaryFactory$instance extends ITempDataDictionaryFactory$instance {}
655
-
656
742
  export type TempDataDictionaryFactory = TempDataDictionaryFactory$instance & __TempDataDictionaryFactory$views;
657
743
 
658
744
 
659
745
  export interface TemplateInfo$instance {
746
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_TemplateInfo: never;
747
+
660
748
  FormattedModelValue: unknown;
661
749
  HtmlFieldPrefix: string;
662
750
  readonly TemplateDepth: int;
@@ -675,8 +763,10 @@ export const TemplateInfo: {
675
763
  export type TemplateInfo = TemplateInfo$instance;
676
764
 
677
765
  export interface ValidationHtmlAttributeProvider$instance {
678
- AddAndTrackValidationAttributes(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, attributes: IDictionary<System_Internal.String, System_Internal.String>): void;
679
- AddValidationAttributes(viewContext: ViewContext, modelExplorer: ModelExplorer, attributes: IDictionary<System_Internal.String, System_Internal.String>): void;
766
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ValidationHtmlAttributeProvider: never;
767
+
768
+ AddAndTrackValidationAttributes(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, attributes: IDictionary_2<System_Internal.String, System_Internal.String>): void;
769
+ AddValidationAttributes(viewContext: ViewContext, modelExplorer: ModelExplorer, attributes: IDictionary_2<System_Internal.String, System_Internal.String>): void;
680
770
  }
681
771
 
682
772
 
@@ -687,12 +777,16 @@ export const ValidationHtmlAttributeProvider: (abstract new() => ValidationHtmlA
687
777
  export type ValidationHtmlAttributeProvider = ValidationHtmlAttributeProvider$instance;
688
778
 
689
779
  export interface ViewComponentResultExecutor$instance {
780
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewComponentResultExecutor: never;
781
+
782
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
783
+
690
784
  ExecuteAsync(context: ActionContext, result: ViewComponentResult): Task;
691
785
  }
692
786
 
693
787
 
694
788
  export const ViewComponentResultExecutor: {
695
- new(mvcHelperOptions: IOptions<MvcViewOptions>, loggerFactory: ILoggerFactory, htmlEncoder: HtmlEncoder, modelMetadataProvider: IModelMetadataProvider, tempDataDictionaryFactory: ITempDataDictionaryFactory, writerFactory: IHttpResponseStreamWriterFactory): ViewComponentResultExecutor;
789
+ new(mvcHelperOptions: IOptions_1<MvcViewOptions>, loggerFactory: ILoggerFactory, htmlEncoder: HtmlEncoder, modelMetadataProvider: IModelMetadataProvider, tempDataDictionaryFactory: ITempDataDictionaryFactory, writerFactory: IHttpResponseStreamWriterFactory): ViewComponentResultExecutor;
696
790
  };
697
791
 
698
792
 
@@ -700,12 +794,12 @@ export interface __ViewComponentResultExecutor$views {
700
794
  As_IActionResultExecutor_1(): Microsoft_AspNetCore_Mvc_Infrastructure_Internal.IActionResultExecutor_1$instance<ViewComponentResult>;
701
795
  }
702
796
 
703
- export interface ViewComponentResultExecutor$instance extends Microsoft_AspNetCore_Mvc_Infrastructure_Internal.IActionResultExecutor_1$instance<ViewComponentResult> {}
704
-
705
797
  export type ViewComponentResultExecutor = ViewComponentResultExecutor$instance & __ViewComponentResultExecutor$views;
706
798
 
707
799
 
708
800
  export interface ViewContextAttribute$instance extends Attribute {
801
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewContextAttribute: never;
802
+
709
803
  }
710
804
 
711
805
 
@@ -717,27 +811,34 @@ export const ViewContextAttribute: {
717
811
  export type ViewContextAttribute = ViewContextAttribute$instance;
718
812
 
719
813
  export interface ViewDataDictionary$instance {
814
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataDictionary: never;
815
+
816
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
817
+ readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
818
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
819
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
820
+
720
821
  readonly Count: int;
721
822
  readonly IsReadOnly: boolean;
722
823
  [index: string]: unknown | undefined;
723
- readonly Keys: ICollection<System_Internal.String>;
724
- Model: TModel | unknown;
824
+ readonly Keys: ICollection_1<System_Internal.String>;
825
+ Model: unknown;
725
826
  ModelExplorer: ModelExplorer;
726
827
  readonly ModelMetadata: ModelMetadata;
727
828
  readonly ModelState: ModelStateDictionary;
728
829
  readonly TemplateInfo: TemplateInfo;
729
- readonly Values: ICollection<unknown | undefined>;
830
+ readonly Values: ICollection_1<unknown | undefined>;
730
831
  Add(key: string, value: unknown): void;
731
- Add(item: KeyValuePair<System_Internal.String, unknown>): void;
832
+ Add(item: KeyValuePair_2<System_Internal.String, unknown>): void;
732
833
  Clear(): void;
733
- Contains(item: KeyValuePair<System_Internal.String, unknown>): boolean;
834
+ Contains(item: KeyValuePair_2<System_Internal.String, unknown>): boolean;
734
835
  ContainsKey(key: string): boolean;
735
- CopyTo(array: KeyValuePair<System_Internal.String, unknown>[], arrayIndex: int): void;
836
+ CopyTo(array: KeyValuePair_2<System_Internal.String, unknown>[], arrayIndex: int): void;
736
837
  Eval(expression: string): unknown | undefined;
737
838
  Eval(expression: string, format: string): string | undefined;
738
839
  GetViewDataInfo(expression: string): ViewDataInfo | undefined;
739
840
  Remove(key: string): boolean;
740
- Remove(item: KeyValuePair<System_Internal.String, unknown>): boolean;
841
+ Remove(item: KeyValuePair_2<System_Internal.String, unknown>): boolean;
741
842
  SetModel(value: unknown): void;
742
843
  TryGetValue(key: string, value: unknown): boolean;
743
844
  }
@@ -753,7 +854,14 @@ export const ViewDataDictionary: {
753
854
  export type ViewDataDictionary = ViewDataDictionary$instance;
754
855
 
755
856
  export interface ViewDataDictionary_1$instance<TModel> extends ViewDataDictionary {
756
- Model: TModel | unknown;
857
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataDictionary_1: never;
858
+
859
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
860
+ readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
861
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
862
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
863
+
864
+ Model: TModel;
757
865
  }
758
866
 
759
867
 
@@ -767,6 +875,8 @@ export const ViewDataDictionary_1: {
767
875
  export type ViewDataDictionary_1<TModel> = ViewDataDictionary_1$instance<TModel>;
768
876
 
769
877
  export interface ViewDataDictionaryAttribute$instance extends Attribute {
878
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataDictionaryAttribute: never;
879
+
770
880
  }
771
881
 
772
882
 
@@ -778,8 +888,12 @@ export const ViewDataDictionaryAttribute: {
778
888
  export type ViewDataDictionaryAttribute = ViewDataDictionaryAttribute$instance;
779
889
 
780
890
  export interface ViewDataDictionaryControllerPropertyActivator$instance {
891
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataDictionaryControllerPropertyActivator: never;
892
+
893
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Controllers_IControllerPropertyActivator: never;
894
+
781
895
  Activate(actionContext: ControllerContext, controller: unknown): void;
782
- GetActivatorDelegate(actionDescriptor: ControllerActionDescriptor): Action<ControllerContext, unknown>;
896
+ GetActivatorDelegate(actionDescriptor: ControllerActionDescriptor): Action_2<ControllerContext, unknown>;
783
897
  }
784
898
 
785
899
 
@@ -791,6 +905,8 @@ export const ViewDataDictionaryControllerPropertyActivator: {
791
905
  export type ViewDataDictionaryControllerPropertyActivator = ViewDataDictionaryControllerPropertyActivator$instance;
792
906
 
793
907
  export interface ViewDataInfo$instance {
908
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataInfo: never;
909
+
794
910
  readonly Container: unknown;
795
911
  readonly PropertyInfo: PropertyInfo;
796
912
  Value: unknown;
@@ -800,19 +916,21 @@ export interface ViewDataInfo$instance {
800
916
  export const ViewDataInfo: {
801
917
  new(container: unknown, value: unknown): ViewDataInfo;
802
918
  new(container: unknown, propertyInfo: PropertyInfo): ViewDataInfo;
803
- new(container: unknown, propertyInfo: PropertyInfo, valueAccessor: Func<unknown>): ViewDataInfo;
919
+ new(container: unknown, propertyInfo: PropertyInfo, valueAccessor: Func_1<unknown>): ViewDataInfo;
804
920
  };
805
921
 
806
922
 
807
923
  export type ViewDataInfo = ViewDataInfo$instance;
808
924
 
809
925
  export interface ViewExecutor$instance {
810
- ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable<System_Internal.Int32>): Task;
926
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewExecutor: never;
927
+
928
+ ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable_1<System_Internal.Int32>): Task;
811
929
  }
812
930
 
813
931
 
814
932
  export const ViewExecutor: {
815
- new(viewOptions: IOptions<MvcViewOptions>, writerFactory: IHttpResponseStreamWriterFactory, viewEngine: ICompositeViewEngine, tempDataFactory: ITempDataDictionaryFactory, diagnosticListener: DiagnosticListener, modelMetadataProvider: IModelMetadataProvider): ViewExecutor;
933
+ new(viewOptions: IOptions_1<MvcViewOptions>, writerFactory: IHttpResponseStreamWriterFactory, viewEngine: ICompositeViewEngine, tempDataFactory: ITempDataDictionaryFactory, diagnosticListener: DiagnosticListener, modelMetadataProvider: IModelMetadataProvider): ViewExecutor;
816
934
  readonly DefaultContentType: string;
817
935
  };
818
936
 
@@ -820,13 +938,17 @@ export const ViewExecutor: {
820
938
  export type ViewExecutor = ViewExecutor$instance;
821
939
 
822
940
  export interface ViewResultExecutor$instance extends ViewExecutor {
823
- ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable<System_Internal.Int32>): Task;
941
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewResultExecutor: never;
942
+
943
+ readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
944
+
945
+ ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable_1<System_Internal.Int32>): Task;
824
946
  FindView(actionContext: ActionContext, viewResult: ViewResult): ViewEngineResult;
825
947
  }
826
948
 
827
949
 
828
950
  export const ViewResultExecutor: {
829
- new(viewOptions: IOptions<MvcViewOptions>, writerFactory: IHttpResponseStreamWriterFactory, viewEngine: ICompositeViewEngine, tempDataFactory: ITempDataDictionaryFactory, diagnosticListener: DiagnosticListener, loggerFactory: ILoggerFactory, modelMetadataProvider: IModelMetadataProvider): ViewResultExecutor;
951
+ new(viewOptions: IOptions_1<MvcViewOptions>, writerFactory: IHttpResponseStreamWriterFactory, viewEngine: ICompositeViewEngine, tempDataFactory: ITempDataDictionaryFactory, diagnosticListener: DiagnosticListener, loggerFactory: ILoggerFactory, modelMetadataProvider: IModelMetadataProvider): ViewResultExecutor;
830
952
  };
831
953
 
832
954