@tsonic/aspnetcore 10.0.5 → 10.0.7

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 (161) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +6 -6
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +15 -9
  3. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +182 -112
  4. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
  5. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +52 -34
  6. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +42 -28
  7. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +25 -11
  8. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +97 -75
  9. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +33 -31
  10. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +15 -13
  11. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +183 -139
  12. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
  13. package/Microsoft.AspNetCore.Components/internal/index.d.ts +288 -191
  14. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +29 -17
  15. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
  16. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +11 -5
  17. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
  18. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +131 -105
  19. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -9
  20. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +7 -5
  21. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
  22. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +36 -15
  23. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +12 -8
  24. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +30 -22
  25. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +9 -9
  26. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +26 -22
  27. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
  28. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
  29. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +75 -37
  30. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
  31. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
  32. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
  33. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -15
  34. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +77 -49
  35. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +4 -4
  36. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +20 -20
  37. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
  38. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -8
  39. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +39 -29
  40. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
  41. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +24 -20
  42. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +16 -16
  43. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +39 -27
  44. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
  45. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +1 -1
  46. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +21 -19
  47. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +9 -5
  48. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +19 -15
  49. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +34 -32
  50. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +43 -21
  51. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
  52. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
  53. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +57 -47
  54. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +5 -5
  55. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +6 -6
  56. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +6 -4
  57. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +8 -8
  58. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
  59. package/Microsoft.AspNetCore.Html/internal/index.d.ts +15 -13
  60. package/Microsoft.AspNetCore.Http/internal/index.d.ts +287 -223
  61. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +32 -16
  62. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +18 -16
  63. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +98 -91
  64. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +6 -6
  65. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
  66. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +175 -173
  67. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
  68. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +28 -26
  69. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +16 -8
  70. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +21 -11
  71. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
  72. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
  73. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +573 -458
  74. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
  75. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +6 -6
  76. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +41 -27
  77. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -3
  78. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +377 -205
  79. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +21 -13
  80. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +23 -13
  81. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +54 -30
  82. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +147 -125
  83. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +45 -25
  84. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +12 -10
  85. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +33 -25
  86. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
  87. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +7 -7
  88. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +26 -18
  89. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +172 -119
  90. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +76 -44
  91. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +121 -89
  92. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +44 -36
  93. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +103 -77
  94. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
  95. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +214 -140
  96. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
  97. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +127 -105
  98. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +71 -43
  99. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +70 -56
  100. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +15 -9
  101. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
  102. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
  103. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +25 -19
  104. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +60 -42
  105. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +49 -37
  106. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +107 -95
  107. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +35 -25
  108. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +88 -72
  109. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +27 -23
  110. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +59 -49
  111. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
  112. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +193 -152
  113. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +5 -3
  114. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
  115. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +36 -26
  116. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +20 -12
  117. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +24 -10
  118. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
  119. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +61 -35
  120. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +7 -5
  121. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +14 -10
  122. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +41 -29
  123. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +18 -12
  124. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +189 -135
  125. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +79 -79
  126. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
  127. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +42 -27
  128. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +38 -20
  129. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
  130. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +27 -13
  131. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +32 -18
  132. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +8 -4
  133. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +15 -11
  134. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
  135. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +48 -36
  136. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +3 -3
  137. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +14 -8
  138. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
  139. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
  140. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
  141. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +24 -18
  142. package/Microsoft.AspNetCore.Session/internal/index.d.ts +24 -22
  143. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +140 -93
  144. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +59 -25
  145. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +19 -11
  146. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
  147. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +30 -22
  148. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
  149. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
  150. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +103 -73
  151. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +125 -123
  152. package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
  153. package/Microsoft.JSInterop/internal/index.d.ts +65 -53
  154. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +28 -26
  155. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +8 -2
  156. package/Microsoft.Net.Http.Headers/internal/index.d.ts +88 -60
  157. package/System.Formats.Cbor/internal/index.d.ts +27 -21
  158. package/System.Security.Claims/internal/index.d.ts +3 -3
  159. package/System.Threading.RateLimiting/internal/index.d.ts +59 -29
  160. package/__internal/extensions/index.d.ts +1648 -1351
  161. 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,
@@ -86,24 +86,24 @@ export interface IHtmlGenerator$instance {
86
86
  FormatValue(value: unknown, format: string): string;
87
87
  GenerateActionLink(viewContext: ViewContext, linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): TagBuilder;
88
88
  GenerateAntiforgery(viewContext: ViewContext): IHtmlContent;
89
- 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;
90
90
  GenerateForm(viewContext: ViewContext, actionName: string, controllerName: string, routeValues: unknown, method: string, htmlAttributes: unknown): TagBuilder;
91
- GenerateGroupsAndOptions(optionLabel: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>): IHtmlContent;
91
+ GenerateGroupsAndOptions(optionLabel: string, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
92
92
  GenerateHidden(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, useViewData: boolean, htmlAttributes: unknown): TagBuilder;
93
93
  GenerateHiddenForCheckbox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string): TagBuilder;
94
94
  GenerateLabel(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, labelText: string, htmlAttributes: unknown): TagBuilder;
95
95
  GeneratePageForm(viewContext: ViewContext, pageName: string, pageHandler: string, routeValues: unknown, fragment: string, method: string, htmlAttributes: unknown): TagBuilder;
96
96
  GeneratePassword(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, htmlAttributes: unknown): TagBuilder;
97
- 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;
98
98
  GenerateRouteForm(viewContext: ViewContext, routeName: string, routeValues: unknown, method: string, htmlAttributes: unknown): TagBuilder;
99
99
  GenerateRouteLink(viewContext: ViewContext, linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): TagBuilder;
100
- GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, allowMultiple: boolean, htmlAttributes: unknown): TagBuilder;
101
- 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;
102
102
  GenerateTextArea(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, rows: int, columns: int, htmlAttributes: unknown): TagBuilder;
103
103
  GenerateTextBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, format: string, htmlAttributes: unknown): TagBuilder;
104
104
  GenerateValidationMessage(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, message: string, tag: string, htmlAttributes: unknown): TagBuilder;
105
105
  GenerateValidationSummary(viewContext: ViewContext, excludePropertyErrors: boolean, message: string, headerTag: string, htmlAttributes: unknown): TagBuilder;
106
- 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>;
107
107
  }
108
108
 
109
109
 
@@ -123,13 +123,13 @@ export type IKeepTempDataResult = IKeepTempDataResult$instance;
123
123
  export interface IModelExpressionProvider$instance {
124
124
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IModelExpressionProvider: never;
125
125
 
126
- CreateModelExpression<TModel, TValue>(viewData: ViewDataDictionary_1<TModel>, expression: Expression<Func<TModel, TValue>>): ModelExpression;
126
+ CreateModelExpression<TModel, TValue>(viewData: ViewDataDictionary_1<TModel>, expression: Expression_1<Func_2<TModel, TValue>>): ModelExpression;
127
127
  }
128
128
 
129
129
 
130
130
  export type IModelExpressionProvider = IModelExpressionProvider$instance;
131
131
 
132
- 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
133
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataDictionary: never;
134
134
 
135
135
  Keep(key: string): void;
@@ -138,7 +138,7 @@ export interface ITempDataDictionary$instance extends IDictionary<System_Interna
138
138
  }
139
139
 
140
140
 
141
- export interface ITempDataDictionary$instance extends System_Collections_Generic_Internal.ICollection<KeyValuePair<System_Internal.String, unknown>>, System_Collections_Generic_Internal.IDictionary<System_Internal.String, unknown>, System_Collections_Generic_Internal.IEnumerable<KeyValuePair<System_Internal.String, unknown>> {}
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
142
 
143
143
  export type ITempDataDictionary = ITempDataDictionary$instance;
144
144
 
@@ -154,8 +154,8 @@ export type ITempDataDictionaryFactory = ITempDataDictionaryFactory$instance;
154
154
  export interface ITempDataProvider$instance {
155
155
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataProvider: never;
156
156
 
157
- LoadTempData(context: HttpContext): IDictionary<System_Internal.String, unknown>;
158
- SaveTempData(context: HttpContext, values: IDictionary<System_Internal.String, unknown>): void;
157
+ LoadTempData(context: HttpContext): IDictionary_2<System_Internal.String, unknown>;
158
+ SaveTempData(context: HttpContext, values: IDictionary_2<System_Internal.String, unknown>): void;
159
159
  }
160
160
 
161
161
 
@@ -171,11 +171,13 @@ export interface IViewContextAware$instance {
171
171
  export type IViewContextAware = IViewContextAware$instance;
172
172
 
173
173
  export interface AttributeDictionary_Enumerator$instance {
174
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_AttributeDictionary_Enumerator: never;
175
+
174
176
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
175
177
  readonly __tsonic_iface_System_Collections_IEnumerator: never;
176
178
  readonly __tsonic_iface_System_IDisposable: never;
177
179
 
178
- readonly Current: KeyValuePair<System_Internal.String, System_Internal.String>;
180
+ readonly Current: KeyValuePair_2<System_Internal.String, System_Internal.String>;
179
181
  Dispose(): void;
180
182
  MoveNext(): boolean;
181
183
  Reset(): void;
@@ -190,6 +192,8 @@ export const AttributeDictionary_Enumerator: {
190
192
  export type AttributeDictionary_Enumerator = AttributeDictionary_Enumerator$instance;
191
193
 
192
194
  export interface AttributeDictionary$instance {
195
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_AttributeDictionary: never;
196
+
193
197
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
194
198
  readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
195
199
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
@@ -199,17 +203,16 @@ export interface AttributeDictionary$instance {
199
203
 
200
204
  readonly Count: int;
201
205
  readonly IsReadOnly: boolean;
202
- [key: string]: string | undefined;
203
- readonly Keys: ICollection<System_Internal.String>;
204
- readonly Values: ICollection<string | undefined>;
205
- Add(item: KeyValuePair<System_Internal.String, System_Internal.String>): void;
206
+ readonly Keys: ICollection_1<System_Internal.String>;
207
+ readonly Values: ICollection_1<string | undefined>;
208
+ Add(item: KeyValuePair_2<System_Internal.String, System_Internal.String>): void;
206
209
  Add(key: string, value: string): void;
207
210
  Clear(): void;
208
- Contains(item: KeyValuePair<System_Internal.String, System_Internal.String>): boolean;
211
+ Contains(item: KeyValuePair_2<System_Internal.String, System_Internal.String>): boolean;
209
212
  ContainsKey(key: string): boolean;
210
- CopyTo(array: KeyValuePair<System_Internal.String, System_Internal.String>[], arrayIndex: int): void;
213
+ CopyTo(array: KeyValuePair_2<System_Internal.String, System_Internal.String>[], arrayIndex: int): void;
211
214
  GetEnumerator(): AttributeDictionary_Enumerator;
212
- Remove(item: KeyValuePair<System_Internal.String, System_Internal.String>): boolean;
215
+ Remove(item: KeyValuePair_2<System_Internal.String, System_Internal.String>): boolean;
213
216
  Remove(key: string): boolean;
214
217
  TryGetValue(key: string, value: string): boolean;
215
218
  }
@@ -220,18 +223,20 @@ export const AttributeDictionary: {
220
223
  };
221
224
 
222
225
 
223
- export type AttributeDictionary = AttributeDictionary$instance;
226
+ export type AttributeDictionary = AttributeDictionary$instance & { [key: string]: string | undefined; };
227
+
228
+ export interface CookieTempDataProvider$instance extends ITempDataProvider$instance {
229
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_CookieTempDataProvider: never;
224
230
 
225
- export interface CookieTempDataProvider$instance {
226
231
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataProvider: never;
227
232
 
228
- LoadTempData(context: HttpContext): IDictionary<System_Internal.String, unknown>;
229
- SaveTempData(context: HttpContext, values: IDictionary<System_Internal.String, unknown>): void;
233
+ LoadTempData(context: HttpContext): IDictionary_2<System_Internal.String, unknown>;
234
+ SaveTempData(context: HttpContext, values: IDictionary_2<System_Internal.String, unknown>): void;
230
235
  }
231
236
 
232
237
 
233
238
  export const CookieTempDataProvider: {
234
- new(dataProtectionProvider: IDataProtectionProvider, loggerFactory: ILoggerFactory, options: IOptions<CookieTempDataProviderOptions>, tempDataSerializer: TempDataSerializer): CookieTempDataProvider;
239
+ new(dataProtectionProvider: IDataProtectionProvider, loggerFactory: ILoggerFactory, options: IOptions_1<CookieTempDataProviderOptions>, tempDataSerializer: TempDataSerializer): CookieTempDataProvider;
235
240
  readonly CookieName: string;
236
241
  };
237
242
 
@@ -240,12 +245,12 @@ export interface __CookieTempDataProvider$views {
240
245
  As_ITempDataProvider(): ITempDataProvider$instance;
241
246
  }
242
247
 
243
- export interface CookieTempDataProvider$instance extends ITempDataProvider$instance {}
244
-
245
248
  export type CookieTempDataProvider = CookieTempDataProvider$instance & __CookieTempDataProvider$views;
246
249
 
247
250
 
248
251
  export interface DefaultHtmlGenerator$instance {
252
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_DefaultHtmlGenerator: never;
253
+
249
254
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IHtmlGenerator: never;
250
255
 
251
256
  readonly IdAttributeDotReplacement: string;
@@ -257,33 +262,33 @@ export interface DefaultHtmlGenerator$instance {
257
262
  FormatValue(value: unknown, format: string): string;
258
263
  GenerateActionLink(viewContext: ViewContext, linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): TagBuilder;
259
264
  GenerateAntiforgery(viewContext: ViewContext): IHtmlContent;
260
- GenerateCheckBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): TagBuilder;
265
+ GenerateCheckBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): TagBuilder;
261
266
  GenerateForm(viewContext: ViewContext, actionName: string, controllerName: string, routeValues: unknown, method: string, htmlAttributes: unknown): TagBuilder;
262
267
  GenerateFormCore(viewContext: ViewContext, action: string, method: string, htmlAttributes: unknown): TagBuilder;
263
- GenerateGroupsAndOptions(optionLabel: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>): IHtmlContent;
268
+ GenerateGroupsAndOptions(optionLabel: string, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
264
269
  GenerateHidden(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, useViewData: boolean, htmlAttributes: unknown): TagBuilder;
265
270
  GenerateHiddenForCheckbox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string): TagBuilder;
266
- 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;
271
+ 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;
267
272
  GenerateLabel(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, labelText: string, htmlAttributes: unknown): TagBuilder;
268
273
  GenerateLink(linkText: string, url: string, htmlAttributes: unknown): TagBuilder;
269
274
  GeneratePageForm(viewContext: ViewContext, pageName: string, pageHandler: string, routeValues: unknown, fragment: string, method: string, htmlAttributes: unknown): TagBuilder;
270
275
  GeneratePageLink(viewContext: ViewContext, linkText: string, pageName: string, pageHandler: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): TagBuilder;
271
276
  GeneratePassword(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, htmlAttributes: unknown): TagBuilder;
272
- GenerateRadioButton(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): TagBuilder;
277
+ GenerateRadioButton(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): TagBuilder;
273
278
  GenerateRouteForm(viewContext: ViewContext, routeName: string, routeValues: unknown, method: string, htmlAttributes: unknown): TagBuilder;
274
279
  GenerateRouteLink(viewContext: ViewContext, linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): TagBuilder;
275
- GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, allowMultiple: boolean, htmlAttributes: unknown): TagBuilder;
276
- 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;
280
+ GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable_1<SelectListItem>, allowMultiple: boolean, htmlAttributes: unknown): TagBuilder;
281
+ GenerateSelect(viewContext: ViewContext, modelExplorer: ModelExplorer, optionLabel: string, expression: string, selectList: IEnumerable_1<SelectListItem>, currentValues: ICollection_1<System_Internal.String>, allowMultiple: boolean, htmlAttributes: unknown): TagBuilder;
277
282
  GenerateTextArea(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, rows: int, columns: int, htmlAttributes: unknown): TagBuilder;
278
283
  GenerateTextBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, format: string, htmlAttributes: unknown): TagBuilder;
279
284
  GenerateValidationMessage(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, message: string, tag: string, htmlAttributes: unknown): TagBuilder;
280
285
  GenerateValidationSummary(viewContext: ViewContext, excludePropertyErrors: boolean, message: string, headerTag: string, htmlAttributes: unknown): TagBuilder;
281
- GetCurrentValues(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, allowMultiple: boolean): ICollection<System_Internal.String>;
286
+ GetCurrentValues(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, allowMultiple: boolean): ICollection_1<System_Internal.String>;
282
287
  }
283
288
 
284
289
 
285
290
  export const DefaultHtmlGenerator: {
286
- new(antiforgery: IAntiforgery, optionsAccessor: IOptions<MvcViewOptions>, metadataProvider: IModelMetadataProvider, urlHelperFactory: IUrlHelperFactory, htmlEncoder: HtmlEncoder, validationAttributeProvider: ValidationHtmlAttributeProvider): DefaultHtmlGenerator;
291
+ new(antiforgery: IAntiforgery, optionsAccessor: IOptions_1<MvcViewOptions>, metadataProvider: IModelMetadataProvider, urlHelperFactory: IUrlHelperFactory, htmlEncoder: HtmlEncoder, validationAttributeProvider: ValidationHtmlAttributeProvider): DefaultHtmlGenerator;
287
292
  };
288
293
 
289
294
 
@@ -295,21 +300,25 @@ export type DefaultHtmlGenerator = DefaultHtmlGenerator$instance & __DefaultHtml
295
300
 
296
301
 
297
302
  export interface DefaultValidationHtmlAttributeProvider$instance extends ValidationHtmlAttributeProvider {
298
- AddValidationAttributes(viewContext: ViewContext, modelExplorer: ModelExplorer, attributes: IDictionary<System_Internal.String, System_Internal.String>): void;
303
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_DefaultValidationHtmlAttributeProvider: never;
304
+
305
+ AddValidationAttributes(viewContext: ViewContext, modelExplorer: ModelExplorer, attributes: IDictionary_2<System_Internal.String, System_Internal.String>): void;
299
306
  }
300
307
 
301
308
 
302
309
  export const DefaultValidationHtmlAttributeProvider: {
303
- new(optionsAccessor: IOptions<MvcViewOptions>, metadataProvider: IModelMetadataProvider, clientValidatorCache: ClientValidatorCache): DefaultValidationHtmlAttributeProvider;
310
+ new(optionsAccessor: IOptions_1<MvcViewOptions>, metadataProvider: IModelMetadataProvider, clientValidatorCache: ClientValidatorCache): DefaultValidationHtmlAttributeProvider;
304
311
  };
305
312
 
306
313
 
307
314
  export type DefaultValidationHtmlAttributeProvider = DefaultValidationHtmlAttributeProvider$instance;
308
315
 
309
316
  export interface FormContext$instance {
317
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_FormContext: never;
318
+
310
319
  CanRenderAtEndOfForm: boolean;
311
- readonly EndOfFormContent: IList<IHtmlContent>;
312
- readonly FormData: IDictionary<System_Internal.String, unknown>;
320
+ readonly EndOfFormContent: IList_1<IHtmlContent>;
321
+ readonly FormData: IDictionary_2<System_Internal.String, unknown>;
313
322
  HasAntiforgeryToken: boolean;
314
323
  readonly HasEndOfFormContent: boolean;
315
324
  readonly HasFormData: boolean;
@@ -325,7 +334,9 @@ export const FormContext: {
325
334
 
326
335
  export type FormContext = FormContext$instance;
327
336
 
328
- export interface HtmlHelper$instance {
337
+ export interface HtmlHelper$instance extends IViewContextAware$instance {
338
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_HtmlHelper: never;
339
+
329
340
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper: never;
330
341
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IViewContextAware: never;
331
342
 
@@ -336,53 +347,53 @@ export interface HtmlHelper$instance {
336
347
  readonly UrlEncoder: UrlEncoder;
337
348
  readonly ViewBag: unknown;
338
349
  ViewContext: ViewContext;
339
- readonly ViewData: ViewDataDictionary | ViewDataDictionary_1<TModel>;
350
+ readonly ViewData: ViewDataDictionary;
340
351
  ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
341
352
  AntiForgeryToken(): IHtmlContent;
342
- BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
343
- BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
344
- CheckBox(expression: string, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
353
+ BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
354
+ BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
355
+ CheckBox(expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
345
356
  Contextualize(viewContext: ViewContext): void;
346
357
  CreateForm(): MvcForm;
347
358
  Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
348
359
  DisplayName(expression: string): string;
349
360
  DisplayText(expression: string): string;
350
- DropDownList(expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
361
+ DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
351
362
  Editor(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
352
363
  Encode(value: string): string;
353
364
  Encode(value: unknown): string;
354
365
  EndForm(): void;
355
366
  FormatValue(value: unknown, format: string): string;
356
- GenerateCheckBox(modelExplorer: ModelExplorer, expression: string, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
367
+ GenerateCheckBox(modelExplorer: ModelExplorer, expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
357
368
  GenerateDisplay(modelExplorer: ModelExplorer, htmlFieldName: string, templateName: string, additionalViewData: unknown): IHtmlContent;
358
369
  GenerateDisplayName(modelExplorer: ModelExplorer, expression: string): string;
359
370
  GenerateDisplayText(modelExplorer: ModelExplorer): string;
360
371
  GenerateEditor(modelExplorer: ModelExplorer, htmlFieldName: string, templateName: string, additionalViewData: unknown): IHtmlContent;
361
- GenerateForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
372
+ GenerateForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
362
373
  GenerateHidden(modelExplorer: ModelExplorer, expression: string, value: unknown, useViewData: boolean, htmlAttributes: unknown): IHtmlContent;
363
374
  GenerateId(expression: string): string;
364
375
  GenerateIdFromName(fullName: string): string;
365
376
  GenerateLabel(modelExplorer: ModelExplorer, expression: string, labelText: string, htmlAttributes: unknown): IHtmlContent;
366
377
  GenerateName(expression: string): string;
367
378
  GeneratePassword(modelExplorer: ModelExplorer, expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
368
- GenerateRadioButton(modelExplorer: ModelExplorer, expression: string, value: unknown, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
369
- GenerateRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
379
+ GenerateRadioButton(modelExplorer: ModelExplorer, expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
380
+ GenerateRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
370
381
  GenerateTextArea(modelExplorer: ModelExplorer, expression: string, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
371
382
  GenerateTextBox(modelExplorer: ModelExplorer, expression: string, value: unknown, format: string, htmlAttributes: unknown): IHtmlContent;
372
383
  GenerateValidationMessage(modelExplorer: ModelExplorer, expression: string, message: string, tag: string, htmlAttributes: unknown): IHtmlContent;
373
384
  GenerateValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
374
385
  GenerateValue(expression: string, value: unknown, format: string, useViewData: boolean): string;
375
- GetEnumSelectList<TEnum extends unknown>(): IEnumerable__System_Collections_Generic<SelectListItem>;
376
- GetEnumSelectList(enumType: Type): IEnumerable__System_Collections_Generic<SelectListItem>;
377
- GetEnumSelectList(metadata: ModelMetadata): IEnumerable__System_Collections_Generic<SelectListItem>;
386
+ GetEnumSelectList<TEnum extends unknown>(): IEnumerable_1<SelectListItem>;
387
+ GetEnumSelectList(enumType: Type): IEnumerable_1<SelectListItem>;
388
+ GetEnumSelectList(metadata: ModelMetadata): IEnumerable_1<SelectListItem>;
378
389
  Hidden(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
379
390
  Id(expression: string): string;
380
391
  Label(expression: string, labelText: string, htmlAttributes: unknown): IHtmlContent;
381
- ListBox(expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
392
+ ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
382
393
  Name(expression: string): string;
383
- PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task<IHtmlContent>;
394
+ PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
384
395
  Password(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
385
- RadioButton(expression: string, value: unknown, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
396
+ RadioButton(expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
386
397
  Raw(value: string): IHtmlContent;
387
398
  Raw(value: unknown): IHtmlContent;
388
399
  RenderPartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task;
@@ -404,9 +415,9 @@ export const HtmlHelper: {
404
415
  readonly ValidationMessageValidCssClassName: string;
405
416
  readonly ValidationSummaryCssClassName: string;
406
417
  readonly ValidationSummaryValidCssClassName: string;
407
- AnonymousObjectToHtmlAttributes(htmlAttributes: unknown): IDictionary<System_Internal.String, unknown>;
418
+ AnonymousObjectToHtmlAttributes(htmlAttributes: unknown): IDictionary_2<System_Internal.String, unknown>;
408
419
  GetFormMethodString(method: FormMethod): string;
409
- ObjectToDictionary(value: unknown): IDictionary<System_Internal.String, unknown>;
420
+ ObjectToDictionary(value: unknown): IDictionary_2<System_Internal.String, unknown>;
410
421
  };
411
422
 
412
423
 
@@ -415,64 +426,64 @@ export interface __HtmlHelper$views {
415
426
  As_IViewContextAware(): IViewContextAware$instance;
416
427
  }
417
428
 
418
- export interface HtmlHelper$instance extends IViewContextAware$instance {}
419
-
420
429
  export type HtmlHelper = HtmlHelper$instance & __HtmlHelper$views;
421
430
 
422
431
 
423
432
  export interface HtmlHelper_1$instance<TModel> extends HtmlHelper$instance {
433
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_HtmlHelper_1: never;
434
+
424
435
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper: never;
425
436
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_1: never;
426
437
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IViewContextAware: never;
427
438
 
428
439
  ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
429
440
  AntiForgeryToken(): IHtmlContent;
430
- BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
431
- BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
432
- CheckBox(expression: string, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
433
- CheckBoxFor(expression: Expression<Func<TModel, System_Internal.Boolean>>, htmlAttributes: unknown): IHtmlContent;
441
+ BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
442
+ BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
443
+ CheckBox(expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
444
+ CheckBoxFor(expression: Expression_1<Func_2<TModel, System_Internal.Boolean>>, htmlAttributes: unknown): IHtmlContent;
434
445
  Contextualize(viewContext: ViewContext): void;
435
446
  Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
436
- DisplayFor<TResult>(expression: Expression<Func<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
447
+ DisplayFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
437
448
  DisplayName(expression: string): string;
438
- DisplayNameFor<TResult>(expression: Expression<Func<TModel, TResult>>): string;
439
- DisplayNameForInnerType<TModelItem, TResult>(expression: Expression<Func<TModelItem, TResult>>): string;
440
- DisplayTextFor<TResult>(expression: Expression<Func<TModel, TResult>>): string;
441
- DropDownList(expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
442
- DropDownListFor<TResult>(expression: Expression<Func<TModel, TResult>>, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
443
- EditorFor<TResult>(expression: Expression<Func<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
449
+ DisplayNameFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
450
+ DisplayNameForInnerType<TModelItem, TResult>(expression: Expression_1<Func_2<TModelItem, TResult>>): string;
451
+ DisplayTextFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
452
+ DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
453
+ DropDownListFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
454
+ EditorFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
444
455
  Encode(value: string): string;
445
456
  Encode(value: unknown): string;
446
457
  EndForm(): void;
447
458
  FormatValue(value: unknown, format: string): string;
448
- GetEnumSelectList<TEnum extends unknown>(): IEnumerable__System_Collections_Generic<SelectListItem>;
449
- GetEnumSelectList(enumType: Type): IEnumerable__System_Collections_Generic<SelectListItem>;
450
- GetEnumSelectList(metadata: ModelMetadata): IEnumerable__System_Collections_Generic<SelectListItem>;
459
+ GetEnumSelectList<TEnum extends unknown>(): IEnumerable_1<SelectListItem>;
460
+ GetEnumSelectList(enumType: Type): IEnumerable_1<SelectListItem>;
461
+ GetEnumSelectList(metadata: ModelMetadata): IEnumerable_1<SelectListItem>;
451
462
  Hidden(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
452
- HiddenFor<TResult>(expression: Expression<Func<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
453
- IdFor<TResult>(expression: Expression<Func<TModel, TResult>>): string;
463
+ HiddenFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
464
+ IdFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
454
465
  Label(expression: string, labelText: string, htmlAttributes: unknown): IHtmlContent;
455
- LabelFor<TResult>(expression: Expression<Func<TModel, TResult>>, labelText: string, htmlAttributes: unknown): IHtmlContent;
456
- ListBox(expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
457
- ListBoxFor<TResult>(expression: Expression<Func<TModel, TResult>>, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
458
- NameFor<TResult>(expression: Expression<Func<TModel, TResult>>): string;
459
- PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task<IHtmlContent>;
460
- PasswordFor<TResult>(expression: Expression<Func<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
461
- RadioButton(expression: string, value: unknown, isChecked: Nullable<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
462
- RadioButtonFor<TResult>(expression: Expression<Func<TModel, TResult>>, value: unknown, htmlAttributes: unknown): IHtmlContent;
466
+ LabelFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, labelText: string, htmlAttributes: unknown): IHtmlContent;
467
+ ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
468
+ ListBoxFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
469
+ NameFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
470
+ PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
471
+ PasswordFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
472
+ RadioButton(expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
473
+ RadioButtonFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, value: unknown, htmlAttributes: unknown): IHtmlContent;
463
474
  Raw(value: string): IHtmlContent;
464
475
  Raw(value: unknown): IHtmlContent;
465
476
  RenderPartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task;
466
477
  RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
467
478
  TextArea(expression: string, value: string, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
468
- TextAreaFor<TResult>(expression: Expression<Func<TModel, TResult>>, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
479
+ TextAreaFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
469
480
  TextBox(expression: string, value: unknown, format: string, htmlAttributes: unknown): IHtmlContent;
470
- TextBoxFor<TResult>(expression: Expression<Func<TModel, TResult>>, format: string, htmlAttributes: unknown): IHtmlContent;
481
+ TextBoxFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, format: string, htmlAttributes: unknown): IHtmlContent;
471
482
  ValidationMessage(expression: string, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
472
- ValidationMessageFor<TResult>(expression: Expression<Func<TModel, TResult>>, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
483
+ ValidationMessageFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
473
484
  ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
474
485
  Value(expression: string, format: string): string;
475
- ValueFor<TResult>(expression: Expression<Func<TModel, TResult>>, format: string): string;
486
+ ValueFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, format: string): string;
476
487
  }
477
488
 
478
489
 
@@ -491,6 +502,8 @@ export type HtmlHelper_1<TModel> = HtmlHelper_1$instance<TModel> & __HtmlHelper_
491
502
 
492
503
 
493
504
  export interface HtmlHelperOptions$instance {
505
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_HtmlHelperOptions: never;
506
+
494
507
  CheckBoxHiddenInputRenderMode: CheckBoxHiddenInputRenderMode;
495
508
  ClientValidationEnabled: boolean;
496
509
  FormInputRenderMode: FormInputRenderMode;
@@ -509,25 +522,27 @@ export const HtmlHelperOptions: {
509
522
  export type HtmlHelperOptions = HtmlHelperOptions$instance;
510
523
 
511
524
  export interface ModelExplorer$instance {
525
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ModelExplorer: never;
526
+
512
527
  readonly Container: ModelExplorer;
513
528
  readonly Metadata: ModelMetadata;
514
529
  readonly Model: unknown;
515
530
  readonly ModelType: Type;
516
- readonly Properties: IEnumerable__System_Collections_Generic<ModelExplorer>;
531
+ readonly Properties: IEnumerable_1<ModelExplorer>;
517
532
  GetExplorerForExpression(modelType: Type, model: unknown): ModelExplorer;
518
533
  GetExplorerForExpression(metadata: ModelMetadata, model: unknown): ModelExplorer;
519
- GetExplorerForExpression(modelType: Type, modelAccessor: Func<unknown, unknown>): ModelExplorer;
520
- GetExplorerForExpression(metadata: ModelMetadata, modelAccessor: Func<unknown, unknown>): ModelExplorer;
534
+ GetExplorerForExpression(modelType: Type, modelAccessor: Func_2<unknown, unknown>): ModelExplorer;
535
+ GetExplorerForExpression(metadata: ModelMetadata, modelAccessor: Func_2<unknown, unknown>): ModelExplorer;
521
536
  GetExplorerForModel(model: unknown): ModelExplorer;
522
537
  GetExplorerForProperty(name: string): ModelExplorer;
523
- GetExplorerForProperty(name: string, modelAccessor: Func<unknown, unknown>): ModelExplorer;
538
+ GetExplorerForProperty(name: string, modelAccessor: Func_2<unknown, unknown>): ModelExplorer;
524
539
  GetExplorerForProperty(name: string, model: unknown): ModelExplorer;
525
540
  }
526
541
 
527
542
 
528
543
  export const ModelExplorer: {
529
544
  new(metadataProvider: IModelMetadataProvider, metadata: ModelMetadata, model: unknown): ModelExplorer;
530
- new(metadataProvider: IModelMetadataProvider, container: ModelExplorer, metadata: ModelMetadata, modelAccessor: Func<unknown, unknown>): ModelExplorer;
545
+ new(metadataProvider: IModelMetadataProvider, container: ModelExplorer, metadata: ModelMetadata, modelAccessor: Func_2<unknown, unknown>): ModelExplorer;
531
546
  new(metadataProvider: IModelMetadataProvider, container: ModelExplorer, metadata: ModelMetadata, model: unknown): ModelExplorer;
532
547
  };
533
548
 
@@ -535,6 +550,8 @@ export const ModelExplorer: {
535
550
  export type ModelExplorer = ModelExplorer$instance;
536
551
 
537
552
  export interface ModelExpression$instance {
553
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ModelExpression: never;
554
+
538
555
  readonly Metadata: ModelMetadata;
539
556
  readonly Model: unknown;
540
557
  readonly ModelExplorer: ModelExplorer;
@@ -550,11 +567,13 @@ export const ModelExpression: {
550
567
  export type ModelExpression = ModelExpression$instance;
551
568
 
552
569
  export interface ModelExpressionProvider$instance {
570
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ModelExpressionProvider: never;
571
+
553
572
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IModelExpressionProvider: never;
554
573
 
555
- CreateModelExpression<TModel, TValue>(viewData: ViewDataDictionary_1<TModel>, expression: Expression<Func<TModel, TValue>>): ModelExpression;
574
+ CreateModelExpression<TModel, TValue>(viewData: ViewDataDictionary_1<TModel>, expression: Expression_1<Func_2<TModel, TValue>>): ModelExpression;
556
575
  CreateModelExpression<TModel>(viewData: ViewDataDictionary_1<TModel>, expression: string): ModelExpression;
557
- GetExpressionText<TModel, TValue>(expression: Expression<Func<TModel, TValue>>): string;
576
+ GetExpressionText<TModel, TValue>(expression: Expression_1<Func_2<TModel, TValue>>): string;
558
577
  }
559
578
 
560
579
 
@@ -571,15 +590,17 @@ export type ModelExpressionProvider = ModelExpressionProvider$instance & __Model
571
590
 
572
591
 
573
592
  export interface PartialViewResultExecutor$instance extends ViewExecutor {
593
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_PartialViewResultExecutor: never;
594
+
574
595
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
575
596
 
576
- ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable<System_Internal.Int32>): Task;
597
+ ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable_1<System_Internal.Int32>): Task;
577
598
  FindView(actionContext: ActionContext, viewResult: PartialViewResult): ViewEngineResult;
578
599
  }
579
600
 
580
601
 
581
602
  export const PartialViewResultExecutor: {
582
- new(viewOptions: IOptions<MvcViewOptions>, writerFactory: IHttpResponseStreamWriterFactory, viewEngine: ICompositeViewEngine, tempDataFactory: ITempDataDictionaryFactory, diagnosticListener: DiagnosticListener, loggerFactory: ILoggerFactory, modelMetadataProvider: IModelMetadataProvider): PartialViewResultExecutor;
603
+ new(viewOptions: IOptions_1<MvcViewOptions>, writerFactory: IHttpResponseStreamWriterFactory, viewEngine: ICompositeViewEngine, tempDataFactory: ITempDataDictionaryFactory, diagnosticListener: DiagnosticListener, loggerFactory: ILoggerFactory, modelMetadataProvider: IModelMetadataProvider): PartialViewResultExecutor;
583
604
  };
584
605
 
585
606
 
@@ -590,7 +611,9 @@ export interface __PartialViewResultExecutor$views {
590
611
  export type PartialViewResultExecutor = PartialViewResultExecutor$instance & __PartialViewResultExecutor$views;
591
612
 
592
613
 
593
- export interface SaveTempDataAttribute$instance extends Attribute, IFilterMetadata {
614
+ export interface SaveTempDataAttribute$instance extends Attribute, IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
615
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_SaveTempDataAttribute: never;
616
+
594
617
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
595
618
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
596
619
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
@@ -611,16 +634,16 @@ export interface __SaveTempDataAttribute$views {
611
634
  As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
612
635
  }
613
636
 
614
- export interface SaveTempDataAttribute$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {}
615
-
616
637
  export type SaveTempDataAttribute = SaveTempDataAttribute$instance & __SaveTempDataAttribute$views;
617
638
 
618
639
 
619
- export interface SessionStateTempDataProvider$instance {
640
+ export interface SessionStateTempDataProvider$instance extends ITempDataProvider$instance {
641
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_SessionStateTempDataProvider: never;
642
+
620
643
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataProvider: never;
621
644
 
622
- LoadTempData(context: HttpContext): IDictionary<System_Internal.String, unknown>;
623
- SaveTempData(context: HttpContext, values: IDictionary<System_Internal.String, unknown>): void;
645
+ LoadTempData(context: HttpContext): IDictionary_2<System_Internal.String, unknown>;
646
+ SaveTempData(context: HttpContext, values: IDictionary_2<System_Internal.String, unknown>): void;
624
647
  }
625
648
 
626
649
 
@@ -633,12 +656,12 @@ export interface __SessionStateTempDataProvider$views {
633
656
  As_ITempDataProvider(): ITempDataProvider$instance;
634
657
  }
635
658
 
636
- export interface SessionStateTempDataProvider$instance extends ITempDataProvider$instance {}
637
-
638
659
  export type SessionStateTempDataProvider = SessionStateTempDataProvider$instance & __SessionStateTempDataProvider$views;
639
660
 
640
661
 
641
- export interface StringHtmlContent$instance {
662
+ export interface StringHtmlContent$instance extends Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance {
663
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_StringHtmlContent: never;
664
+
642
665
  readonly __tsonic_iface_Microsoft_AspNetCore_Html_IHtmlContent: never;
643
666
 
644
667
  WriteTo(writer: TextWriter, encoder: HtmlEncoder): void;
@@ -654,12 +677,12 @@ export interface __StringHtmlContent$views {
654
677
  As_IHtmlContent(): Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance;
655
678
  }
656
679
 
657
- export interface StringHtmlContent$instance extends Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance {}
658
-
659
680
  export type StringHtmlContent = StringHtmlContent$instance & __StringHtmlContent$views;
660
681
 
661
682
 
662
683
  export interface TempDataDictionary$instance {
684
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_TempDataDictionary: never;
685
+
663
686
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataDictionary: never;
664
687
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
665
688
  readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
@@ -667,14 +690,13 @@ export interface TempDataDictionary$instance {
667
690
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
668
691
 
669
692
  readonly Count: int;
670
- [key: string]: unknown | undefined;
671
- readonly Keys: ICollection<System_Internal.String>;
672
- readonly Values: ICollection<unknown | undefined>;
693
+ readonly Keys: ICollection_1<System_Internal.String>;
694
+ readonly Values: ICollection_1<unknown | undefined>;
673
695
  Add(key: string, value: unknown): void;
674
696
  Clear(): void;
675
697
  ContainsKey(key: string): boolean;
676
698
  ContainsValue(value: unknown): boolean;
677
- GetEnumerator(): IEnumerator__System_Collections_Generic<KeyValuePair<System_Internal.String, unknown>>;
699
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
678
700
  Keep(): void;
679
701
  Keep(key: string): void;
680
702
  Load(): void;
@@ -694,10 +716,12 @@ export interface __TempDataDictionary$views {
694
716
  As_ITempDataDictionary(): ITempDataDictionary$instance;
695
717
  }
696
718
 
697
- export type TempDataDictionary = TempDataDictionary$instance & __TempDataDictionary$views;
719
+ export type TempDataDictionary = TempDataDictionary$instance & __TempDataDictionary$views & { [key: string]: unknown | undefined; };
720
+
698
721
 
722
+ export interface TempDataDictionaryFactory$instance extends ITempDataDictionaryFactory$instance {
723
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_TempDataDictionaryFactory: never;
699
724
 
700
- export interface TempDataDictionaryFactory$instance {
701
725
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataDictionaryFactory: never;
702
726
 
703
727
  GetTempData(context: HttpContext): ITempDataDictionary;
@@ -713,12 +737,12 @@ export interface __TempDataDictionaryFactory$views {
713
737
  As_ITempDataDictionaryFactory(): ITempDataDictionaryFactory$instance;
714
738
  }
715
739
 
716
- export interface TempDataDictionaryFactory$instance extends ITempDataDictionaryFactory$instance {}
717
-
718
740
  export type TempDataDictionaryFactory = TempDataDictionaryFactory$instance & __TempDataDictionaryFactory$views;
719
741
 
720
742
 
721
743
  export interface TemplateInfo$instance {
744
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_TemplateInfo: never;
745
+
722
746
  FormattedModelValue: unknown;
723
747
  HtmlFieldPrefix: string;
724
748
  readonly TemplateDepth: int;
@@ -737,8 +761,10 @@ export const TemplateInfo: {
737
761
  export type TemplateInfo = TemplateInfo$instance;
738
762
 
739
763
  export interface ValidationHtmlAttributeProvider$instance {
740
- AddAndTrackValidationAttributes(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, attributes: IDictionary<System_Internal.String, System_Internal.String>): void;
741
- AddValidationAttributes(viewContext: ViewContext, modelExplorer: ModelExplorer, attributes: IDictionary<System_Internal.String, System_Internal.String>): void;
764
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ValidationHtmlAttributeProvider: never;
765
+
766
+ AddAndTrackValidationAttributes(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, attributes: IDictionary_2<System_Internal.String, System_Internal.String>): void;
767
+ AddValidationAttributes(viewContext: ViewContext, modelExplorer: ModelExplorer, attributes: IDictionary_2<System_Internal.String, System_Internal.String>): void;
742
768
  }
743
769
 
744
770
 
@@ -748,7 +774,9 @@ export const ValidationHtmlAttributeProvider: (abstract new() => ValidationHtmlA
748
774
 
749
775
  export type ValidationHtmlAttributeProvider = ValidationHtmlAttributeProvider$instance;
750
776
 
751
- export interface ViewComponentResultExecutor$instance {
777
+ export interface ViewComponentResultExecutor$instance extends Microsoft_AspNetCore_Mvc_Infrastructure_Internal.IActionResultExecutor_1$instance<ViewComponentResult> {
778
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewComponentResultExecutor: never;
779
+
752
780
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
753
781
 
754
782
  ExecuteAsync(context: ActionContext, result: ViewComponentResult): Task;
@@ -756,7 +784,7 @@ export interface ViewComponentResultExecutor$instance {
756
784
 
757
785
 
758
786
  export const ViewComponentResultExecutor: {
759
- new(mvcHelperOptions: IOptions<MvcViewOptions>, loggerFactory: ILoggerFactory, htmlEncoder: HtmlEncoder, modelMetadataProvider: IModelMetadataProvider, tempDataDictionaryFactory: ITempDataDictionaryFactory, writerFactory: IHttpResponseStreamWriterFactory): ViewComponentResultExecutor;
787
+ new(mvcHelperOptions: IOptions_1<MvcViewOptions>, loggerFactory: ILoggerFactory, htmlEncoder: HtmlEncoder, modelMetadataProvider: IModelMetadataProvider, tempDataDictionaryFactory: ITempDataDictionaryFactory, writerFactory: IHttpResponseStreamWriterFactory): ViewComponentResultExecutor;
760
788
  };
761
789
 
762
790
 
@@ -764,12 +792,12 @@ export interface __ViewComponentResultExecutor$views {
764
792
  As_IActionResultExecutor_1(): Microsoft_AspNetCore_Mvc_Infrastructure_Internal.IActionResultExecutor_1$instance<ViewComponentResult>;
765
793
  }
766
794
 
767
- export interface ViewComponentResultExecutor$instance extends Microsoft_AspNetCore_Mvc_Infrastructure_Internal.IActionResultExecutor_1$instance<ViewComponentResult> {}
768
-
769
795
  export type ViewComponentResultExecutor = ViewComponentResultExecutor$instance & __ViewComponentResultExecutor$views;
770
796
 
771
797
 
772
798
  export interface ViewContextAttribute$instance extends Attribute {
799
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewContextAttribute: never;
800
+
773
801
  }
774
802
 
775
803
 
@@ -781,6 +809,8 @@ export const ViewContextAttribute: {
781
809
  export type ViewContextAttribute = ViewContextAttribute$instance;
782
810
 
783
811
  export interface ViewDataDictionary$instance {
812
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataDictionary: never;
813
+
784
814
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
785
815
  readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
786
816
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
@@ -788,25 +818,24 @@ export interface ViewDataDictionary$instance {
788
818
 
789
819
  readonly Count: int;
790
820
  readonly IsReadOnly: boolean;
791
- [index: string]: unknown | undefined;
792
- readonly Keys: ICollection<System_Internal.String>;
793
- Model: TModel | unknown;
821
+ readonly Keys: ICollection_1<System_Internal.String>;
822
+ Model: unknown;
794
823
  ModelExplorer: ModelExplorer;
795
824
  readonly ModelMetadata: ModelMetadata;
796
825
  readonly ModelState: ModelStateDictionary;
797
826
  readonly TemplateInfo: TemplateInfo;
798
- readonly Values: ICollection<unknown | undefined>;
827
+ readonly Values: ICollection_1<unknown | undefined>;
799
828
  Add(key: string, value: unknown): void;
800
- Add(item: KeyValuePair<System_Internal.String, unknown>): void;
829
+ Add(item: KeyValuePair_2<System_Internal.String, unknown>): void;
801
830
  Clear(): void;
802
- Contains(item: KeyValuePair<System_Internal.String, unknown>): boolean;
831
+ Contains(item: KeyValuePair_2<System_Internal.String, unknown>): boolean;
803
832
  ContainsKey(key: string): boolean;
804
- CopyTo(array: KeyValuePair<System_Internal.String, unknown>[], arrayIndex: int): void;
833
+ CopyTo(array: KeyValuePair_2<System_Internal.String, unknown>[], arrayIndex: int): void;
805
834
  Eval(expression: string): unknown | undefined;
806
835
  Eval(expression: string, format: string): string | undefined;
807
836
  GetViewDataInfo(expression: string): ViewDataInfo | undefined;
808
837
  Remove(key: string): boolean;
809
- Remove(item: KeyValuePair<System_Internal.String, unknown>): boolean;
838
+ Remove(item: KeyValuePair_2<System_Internal.String, unknown>): boolean;
810
839
  SetModel(value: unknown): void;
811
840
  TryGetValue(key: string, value: unknown): boolean;
812
841
  }
@@ -819,15 +848,17 @@ export const ViewDataDictionary: {
819
848
  };
820
849
 
821
850
 
822
- export type ViewDataDictionary = ViewDataDictionary$instance;
851
+ export type ViewDataDictionary = ViewDataDictionary$instance & { [index: string]: unknown | undefined; };
823
852
 
824
853
  export interface ViewDataDictionary_1$instance<TModel> extends ViewDataDictionary {
854
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataDictionary_1: never;
855
+
825
856
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
826
857
  readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
827
858
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
828
859
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
829
860
 
830
- Model: TModel | unknown;
861
+ Model: TModel;
831
862
  }
832
863
 
833
864
 
@@ -841,6 +872,8 @@ export const ViewDataDictionary_1: {
841
872
  export type ViewDataDictionary_1<TModel> = ViewDataDictionary_1$instance<TModel>;
842
873
 
843
874
  export interface ViewDataDictionaryAttribute$instance extends Attribute {
875
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataDictionaryAttribute: never;
876
+
844
877
  }
845
878
 
846
879
 
@@ -852,10 +885,12 @@ export const ViewDataDictionaryAttribute: {
852
885
  export type ViewDataDictionaryAttribute = ViewDataDictionaryAttribute$instance;
853
886
 
854
887
  export interface ViewDataDictionaryControllerPropertyActivator$instance {
888
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataDictionaryControllerPropertyActivator: never;
889
+
855
890
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Controllers_IControllerPropertyActivator: never;
856
891
 
857
892
  Activate(actionContext: ControllerContext, controller: unknown): void;
858
- GetActivatorDelegate(actionDescriptor: ControllerActionDescriptor): Action<ControllerContext, unknown>;
893
+ GetActivatorDelegate(actionDescriptor: ControllerActionDescriptor): Action_2<ControllerContext, unknown>;
859
894
  }
860
895
 
861
896
 
@@ -867,6 +902,8 @@ export const ViewDataDictionaryControllerPropertyActivator: {
867
902
  export type ViewDataDictionaryControllerPropertyActivator = ViewDataDictionaryControllerPropertyActivator$instance;
868
903
 
869
904
  export interface ViewDataInfo$instance {
905
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataInfo: never;
906
+
870
907
  readonly Container: unknown;
871
908
  readonly PropertyInfo: PropertyInfo;
872
909
  Value: unknown;
@@ -876,19 +913,21 @@ export interface ViewDataInfo$instance {
876
913
  export const ViewDataInfo: {
877
914
  new(container: unknown, value: unknown): ViewDataInfo;
878
915
  new(container: unknown, propertyInfo: PropertyInfo): ViewDataInfo;
879
- new(container: unknown, propertyInfo: PropertyInfo, valueAccessor: Func<unknown>): ViewDataInfo;
916
+ new(container: unknown, propertyInfo: PropertyInfo, valueAccessor: Func_1<unknown>): ViewDataInfo;
880
917
  };
881
918
 
882
919
 
883
920
  export type ViewDataInfo = ViewDataInfo$instance;
884
921
 
885
922
  export interface ViewExecutor$instance {
886
- ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable<System_Internal.Int32>): Task;
923
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewExecutor: never;
924
+
925
+ ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable_1<System_Internal.Int32>): Task;
887
926
  }
888
927
 
889
928
 
890
929
  export const ViewExecutor: {
891
- new(viewOptions: IOptions<MvcViewOptions>, writerFactory: IHttpResponseStreamWriterFactory, viewEngine: ICompositeViewEngine, tempDataFactory: ITempDataDictionaryFactory, diagnosticListener: DiagnosticListener, modelMetadataProvider: IModelMetadataProvider): ViewExecutor;
930
+ new(viewOptions: IOptions_1<MvcViewOptions>, writerFactory: IHttpResponseStreamWriterFactory, viewEngine: ICompositeViewEngine, tempDataFactory: ITempDataDictionaryFactory, diagnosticListener: DiagnosticListener, modelMetadataProvider: IModelMetadataProvider): ViewExecutor;
892
931
  readonly DefaultContentType: string;
893
932
  };
894
933
 
@@ -896,15 +935,17 @@ export const ViewExecutor: {
896
935
  export type ViewExecutor = ViewExecutor$instance;
897
936
 
898
937
  export interface ViewResultExecutor$instance extends ViewExecutor {
938
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewResultExecutor: never;
939
+
899
940
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
900
941
 
901
- ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable<System_Internal.Int32>): Task;
942
+ ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable_1<System_Internal.Int32>): Task;
902
943
  FindView(actionContext: ActionContext, viewResult: ViewResult): ViewEngineResult;
903
944
  }
904
945
 
905
946
 
906
947
  export const ViewResultExecutor: {
907
- new(viewOptions: IOptions<MvcViewOptions>, writerFactory: IHttpResponseStreamWriterFactory, viewEngine: ICompositeViewEngine, tempDataFactory: ITempDataDictionaryFactory, diagnosticListener: DiagnosticListener, loggerFactory: ILoggerFactory, modelMetadataProvider: IModelMetadataProvider): ViewResultExecutor;
948
+ new(viewOptions: IOptions_1<MvcViewOptions>, writerFactory: IHttpResponseStreamWriterFactory, viewEngine: ICompositeViewEngine, tempDataFactory: ITempDataDictionaryFactory, diagnosticListener: DiagnosticListener, loggerFactory: ILoggerFactory, modelMetadataProvider: IModelMetadataProvider): ViewResultExecutor;
908
949
  };
909
950
 
910
951