@tsonic/aspnetcore 10.0.5 → 10.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 +183 -113
  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 +287 -189
  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 +35 -13
  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 +278 -204
  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 +97 -89
  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 +173 -171
  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 +572 -456
  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 +32 -24
  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 -68
  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 +92 -66
  94. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
  95. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +211 -135
  96. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
  97. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +126 -104
  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 +24 -18
  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 +58 -48
  111. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
  112. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +189 -145
  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 +59 -31
  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 +187 -131
  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 +41 -25
  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 +139 -91
  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;
@@ -200,16 +204,16 @@ export interface AttributeDictionary$instance {
200
204
  readonly Count: int;
201
205
  readonly IsReadOnly: boolean;
202
206
  [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;
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;
206
210
  Add(key: string, value: string): void;
207
211
  Clear(): void;
208
- Contains(item: KeyValuePair<System_Internal.String, System_Internal.String>): boolean;
212
+ Contains(item: KeyValuePair_2<System_Internal.String, System_Internal.String>): boolean;
209
213
  ContainsKey(key: string): boolean;
210
- 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;
211
215
  GetEnumerator(): AttributeDictionary_Enumerator;
212
- Remove(item: KeyValuePair<System_Internal.String, System_Internal.String>): boolean;
216
+ Remove(item: KeyValuePair_2<System_Internal.String, System_Internal.String>): boolean;
213
217
  Remove(key: string): boolean;
214
218
  TryGetValue(key: string, value: string): boolean;
215
219
  }
@@ -222,16 +226,18 @@ export const AttributeDictionary: {
222
226
 
223
227
  export type AttributeDictionary = AttributeDictionary$instance;
224
228
 
225
- export interface CookieTempDataProvider$instance {
229
+ export interface CookieTempDataProvider$instance extends ITempDataProvider$instance {
230
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_CookieTempDataProvider: never;
231
+
226
232
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataProvider: never;
227
233
 
228
- LoadTempData(context: HttpContext): IDictionary<System_Internal.String, unknown>;
229
- SaveTempData(context: HttpContext, values: IDictionary<System_Internal.String, unknown>): void;
234
+ LoadTempData(context: HttpContext): IDictionary_2<System_Internal.String, unknown>;
235
+ SaveTempData(context: HttpContext, values: IDictionary_2<System_Internal.String, unknown>): void;
230
236
  }
231
237
 
232
238
 
233
239
  export const CookieTempDataProvider: {
234
- new(dataProtectionProvider: IDataProtectionProvider, loggerFactory: ILoggerFactory, options: IOptions<CookieTempDataProviderOptions>, tempDataSerializer: TempDataSerializer): CookieTempDataProvider;
240
+ new(dataProtectionProvider: IDataProtectionProvider, loggerFactory: ILoggerFactory, options: IOptions_1<CookieTempDataProviderOptions>, tempDataSerializer: TempDataSerializer): CookieTempDataProvider;
235
241
  readonly CookieName: string;
236
242
  };
237
243
 
@@ -240,12 +246,12 @@ export interface __CookieTempDataProvider$views {
240
246
  As_ITempDataProvider(): ITempDataProvider$instance;
241
247
  }
242
248
 
243
- export interface CookieTempDataProvider$instance extends ITempDataProvider$instance {}
244
-
245
249
  export type CookieTempDataProvider = CookieTempDataProvider$instance & __CookieTempDataProvider$views;
246
250
 
247
251
 
248
252
  export interface DefaultHtmlGenerator$instance {
253
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_DefaultHtmlGenerator: never;
254
+
249
255
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IHtmlGenerator: never;
250
256
 
251
257
  readonly IdAttributeDotReplacement: string;
@@ -257,33 +263,33 @@ export interface DefaultHtmlGenerator$instance {
257
263
  FormatValue(value: unknown, format: string): string;
258
264
  GenerateActionLink(viewContext: ViewContext, linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): TagBuilder;
259
265
  GenerateAntiforgery(viewContext: ViewContext): IHtmlContent;
260
- 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;
261
267
  GenerateForm(viewContext: ViewContext, actionName: string, controllerName: string, routeValues: unknown, method: string, htmlAttributes: unknown): TagBuilder;
262
268
  GenerateFormCore(viewContext: ViewContext, action: string, method: string, htmlAttributes: unknown): TagBuilder;
263
- GenerateGroupsAndOptions(optionLabel: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>): IHtmlContent;
269
+ GenerateGroupsAndOptions(optionLabel: string, selectList: IEnumerable_1<SelectListItem>): IHtmlContent;
264
270
  GenerateHidden(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, useViewData: boolean, htmlAttributes: unknown): TagBuilder;
265
271
  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;
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;
267
273
  GenerateLabel(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, labelText: string, htmlAttributes: unknown): TagBuilder;
268
274
  GenerateLink(linkText: string, url: string, htmlAttributes: unknown): TagBuilder;
269
275
  GeneratePageForm(viewContext: ViewContext, pageName: string, pageHandler: string, routeValues: unknown, fragment: string, method: string, htmlAttributes: unknown): TagBuilder;
270
276
  GeneratePageLink(viewContext: ViewContext, linkText: string, pageName: string, pageHandler: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): TagBuilder;
271
277
  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;
278
+ GenerateRadioButton(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): TagBuilder;
273
279
  GenerateRouteForm(viewContext: ViewContext, routeName: string, routeValues: unknown, method: string, htmlAttributes: unknown): TagBuilder;
274
280
  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;
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;
277
283
  GenerateTextArea(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, rows: int, columns: int, htmlAttributes: unknown): TagBuilder;
278
284
  GenerateTextBox(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, value: unknown, format: string, htmlAttributes: unknown): TagBuilder;
279
285
  GenerateValidationMessage(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, message: string, tag: string, htmlAttributes: unknown): TagBuilder;
280
286
  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>;
287
+ GetCurrentValues(viewContext: ViewContext, modelExplorer: ModelExplorer, expression: string, allowMultiple: boolean): ICollection_1<System_Internal.String>;
282
288
  }
283
289
 
284
290
 
285
291
  export const DefaultHtmlGenerator: {
286
- 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;
287
293
  };
288
294
 
289
295
 
@@ -295,21 +301,25 @@ export type DefaultHtmlGenerator = DefaultHtmlGenerator$instance & __DefaultHtml
295
301
 
296
302
 
297
303
  export interface DefaultValidationHtmlAttributeProvider$instance extends ValidationHtmlAttributeProvider {
298
- 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;
299
307
  }
300
308
 
301
309
 
302
310
  export const DefaultValidationHtmlAttributeProvider: {
303
- new(optionsAccessor: IOptions<MvcViewOptions>, metadataProvider: IModelMetadataProvider, clientValidatorCache: ClientValidatorCache): DefaultValidationHtmlAttributeProvider;
311
+ new(optionsAccessor: IOptions_1<MvcViewOptions>, metadataProvider: IModelMetadataProvider, clientValidatorCache: ClientValidatorCache): DefaultValidationHtmlAttributeProvider;
304
312
  };
305
313
 
306
314
 
307
315
  export type DefaultValidationHtmlAttributeProvider = DefaultValidationHtmlAttributeProvider$instance;
308
316
 
309
317
  export interface FormContext$instance {
318
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_FormContext: never;
319
+
310
320
  CanRenderAtEndOfForm: boolean;
311
- readonly EndOfFormContent: IList<IHtmlContent>;
312
- readonly FormData: IDictionary<System_Internal.String, unknown>;
321
+ readonly EndOfFormContent: IList_1<IHtmlContent>;
322
+ readonly FormData: IDictionary_2<System_Internal.String, unknown>;
313
323
  HasAntiforgeryToken: boolean;
314
324
  readonly HasEndOfFormContent: boolean;
315
325
  readonly HasFormData: boolean;
@@ -325,7 +335,9 @@ export const FormContext: {
325
335
 
326
336
  export type FormContext = FormContext$instance;
327
337
 
328
- export interface HtmlHelper$instance {
338
+ export interface HtmlHelper$instance extends IViewContextAware$instance {
339
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_HtmlHelper: never;
340
+
329
341
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper: never;
330
342
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IViewContextAware: never;
331
343
 
@@ -336,53 +348,53 @@ export interface HtmlHelper$instance {
336
348
  readonly UrlEncoder: UrlEncoder;
337
349
  readonly ViewBag: unknown;
338
350
  ViewContext: ViewContext;
339
- readonly ViewData: ViewDataDictionary | ViewDataDictionary_1<TModel>;
351
+ readonly ViewData: ViewDataDictionary;
340
352
  ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
341
353
  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;
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;
345
357
  Contextualize(viewContext: ViewContext): void;
346
358
  CreateForm(): MvcForm;
347
359
  Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
348
360
  DisplayName(expression: string): string;
349
361
  DisplayText(expression: string): string;
350
- 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;
351
363
  Editor(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
352
364
  Encode(value: string): string;
353
365
  Encode(value: unknown): string;
354
366
  EndForm(): void;
355
367
  FormatValue(value: unknown, format: string): string;
356
- 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;
357
369
  GenerateDisplay(modelExplorer: ModelExplorer, htmlFieldName: string, templateName: string, additionalViewData: unknown): IHtmlContent;
358
370
  GenerateDisplayName(modelExplorer: ModelExplorer, expression: string): string;
359
371
  GenerateDisplayText(modelExplorer: ModelExplorer): string;
360
372
  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;
373
+ GenerateForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
362
374
  GenerateHidden(modelExplorer: ModelExplorer, expression: string, value: unknown, useViewData: boolean, htmlAttributes: unknown): IHtmlContent;
363
375
  GenerateId(expression: string): string;
364
376
  GenerateIdFromName(fullName: string): string;
365
377
  GenerateLabel(modelExplorer: ModelExplorer, expression: string, labelText: string, htmlAttributes: unknown): IHtmlContent;
366
378
  GenerateName(expression: string): string;
367
379
  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;
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;
370
382
  GenerateTextArea(modelExplorer: ModelExplorer, expression: string, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
371
383
  GenerateTextBox(modelExplorer: ModelExplorer, expression: string, value: unknown, format: string, htmlAttributes: unknown): IHtmlContent;
372
384
  GenerateValidationMessage(modelExplorer: ModelExplorer, expression: string, message: string, tag: string, htmlAttributes: unknown): IHtmlContent;
373
385
  GenerateValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
374
386
  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>;
387
+ GetEnumSelectList<TEnum extends unknown>(): IEnumerable_1<SelectListItem>;
388
+ GetEnumSelectList(enumType: Type): IEnumerable_1<SelectListItem>;
389
+ GetEnumSelectList(metadata: ModelMetadata): IEnumerable_1<SelectListItem>;
378
390
  Hidden(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
379
391
  Id(expression: string): string;
380
392
  Label(expression: string, labelText: string, htmlAttributes: unknown): IHtmlContent;
381
- ListBox(expression: string, selectList: IEnumerable__System_Collections_Generic<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
393
+ ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
382
394
  Name(expression: string): string;
383
- PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task<IHtmlContent>;
395
+ PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
384
396
  Password(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
385
- 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;
386
398
  Raw(value: string): IHtmlContent;
387
399
  Raw(value: unknown): IHtmlContent;
388
400
  RenderPartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task;
@@ -404,9 +416,9 @@ export const HtmlHelper: {
404
416
  readonly ValidationMessageValidCssClassName: string;
405
417
  readonly ValidationSummaryCssClassName: string;
406
418
  readonly ValidationSummaryValidCssClassName: string;
407
- AnonymousObjectToHtmlAttributes(htmlAttributes: unknown): IDictionary<System_Internal.String, unknown>;
419
+ AnonymousObjectToHtmlAttributes(htmlAttributes: unknown): IDictionary_2<System_Internal.String, unknown>;
408
420
  GetFormMethodString(method: FormMethod): string;
409
- ObjectToDictionary(value: unknown): IDictionary<System_Internal.String, unknown>;
421
+ ObjectToDictionary(value: unknown): IDictionary_2<System_Internal.String, unknown>;
410
422
  };
411
423
 
412
424
 
@@ -415,64 +427,64 @@ export interface __HtmlHelper$views {
415
427
  As_IViewContextAware(): IViewContextAware$instance;
416
428
  }
417
429
 
418
- export interface HtmlHelper$instance extends IViewContextAware$instance {}
419
-
420
430
  export type HtmlHelper = HtmlHelper$instance & __HtmlHelper$views;
421
431
 
422
432
 
423
433
  export interface HtmlHelper_1$instance<TModel> extends HtmlHelper$instance {
434
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_HtmlHelper_1: never;
435
+
424
436
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper: never;
425
437
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_1: never;
426
438
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IViewContextAware: never;
427
439
 
428
440
  ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
429
441
  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;
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;
434
446
  Contextualize(viewContext: ViewContext): void;
435
447
  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;
448
+ DisplayFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
437
449
  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;
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;
444
456
  Encode(value: string): string;
445
457
  Encode(value: unknown): string;
446
458
  EndForm(): void;
447
459
  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>;
460
+ GetEnumSelectList<TEnum extends unknown>(): IEnumerable_1<SelectListItem>;
461
+ GetEnumSelectList(enumType: Type): IEnumerable_1<SelectListItem>;
462
+ GetEnumSelectList(metadata: ModelMetadata): IEnumerable_1<SelectListItem>;
451
463
  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;
464
+ HiddenFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
465
+ IdFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
454
466
  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;
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;
463
475
  Raw(value: string): IHtmlContent;
464
476
  Raw(value: unknown): IHtmlContent;
465
477
  RenderPartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task;
466
478
  RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
467
479
  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;
480
+ TextAreaFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
469
481
  TextBox(expression: string, value: unknown, format: string, htmlAttributes: unknown): IHtmlContent;
470
- 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;
471
483
  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;
484
+ ValidationMessageFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
473
485
  ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
474
486
  Value(expression: string, format: string): string;
475
- ValueFor<TResult>(expression: Expression<Func<TModel, TResult>>, format: string): string;
487
+ ValueFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, format: string): string;
476
488
  }
477
489
 
478
490
 
@@ -491,6 +503,8 @@ export type HtmlHelper_1<TModel> = HtmlHelper_1$instance<TModel> & __HtmlHelper_
491
503
 
492
504
 
493
505
  export interface HtmlHelperOptions$instance {
506
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_HtmlHelperOptions: never;
507
+
494
508
  CheckBoxHiddenInputRenderMode: CheckBoxHiddenInputRenderMode;
495
509
  ClientValidationEnabled: boolean;
496
510
  FormInputRenderMode: FormInputRenderMode;
@@ -509,25 +523,27 @@ export const HtmlHelperOptions: {
509
523
  export type HtmlHelperOptions = HtmlHelperOptions$instance;
510
524
 
511
525
  export interface ModelExplorer$instance {
526
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ModelExplorer: never;
527
+
512
528
  readonly Container: ModelExplorer;
513
529
  readonly Metadata: ModelMetadata;
514
530
  readonly Model: unknown;
515
531
  readonly ModelType: Type;
516
- readonly Properties: IEnumerable__System_Collections_Generic<ModelExplorer>;
532
+ readonly Properties: IEnumerable_1<ModelExplorer>;
517
533
  GetExplorerForExpression(modelType: Type, model: unknown): ModelExplorer;
518
534
  GetExplorerForExpression(metadata: ModelMetadata, model: unknown): ModelExplorer;
519
- GetExplorerForExpression(modelType: Type, modelAccessor: Func<unknown, unknown>): ModelExplorer;
520
- 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;
521
537
  GetExplorerForModel(model: unknown): ModelExplorer;
522
538
  GetExplorerForProperty(name: string): ModelExplorer;
523
- GetExplorerForProperty(name: string, modelAccessor: Func<unknown, unknown>): ModelExplorer;
539
+ GetExplorerForProperty(name: string, modelAccessor: Func_2<unknown, unknown>): ModelExplorer;
524
540
  GetExplorerForProperty(name: string, model: unknown): ModelExplorer;
525
541
  }
526
542
 
527
543
 
528
544
  export const ModelExplorer: {
529
545
  new(metadataProvider: IModelMetadataProvider, metadata: ModelMetadata, model: unknown): ModelExplorer;
530
- 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;
531
547
  new(metadataProvider: IModelMetadataProvider, container: ModelExplorer, metadata: ModelMetadata, model: unknown): ModelExplorer;
532
548
  };
533
549
 
@@ -535,6 +551,8 @@ export const ModelExplorer: {
535
551
  export type ModelExplorer = ModelExplorer$instance;
536
552
 
537
553
  export interface ModelExpression$instance {
554
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ModelExpression: never;
555
+
538
556
  readonly Metadata: ModelMetadata;
539
557
  readonly Model: unknown;
540
558
  readonly ModelExplorer: ModelExplorer;
@@ -550,11 +568,13 @@ export const ModelExpression: {
550
568
  export type ModelExpression = ModelExpression$instance;
551
569
 
552
570
  export interface ModelExpressionProvider$instance {
571
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ModelExpressionProvider: never;
572
+
553
573
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IModelExpressionProvider: never;
554
574
 
555
- CreateModelExpression<TModel, TValue>(viewData: ViewDataDictionary_1<TModel>, expression: Expression<Func<TModel, TValue>>): ModelExpression;
575
+ CreateModelExpression<TModel, TValue>(viewData: ViewDataDictionary_1<TModel>, expression: Expression_1<Func_2<TModel, TValue>>): ModelExpression;
556
576
  CreateModelExpression<TModel>(viewData: ViewDataDictionary_1<TModel>, expression: string): ModelExpression;
557
- GetExpressionText<TModel, TValue>(expression: Expression<Func<TModel, TValue>>): string;
577
+ GetExpressionText<TModel, TValue>(expression: Expression_1<Func_2<TModel, TValue>>): string;
558
578
  }
559
579
 
560
580
 
@@ -571,15 +591,17 @@ export type ModelExpressionProvider = ModelExpressionProvider$instance & __Model
571
591
 
572
592
 
573
593
  export interface PartialViewResultExecutor$instance extends ViewExecutor {
594
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_PartialViewResultExecutor: never;
595
+
574
596
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
575
597
 
576
- ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable<System_Internal.Int32>): Task;
598
+ ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable_1<System_Internal.Int32>): Task;
577
599
  FindView(actionContext: ActionContext, viewResult: PartialViewResult): ViewEngineResult;
578
600
  }
579
601
 
580
602
 
581
603
  export const PartialViewResultExecutor: {
582
- 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;
583
605
  };
584
606
 
585
607
 
@@ -590,7 +612,9 @@ export interface __PartialViewResultExecutor$views {
590
612
  export type PartialViewResultExecutor = PartialViewResultExecutor$instance & __PartialViewResultExecutor$views;
591
613
 
592
614
 
593
- 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
+
594
618
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
595
619
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
596
620
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
@@ -611,16 +635,16 @@ export interface __SaveTempDataAttribute$views {
611
635
  As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
612
636
  }
613
637
 
614
- export interface SaveTempDataAttribute$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {}
615
-
616
638
  export type SaveTempDataAttribute = SaveTempDataAttribute$instance & __SaveTempDataAttribute$views;
617
639
 
618
640
 
619
- export interface SessionStateTempDataProvider$instance {
641
+ export interface SessionStateTempDataProvider$instance extends ITempDataProvider$instance {
642
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_SessionStateTempDataProvider: never;
643
+
620
644
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataProvider: never;
621
645
 
622
- LoadTempData(context: HttpContext): IDictionary<System_Internal.String, unknown>;
623
- SaveTempData(context: HttpContext, values: IDictionary<System_Internal.String, unknown>): void;
646
+ LoadTempData(context: HttpContext): IDictionary_2<System_Internal.String, unknown>;
647
+ SaveTempData(context: HttpContext, values: IDictionary_2<System_Internal.String, unknown>): void;
624
648
  }
625
649
 
626
650
 
@@ -633,12 +657,12 @@ export interface __SessionStateTempDataProvider$views {
633
657
  As_ITempDataProvider(): ITempDataProvider$instance;
634
658
  }
635
659
 
636
- export interface SessionStateTempDataProvider$instance extends ITempDataProvider$instance {}
637
-
638
660
  export type SessionStateTempDataProvider = SessionStateTempDataProvider$instance & __SessionStateTempDataProvider$views;
639
661
 
640
662
 
641
- 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
+
642
666
  readonly __tsonic_iface_Microsoft_AspNetCore_Html_IHtmlContent: never;
643
667
 
644
668
  WriteTo(writer: TextWriter, encoder: HtmlEncoder): void;
@@ -654,12 +678,12 @@ export interface __StringHtmlContent$views {
654
678
  As_IHtmlContent(): Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance;
655
679
  }
656
680
 
657
- export interface StringHtmlContent$instance extends Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance {}
658
-
659
681
  export type StringHtmlContent = StringHtmlContent$instance & __StringHtmlContent$views;
660
682
 
661
683
 
662
684
  export interface TempDataDictionary$instance {
685
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_TempDataDictionary: never;
686
+
663
687
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataDictionary: never;
664
688
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
665
689
  readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
@@ -668,13 +692,13 @@ export interface TempDataDictionary$instance {
668
692
 
669
693
  readonly Count: int;
670
694
  [key: string]: unknown | undefined;
671
- readonly Keys: ICollection<System_Internal.String>;
672
- readonly Values: ICollection<unknown | undefined>;
695
+ readonly Keys: ICollection_1<System_Internal.String>;
696
+ readonly Values: ICollection_1<unknown | undefined>;
673
697
  Add(key: string, value: unknown): void;
674
698
  Clear(): void;
675
699
  ContainsKey(key: string): boolean;
676
700
  ContainsValue(value: unknown): boolean;
677
- GetEnumerator(): IEnumerator__System_Collections_Generic<KeyValuePair<System_Internal.String, unknown>>;
701
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
678
702
  Keep(): void;
679
703
  Keep(key: string): void;
680
704
  Load(): void;
@@ -697,7 +721,9 @@ export interface __TempDataDictionary$views {
697
721
  export type TempDataDictionary = TempDataDictionary$instance & __TempDataDictionary$views;
698
722
 
699
723
 
700
- export interface TempDataDictionaryFactory$instance {
724
+ export interface TempDataDictionaryFactory$instance extends ITempDataDictionaryFactory$instance {
725
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_TempDataDictionaryFactory: never;
726
+
701
727
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_ITempDataDictionaryFactory: never;
702
728
 
703
729
  GetTempData(context: HttpContext): ITempDataDictionary;
@@ -713,12 +739,12 @@ export interface __TempDataDictionaryFactory$views {
713
739
  As_ITempDataDictionaryFactory(): ITempDataDictionaryFactory$instance;
714
740
  }
715
741
 
716
- export interface TempDataDictionaryFactory$instance extends ITempDataDictionaryFactory$instance {}
717
-
718
742
  export type TempDataDictionaryFactory = TempDataDictionaryFactory$instance & __TempDataDictionaryFactory$views;
719
743
 
720
744
 
721
745
  export interface TemplateInfo$instance {
746
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_TemplateInfo: never;
747
+
722
748
  FormattedModelValue: unknown;
723
749
  HtmlFieldPrefix: string;
724
750
  readonly TemplateDepth: int;
@@ -737,8 +763,10 @@ export const TemplateInfo: {
737
763
  export type TemplateInfo = TemplateInfo$instance;
738
764
 
739
765
  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;
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;
742
770
  }
743
771
 
744
772
 
@@ -749,6 +777,8 @@ export const ValidationHtmlAttributeProvider: (abstract new() => ValidationHtmlA
749
777
  export type ValidationHtmlAttributeProvider = ValidationHtmlAttributeProvider$instance;
750
778
 
751
779
  export interface ViewComponentResultExecutor$instance {
780
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewComponentResultExecutor: never;
781
+
752
782
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
753
783
 
754
784
  ExecuteAsync(context: ActionContext, result: ViewComponentResult): Task;
@@ -756,7 +786,7 @@ export interface ViewComponentResultExecutor$instance {
756
786
 
757
787
 
758
788
  export const ViewComponentResultExecutor: {
759
- 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;
760
790
  };
761
791
 
762
792
 
@@ -764,12 +794,12 @@ export interface __ViewComponentResultExecutor$views {
764
794
  As_IActionResultExecutor_1(): Microsoft_AspNetCore_Mvc_Infrastructure_Internal.IActionResultExecutor_1$instance<ViewComponentResult>;
765
795
  }
766
796
 
767
- export interface ViewComponentResultExecutor$instance extends Microsoft_AspNetCore_Mvc_Infrastructure_Internal.IActionResultExecutor_1$instance<ViewComponentResult> {}
768
-
769
797
  export type ViewComponentResultExecutor = ViewComponentResultExecutor$instance & __ViewComponentResultExecutor$views;
770
798
 
771
799
 
772
800
  export interface ViewContextAttribute$instance extends Attribute {
801
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewContextAttribute: never;
802
+
773
803
  }
774
804
 
775
805
 
@@ -781,6 +811,8 @@ export const ViewContextAttribute: {
781
811
  export type ViewContextAttribute = ViewContextAttribute$instance;
782
812
 
783
813
  export interface ViewDataDictionary$instance {
814
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataDictionary: never;
815
+
784
816
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
785
817
  readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
786
818
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
@@ -789,24 +821,24 @@ export interface ViewDataDictionary$instance {
789
821
  readonly Count: int;
790
822
  readonly IsReadOnly: boolean;
791
823
  [index: string]: unknown | undefined;
792
- readonly Keys: ICollection<System_Internal.String>;
793
- Model: TModel | unknown;
824
+ readonly Keys: ICollection_1<System_Internal.String>;
825
+ Model: unknown;
794
826
  ModelExplorer: ModelExplorer;
795
827
  readonly ModelMetadata: ModelMetadata;
796
828
  readonly ModelState: ModelStateDictionary;
797
829
  readonly TemplateInfo: TemplateInfo;
798
- readonly Values: ICollection<unknown | undefined>;
830
+ readonly Values: ICollection_1<unknown | undefined>;
799
831
  Add(key: string, value: unknown): void;
800
- Add(item: KeyValuePair<System_Internal.String, unknown>): void;
832
+ Add(item: KeyValuePair_2<System_Internal.String, unknown>): void;
801
833
  Clear(): void;
802
- Contains(item: KeyValuePair<System_Internal.String, unknown>): boolean;
834
+ Contains(item: KeyValuePair_2<System_Internal.String, unknown>): boolean;
803
835
  ContainsKey(key: string): boolean;
804
- CopyTo(array: KeyValuePair<System_Internal.String, unknown>[], arrayIndex: int): void;
836
+ CopyTo(array: KeyValuePair_2<System_Internal.String, unknown>[], arrayIndex: int): void;
805
837
  Eval(expression: string): unknown | undefined;
806
838
  Eval(expression: string, format: string): string | undefined;
807
839
  GetViewDataInfo(expression: string): ViewDataInfo | undefined;
808
840
  Remove(key: string): boolean;
809
- Remove(item: KeyValuePair<System_Internal.String, unknown>): boolean;
841
+ Remove(item: KeyValuePair_2<System_Internal.String, unknown>): boolean;
810
842
  SetModel(value: unknown): void;
811
843
  TryGetValue(key: string, value: unknown): boolean;
812
844
  }
@@ -822,12 +854,14 @@ export const ViewDataDictionary: {
822
854
  export type ViewDataDictionary = ViewDataDictionary$instance;
823
855
 
824
856
  export interface ViewDataDictionary_1$instance<TModel> extends ViewDataDictionary {
857
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataDictionary_1: never;
858
+
825
859
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
826
860
  readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
827
861
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
828
862
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
829
863
 
830
- Model: TModel | unknown;
864
+ Model: TModel;
831
865
  }
832
866
 
833
867
 
@@ -841,6 +875,8 @@ export const ViewDataDictionary_1: {
841
875
  export type ViewDataDictionary_1<TModel> = ViewDataDictionary_1$instance<TModel>;
842
876
 
843
877
  export interface ViewDataDictionaryAttribute$instance extends Attribute {
878
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataDictionaryAttribute: never;
879
+
844
880
  }
845
881
 
846
882
 
@@ -852,10 +888,12 @@ export const ViewDataDictionaryAttribute: {
852
888
  export type ViewDataDictionaryAttribute = ViewDataDictionaryAttribute$instance;
853
889
 
854
890
  export interface ViewDataDictionaryControllerPropertyActivator$instance {
891
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataDictionaryControllerPropertyActivator: never;
892
+
855
893
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Controllers_IControllerPropertyActivator: never;
856
894
 
857
895
  Activate(actionContext: ControllerContext, controller: unknown): void;
858
- GetActivatorDelegate(actionDescriptor: ControllerActionDescriptor): Action<ControllerContext, unknown>;
896
+ GetActivatorDelegate(actionDescriptor: ControllerActionDescriptor): Action_2<ControllerContext, unknown>;
859
897
  }
860
898
 
861
899
 
@@ -867,6 +905,8 @@ export const ViewDataDictionaryControllerPropertyActivator: {
867
905
  export type ViewDataDictionaryControllerPropertyActivator = ViewDataDictionaryControllerPropertyActivator$instance;
868
906
 
869
907
  export interface ViewDataInfo$instance {
908
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataInfo: never;
909
+
870
910
  readonly Container: unknown;
871
911
  readonly PropertyInfo: PropertyInfo;
872
912
  Value: unknown;
@@ -876,19 +916,21 @@ export interface ViewDataInfo$instance {
876
916
  export const ViewDataInfo: {
877
917
  new(container: unknown, value: unknown): ViewDataInfo;
878
918
  new(container: unknown, propertyInfo: PropertyInfo): ViewDataInfo;
879
- new(container: unknown, propertyInfo: PropertyInfo, valueAccessor: Func<unknown>): ViewDataInfo;
919
+ new(container: unknown, propertyInfo: PropertyInfo, valueAccessor: Func_1<unknown>): ViewDataInfo;
880
920
  };
881
921
 
882
922
 
883
923
  export type ViewDataInfo = ViewDataInfo$instance;
884
924
 
885
925
  export interface ViewExecutor$instance {
886
- 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;
887
929
  }
888
930
 
889
931
 
890
932
  export const ViewExecutor: {
891
- 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;
892
934
  readonly DefaultContentType: string;
893
935
  };
894
936
 
@@ -896,15 +938,17 @@ export const ViewExecutor: {
896
938
  export type ViewExecutor = ViewExecutor$instance;
897
939
 
898
940
  export interface ViewResultExecutor$instance extends ViewExecutor {
941
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewResultExecutor: never;
942
+
899
943
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
900
944
 
901
- ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable<System_Internal.Int32>): Task;
945
+ ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable_1<System_Internal.Int32>): Task;
902
946
  FindView(actionContext: ActionContext, viewResult: ViewResult): ViewEngineResult;
903
947
  }
904
948
 
905
949
 
906
950
  export const ViewResultExecutor: {
907
- 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;
908
952
  };
909
953
 
910
954