@tsonic/aspnetcore 10.0.2 → 10.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +6 -6
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +27 -9
  3. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +250 -112
  4. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
  5. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +64 -34
  6. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +47 -28
  7. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +28 -11
  8. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +137 -75
  9. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +53 -32
  10. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +21 -13
  11. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +221 -139
  12. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
  13. package/Microsoft.AspNetCore.Components/internal/index.d.ts +358 -187
  14. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +46 -17
  15. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
  16. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +15 -5
  17. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
  18. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +220 -89
  19. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +15 -9
  20. package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +3 -0
  21. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +10 -5
  22. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
  23. package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +3 -0
  24. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +44 -13
  25. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +16 -8
  26. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +55 -22
  27. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +15 -9
  28. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +33 -20
  29. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
  30. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
  31. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +105 -37
  32. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
  33. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
  34. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -1
  35. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +27 -15
  36. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +130 -49
  37. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +6 -4
  38. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +64 -20
  39. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
  40. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +19 -8
  41. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +55 -29
  42. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
  43. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +43 -20
  44. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +28 -16
  45. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +59 -27
  46. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +3 -0
  47. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +3 -1
  48. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +3 -1
  49. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +32 -19
  50. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +19 -5
  51. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +31 -15
  52. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +58 -32
  53. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +64 -21
  54. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
  55. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
  56. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +89 -47
  57. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +9 -5
  58. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +10 -6
  59. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +16 -4
  60. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +2 -0
  61. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +12 -8
  62. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
  63. package/Microsoft.AspNetCore.Html/internal/index.d.ts +31 -13
  64. package/Microsoft.AspNetCore.Http/internal/index.d.ts +408 -199
  65. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +34 -16
  66. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +4 -0
  67. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +21 -16
  68. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +208 -88
  69. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +10 -6
  70. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
  71. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +378 -171
  72. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
  73. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +74 -26
  74. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +18 -8
  75. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +23 -11
  76. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
  77. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
  78. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +725 -456
  79. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
  80. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +10 -6
  81. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +57 -27
  82. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +7 -3
  83. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +724 -205
  84. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +27 -13
  85. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +37 -13
  86. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +76 -30
  87. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +244 -125
  88. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +59 -25
  89. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +21 -10
  90. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +51 -24
  91. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -1
  92. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +12 -7
  93. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +43 -18
  94. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +431 -68
  95. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +140 -44
  96. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +192 -89
  97. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +77 -36
  98. package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +3 -0
  99. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +162 -66
  100. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +48 -25
  101. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +379 -133
  102. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +217 -128
  103. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +156 -102
  104. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +3 -0
  105. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +100 -43
  106. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +3 -0
  107. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +105 -56
  108. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +19 -9
  109. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
  110. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
  111. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +43 -18
  112. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +81 -42
  113. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +70 -37
  114. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +123 -95
  115. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +57 -25
  116. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +151 -72
  117. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +41 -23
  118. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +94 -48
  119. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +24 -11
  120. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +266 -144
  121. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +7 -3
  122. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
  123. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +44 -26
  124. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +22 -12
  125. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +28 -10
  126. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
  127. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +100 -31
  128. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +11 -5
  129. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +18 -10
  130. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +64 -29
  131. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +20 -12
  132. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +291 -131
  133. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +191 -79
  134. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
  135. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +61 -25
  136. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +40 -20
  137. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
  138. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +29 -13
  139. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +50 -18
  140. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +12 -4
  141. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +17 -11
  142. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
  143. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +56 -36
  144. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +17 -3
  145. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +20 -8
  146. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
  147. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
  148. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
  149. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +29 -18
  150. package/Microsoft.AspNetCore.Session/internal/index.d.ts +32 -22
  151. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +191 -91
  152. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +63 -25
  153. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +21 -11
  154. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
  155. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +38 -22
  156. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
  157. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
  158. package/Microsoft.AspNetCore.WebSockets.d.ts +3 -0
  159. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +119 -73
  160. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +135 -123
  161. package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
  162. package/Microsoft.Extensions.Hosting.d.ts +3 -0
  163. package/Microsoft.JSInterop/internal/index.d.ts +95 -52
  164. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +40 -26
  165. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +10 -2
  166. package/Microsoft.Net.Http.Headers/internal/index.d.ts +92 -60
  167. package/System.Formats.Cbor/internal/index.d.ts +29 -21
  168. package/System.Security.Claims/internal/index.d.ts +3 -3
  169. package/System.Security.Claims.d.ts +3 -0
  170. package/System.Threading.RateLimiting/internal/index.d.ts +84 -29
  171. package/__internal/extensions/index.d.ts +1776 -1190
  172. package/package.json +4 -4
@@ -13,6 +13,7 @@ import * as Microsoft_AspNetCore_Authentication_OAuth_Claims from "../../Microso
13
13
  import * as Microsoft_AspNetCore_Authorization from "../../Microsoft.AspNetCore.Authorization/internal/index.js";
14
14
  import * as Microsoft_AspNetCore_Builder from "../../Microsoft.AspNetCore.Builder/internal/index.js";
15
15
  import * as Microsoft_AspNetCore_Components from "../../Microsoft.AspNetCore.Components/internal/index.js";
16
+ import * as Microsoft_AspNetCore_Components_Endpoints from "../../Microsoft.AspNetCore.Components.Endpoints/internal/index.js";
16
17
  import * as Microsoft_AspNetCore_Components_Forms from "../../Microsoft.AspNetCore.Components.Forms/internal/index.js";
17
18
  import * as Microsoft_AspNetCore_Components_Rendering from "../../Microsoft.AspNetCore.Components.Rendering/internal/index.js";
18
19
  import * as Microsoft_AspNetCore_Components_Server from "../../Microsoft.AspNetCore.Components.Server/internal/index.js";
@@ -25,6 +26,7 @@ import * as Microsoft_AspNetCore_DataProtection_KeyManagement from "../../Micros
25
26
  import * as Microsoft_AspNetCore_DataProtection_XmlEncryption from "../../Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.js";
26
27
  import * as Microsoft_AspNetCore_Diagnostics from "../../Microsoft.AspNetCore.Diagnostics/internal/index.js";
27
28
  import * as Microsoft_AspNetCore_Diagnostics_HealthChecks from "../../Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.js";
29
+ import * as Microsoft_AspNetCore_HostFiltering from "../../Microsoft.AspNetCore.HostFiltering/internal/index.js";
28
30
  import * as Microsoft_AspNetCore_Hosting from "../../Microsoft.AspNetCore.Hosting/internal/index.js";
29
31
  import * as Microsoft_AspNetCore_Hosting_Server from "../../Microsoft.AspNetCore.Hosting.Server/internal/index.js";
30
32
  import * as Microsoft_AspNetCore_Html from "../../Microsoft.AspNetCore.Html/internal/index.js";
@@ -32,7 +34,11 @@ import * as Microsoft_AspNetCore_Http from "../../Microsoft.AspNetCore.Http/inte
32
34
  import * as Microsoft_AspNetCore_Http_Connections from "../../Microsoft.AspNetCore.Http.Connections/internal/index.js";
33
35
  import * as Microsoft_AspNetCore_Http_Features from "../../Microsoft.AspNetCore.Http.Features/internal/index.js";
34
36
  import * as Microsoft_AspNetCore_Http_Headers from "../../Microsoft.AspNetCore.Http.Headers/internal/index.js";
37
+ import * as Microsoft_AspNetCore_Http_Json from "../../Microsoft.AspNetCore.Http.Json/internal/index.js";
35
38
  import * as Microsoft_AspNetCore_Http_Timeouts from "../../Microsoft.AspNetCore.Http.Timeouts/internal/index.js";
39
+ import * as Microsoft_AspNetCore_HttpLogging from "../../Microsoft.AspNetCore.HttpLogging/internal/index.js";
40
+ import * as Microsoft_AspNetCore_HttpOverrides from "../../Microsoft.AspNetCore.HttpOverrides/internal/index.js";
41
+ import * as Microsoft_AspNetCore_HttpsPolicy from "../../Microsoft.AspNetCore.HttpsPolicy/internal/index.js";
36
42
  import * as Microsoft_AspNetCore_Identity from "../../Microsoft.AspNetCore.Identity/internal/index.js";
37
43
  import * as Microsoft_AspNetCore_Localization from "../../Microsoft.AspNetCore.Localization/internal/index.js";
38
44
  import * as Microsoft_AspNetCore_Mvc from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
@@ -46,15 +52,21 @@ import * as Microsoft_AspNetCore_Mvc_Formatters from "../../Microsoft.AspNetCore
46
52
  import * as Microsoft_AspNetCore_Mvc_Formatters_Xml from "../../Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.js";
47
53
  import * as Microsoft_AspNetCore_Mvc_Localization from "../../Microsoft.AspNetCore.Mvc.Localization/internal/index.js";
48
54
  import * as Microsoft_AspNetCore_Mvc_ModelBinding from "../../Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js";
55
+ import * as Microsoft_AspNetCore_Mvc_ModelBinding_Metadata from "../../Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.js";
56
+ import * as Microsoft_AspNetCore_Mvc_ModelBinding_Validation from "../../Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js";
49
57
  import * as Microsoft_AspNetCore_Mvc_Razor from "../../Microsoft.AspNetCore.Mvc.Razor/internal/index.js";
50
58
  import * as Microsoft_AspNetCore_Mvc_RazorPages from "../../Microsoft.AspNetCore.Mvc.RazorPages/internal/index.js";
51
59
  import * as Microsoft_AspNetCore_Mvc_Rendering from "../../Microsoft.AspNetCore.Mvc.Rendering/internal/index.js";
52
60
  import * as Microsoft_AspNetCore_Mvc_Routing from "../../Microsoft.AspNetCore.Mvc.Routing/internal/index.js";
53
61
  import * as Microsoft_AspNetCore_Mvc_TagHelpers from "../../Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.js";
54
62
  import * as Microsoft_AspNetCore_Mvc_ViewFeatures from "../../Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.js";
63
+ import * as Microsoft_AspNetCore_OutputCaching from "../../Microsoft.AspNetCore.OutputCaching/internal/index.js";
55
64
  import * as Microsoft_AspNetCore_RateLimiting from "../../Microsoft.AspNetCore.RateLimiting/internal/index.js";
56
65
  import * as Microsoft_AspNetCore_Razor_Hosting from "../../Microsoft.AspNetCore.Razor.Hosting/internal/index.js";
57
66
  import * as Microsoft_AspNetCore_Razor_TagHelpers from "../../Microsoft.AspNetCore.Razor.TagHelpers/internal/index.js";
67
+ import * as Microsoft_AspNetCore_RequestDecompression from "../../Microsoft.AspNetCore.RequestDecompression/internal/index.js";
68
+ import * as Microsoft_AspNetCore_ResponseCaching from "../../Microsoft.AspNetCore.ResponseCaching/internal/index.js";
69
+ import * as Microsoft_AspNetCore_ResponseCompression from "../../Microsoft.AspNetCore.ResponseCompression/internal/index.js";
58
70
  import * as Microsoft_AspNetCore_Rewrite from "../../Microsoft.AspNetCore.Rewrite/internal/index.js";
59
71
  import * as Microsoft_AspNetCore_Routing from "../../Microsoft.AspNetCore.Routing/internal/index.js";
60
72
  import * as Microsoft_AspNetCore_Routing_Patterns from "../../Microsoft.AspNetCore.Routing.Patterns/internal/index.js";
@@ -68,1658 +80,2232 @@ import * as Microsoft_AspNetCore_SignalR from "../../Microsoft.AspNetCore.Signal
68
80
  import * as Microsoft_AspNetCore_SignalR_Protocol from "../../Microsoft.AspNetCore.SignalR.Protocol/internal/index.js";
69
81
  import * as Microsoft_AspNetCore_StaticAssets from "../../Microsoft.AspNetCore.StaticAssets/internal/index.js";
70
82
  import * as Microsoft_AspNetCore_WebUtilities from "../../Microsoft.AspNetCore.WebUtilities/internal/index.js";
83
+ import * as Microsoft_Extensions_Configuration from "@tsonic/microsoft-extensions/Microsoft.Extensions.Configuration/internal/index.js";
71
84
  import * as Microsoft_Extensions_DependencyInjection from "../../Microsoft.Extensions.DependencyInjection/internal/index.js";
85
+ import * as Microsoft_Extensions_FileProviders from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders/internal/index.js";
86
+ import * as Microsoft_Extensions_Hosting from "../../Microsoft.Extensions.Hosting/internal/index.js";
87
+ import * as Microsoft_Extensions_Localization from "@tsonic/microsoft-extensions/Microsoft.Extensions.Localization/internal/index.js";
88
+ import * as Microsoft_Extensions_Logging from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
89
+ import * as Microsoft_Extensions_Options from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
90
+ import * as Microsoft_Extensions_Primitives from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives/internal/index.js";
72
91
  import * as Microsoft_JSInterop from "../../Microsoft.JSInterop/internal/index.js";
73
92
  import * as Microsoft_Net_Http_Headers from "../../Microsoft.Net.Http.Headers/internal/index.js";
93
+ import * as Microsoft_Win32 from "@tsonic/dotnet/Microsoft.Win32/internal/index.js";
94
+ import * as System from "@tsonic/dotnet/System/internal/index.js";
95
+ import * as System_Buffers from "@tsonic/dotnet/System.Buffers/internal/index.js";
96
+ import * as System_Collections_Generic from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
97
+ import * as System_Globalization from "@tsonic/dotnet/System.Globalization/internal/index.js";
98
+ import * as System_IO from "@tsonic/dotnet/System.IO/internal/index.js";
99
+ import * as System_Linq_Expressions from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
100
+ import * as System_Net_Security from "@tsonic/dotnet/System.Net.Security/internal/index.js";
101
+ import * as System_Reflection from "@tsonic/dotnet/System.Reflection/internal/index.js";
102
+ import * as System_Security_Claims from "../../System.Security.Claims/internal/index.js";
103
+ import * as System_Security_Cryptography_X509Certificates from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
104
+ import * as System_Text from "@tsonic/dotnet/System.Text/internal/index.js";
105
+ import * as System_Text_Encodings_Web from "@tsonic/dotnet/System.Text.Encodings.Web/internal/index.js";
106
+ import * as System_Text_Json from "@tsonic/dotnet/System.Text.Json/internal/index.js";
107
+ import * as System_Text_Json_Serialization from "@tsonic/dotnet/System.Text.Json.Serialization/internal/index.js";
108
+ import * as System_Text_Json_Serialization_Metadata from "@tsonic/dotnet/System.Text.Json.Serialization.Metadata/internal/index.js";
109
+ import * as System_Threading from "@tsonic/dotnet/System.Threading/internal/index.js";
74
110
  import * as System_Threading_RateLimiting from "../../System.Threading.RateLimiting/internal/index.js";
111
+ import * as System_Threading_Tasks from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
112
+ import * as System_Xml_Linq from "@tsonic/dotnet/System.Xml.Linq/internal/index.js";
75
113
 
76
114
  // Import primitive type aliases
77
115
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
78
116
 
117
+ // Import sticky extension scope helper
118
+ import type { Rewrap } from '@tsonic/core/lang.js';
119
+
79
120
  // Import CLR type aliases for generic type arguments
80
- import * as System_Internal from "../../System/internal/index.js";
121
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
81
122
 
82
123
  // Import unsafe type markers
83
124
  import type { ptr } from '@tsonic/core/types.js';
84
125
 
85
126
  export interface __Ext_Microsoft_AspNetCore_Authentication_AuthenticationProperties {
86
- StoreTokens(tokens: IEnumerable_1<Microsoft_AspNetCore_Authentication.AuthenticationToken>): ExtensionMethods_Microsoft_AspNetCore_Authentication<void>;
87
- GetTokenValue(tokenName: string): ExtensionMethods_Microsoft_AspNetCore_Authentication<string | undefined>;
88
- UpdateTokenValue(tokenName: string, tokenValue: string): ExtensionMethods_Microsoft_AspNetCore_Authentication<boolean>;
89
- GetTokens(): ExtensionMethods_Microsoft_AspNetCore_Authentication<IEnumerable_1<Microsoft_AspNetCore_Authentication.AuthenticationToken>>;
127
+ StoreTokens(tokens: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Authentication.AuthenticationToken>): Rewrap<this, void>;
128
+ GetTokenValue(tokenName: string): Rewrap<this, string | undefined>;
129
+ UpdateTokenValue(tokenName: string, tokenValue: string): Rewrap<this, boolean>;
130
+ GetTokens(): Rewrap<this, System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Authentication.AuthenticationToken>>;
90
131
  }
91
132
 
92
133
  export interface __Ext_Microsoft_AspNetCore_Authentication_IAuthenticationConfigurationProvider {
93
- GetSchemeConfiguration(authenticationScheme: string): ExtensionMethods_Microsoft_AspNetCore_Authentication<IConfiguration>;
134
+ GetSchemeConfiguration(authenticationScheme: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfiguration>;
94
135
  }
95
136
 
96
137
  export interface __Ext_Microsoft_AspNetCore_Authentication_IAuthenticationService {
97
- GetTokenAsync(context: Microsoft_AspNetCore_Http.HttpContext, tokenName: string): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task_1<string | undefined>>;
98
- GetTokenAsync(context: Microsoft_AspNetCore_Http.HttpContext, scheme: string, tokenName: string): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task_1<string | undefined>>;
138
+ GetTokenAsync(context: Microsoft_AspNetCore_Http.HttpContext, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string | undefined>>;
139
+ GetTokenAsync(context: Microsoft_AspNetCore_Http.HttpContext, scheme: string, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string | undefined>>;
99
140
  }
100
141
 
101
142
  export interface __Ext_Microsoft_AspNetCore_Authentication_ClaimActionCollection {
102
- MapJsonKey(claimType: string, jsonKey: string): ExtensionMethods_Microsoft_AspNetCore_Authentication<void>;
103
- MapJsonKey(claimType: string, jsonKey: string, valueType: string): ExtensionMethods_Microsoft_AspNetCore_Authentication<void>;
104
- MapJsonSubKey(claimType: string, jsonKey: string, subKey: string): ExtensionMethods_Microsoft_AspNetCore_Authentication<void>;
105
- MapJsonSubKey(claimType: string, jsonKey: string, subKey: string, valueType: string): ExtensionMethods_Microsoft_AspNetCore_Authentication<void>;
106
- MapCustomJson(claimType: string, resolver: Func_2<JsonElement, System_Internal.String>): ExtensionMethods_Microsoft_AspNetCore_Authentication<void>;
107
- MapCustomJson(claimType: string, valueType: string, resolver: Func_2<JsonElement, System_Internal.String>): ExtensionMethods_Microsoft_AspNetCore_Authentication<void>;
108
- MapAll(): ExtensionMethods_Microsoft_AspNetCore_Authentication<void>;
109
- MapAllExcept(exclusions: string[]): ExtensionMethods_Microsoft_AspNetCore_Authentication<void>;
110
- DeleteClaim(claimType: string): ExtensionMethods_Microsoft_AspNetCore_Authentication<void>;
111
- DeleteClaims(claimTypes: string[]): ExtensionMethods_Microsoft_AspNetCore_Authentication<void>;
143
+ MapJsonKey(claimType: string, jsonKey: string): Rewrap<this, void>;
144
+ MapJsonKey(claimType: string, jsonKey: string, valueType: string): Rewrap<this, void>;
145
+ MapJsonSubKey(claimType: string, jsonKey: string, subKey: string): Rewrap<this, void>;
146
+ MapJsonSubKey(claimType: string, jsonKey: string, subKey: string, valueType: string): Rewrap<this, void>;
147
+ MapCustomJson(claimType: string, resolver: System.Func_2<System_Text_Json.JsonElement, System_Internal.String>): Rewrap<this, void>;
148
+ MapCustomJson(claimType: string, valueType: string, resolver: System.Func_2<System_Text_Json.JsonElement, System_Internal.String>): Rewrap<this, void>;
149
+ MapAll(): Rewrap<this, void>;
150
+ MapAllExcept(...exclusions: string[]): Rewrap<this, void>;
151
+ DeleteClaim(claimType: string): Rewrap<this, void>;
152
+ DeleteClaims(...claimTypes: string[]): Rewrap<this, void>;
112
153
  }
113
154
 
114
155
  export interface __Ext_Microsoft_AspNetCore_Authentication_HttpContext {
115
- AuthenticateAsync(): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task_1<Microsoft_AspNetCore_Authentication.AuthenticateResult>>;
116
- AuthenticateAsync(scheme: string): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task_1<Microsoft_AspNetCore_Authentication.AuthenticateResult>>;
117
- ChallengeAsync(scheme: string): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task>;
118
- ChallengeAsync(): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task>;
119
- ChallengeAsync(properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task>;
120
- ChallengeAsync(scheme: string, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task>;
121
- ForbidAsync(scheme: string): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task>;
122
- ForbidAsync(): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task>;
123
- ForbidAsync(properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task>;
124
- ForbidAsync(scheme: string, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task>;
125
- SignInAsync(scheme: string, principal: ClaimsPrincipal): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task>;
126
- SignInAsync(principal: ClaimsPrincipal): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task>;
127
- SignInAsync(principal: ClaimsPrincipal, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task>;
128
- SignInAsync(scheme: string, principal: ClaimsPrincipal, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task>;
129
- SignOutAsync(): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task>;
130
- SignOutAsync(properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task>;
131
- SignOutAsync(scheme: string): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task>;
132
- SignOutAsync(scheme: string, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task>;
133
- GetTokenAsync(scheme: string, tokenName: string): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task_1<string | undefined>>;
134
- GetTokenAsync(tokenName: string): ExtensionMethods_Microsoft_AspNetCore_Authentication<Task_1<string | undefined>>;
156
+ AuthenticateAsync(): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authentication.AuthenticateResult>>;
157
+ AuthenticateAsync(scheme: string): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authentication.AuthenticateResult>>;
158
+ ChallengeAsync(scheme: string): Rewrap<this, System_Threading_Tasks.Task>;
159
+ ChallengeAsync(): Rewrap<this, System_Threading_Tasks.Task>;
160
+ ChallengeAsync(properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
161
+ ChallengeAsync(scheme: string, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
162
+ ForbidAsync(scheme: string): Rewrap<this, System_Threading_Tasks.Task>;
163
+ ForbidAsync(): Rewrap<this, System_Threading_Tasks.Task>;
164
+ ForbidAsync(properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
165
+ ForbidAsync(scheme: string, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
166
+ SignInAsync(scheme: string, principal: System_Security_Claims.ClaimsPrincipal): Rewrap<this, System_Threading_Tasks.Task>;
167
+ SignInAsync(principal: System_Security_Claims.ClaimsPrincipal): Rewrap<this, System_Threading_Tasks.Task>;
168
+ SignInAsync(principal: System_Security_Claims.ClaimsPrincipal, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
169
+ SignInAsync(scheme: string, principal: System_Security_Claims.ClaimsPrincipal, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
170
+ SignOutAsync(): Rewrap<this, System_Threading_Tasks.Task>;
171
+ SignOutAsync(properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
172
+ SignOutAsync(scheme: string): Rewrap<this, System_Threading_Tasks.Task>;
173
+ SignOutAsync(scheme: string, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
174
+ GetTokenAsync(scheme: string, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string | undefined>>;
175
+ GetTokenAsync(tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string | undefined>>;
176
+ }
177
+
178
+ export interface __Ext_Microsoft_AspNetCore_Authentication_JsonElement {
179
+ GetString(key: string): Rewrap<this, string | undefined>;
135
180
  }
136
181
 
137
182
  export interface __Ext_Microsoft_AspNetCore_Authorization_IAuthorizationService {
138
- AuthorizeAsync(user: ClaimsPrincipal, resource: unknown, requirement: Microsoft_AspNetCore_Authorization.IAuthorizationRequirement): ExtensionMethods_Microsoft_AspNetCore_Authorization<Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
139
- AuthorizeAsync(user: ClaimsPrincipal, resource: unknown, policy: Microsoft_AspNetCore_Authorization.AuthorizationPolicy): ExtensionMethods_Microsoft_AspNetCore_Authorization<Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
140
- AuthorizeAsync(user: ClaimsPrincipal, policy: Microsoft_AspNetCore_Authorization.AuthorizationPolicy): ExtensionMethods_Microsoft_AspNetCore_Authorization<Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
141
- AuthorizeAsync(user: ClaimsPrincipal, policyName: string): ExtensionMethods_Microsoft_AspNetCore_Authorization<Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
183
+ AuthorizeAsync(user: System_Security_Claims.ClaimsPrincipal, resource: unknown, requirement: Microsoft_AspNetCore_Authorization.IAuthorizationRequirement): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
184
+ AuthorizeAsync(user: System_Security_Claims.ClaimsPrincipal, resource: unknown, policy: Microsoft_AspNetCore_Authorization.AuthorizationPolicy): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
185
+ AuthorizeAsync(user: System_Security_Claims.ClaimsPrincipal, policy: Microsoft_AspNetCore_Authorization.AuthorizationPolicy): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
186
+ AuthorizeAsync(user: System_Security_Claims.ClaimsPrincipal, policyName: string): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
142
187
  }
143
188
 
144
189
  export interface __Ext_Microsoft_AspNetCore_Builder_ControllerActionEndpointConventionBuilder {
145
- WithStaticAssets(manifestPath: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
190
+ WithStaticAssets(manifestPath?: string): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
146
191
  }
147
192
 
148
193
  export interface __Ext_Microsoft_AspNetCore_Builder_IApplicationBuilder {
149
- UseAntiforgery(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
150
- UseAuthentication(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
151
- UseAuthorization(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
152
- UseCookiePolicy(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
153
- UseCookiePolicy(options: Microsoft_AspNetCore_Builder.CookiePolicyOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
154
- UseCors(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
155
- UseCors(policyName: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
156
- UseCors(configurePolicy: Action_1<Microsoft_AspNetCore_Cors_Infrastructure.CorsPolicyBuilder>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
157
- UseDeveloperExceptionPage(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
158
- UseDeveloperExceptionPage(options: Microsoft_AspNetCore_Builder.DeveloperExceptionPageOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
159
- UseExceptionHandler(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
160
- UseExceptionHandler(errorHandlingPath: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
161
- UseExceptionHandler(errorHandlingPath: string, createScopeForErrors: boolean): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
162
- UseExceptionHandler(configure: Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
163
- UseExceptionHandler(options: Microsoft_AspNetCore_Builder.ExceptionHandlerOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
164
- UseStatusCodePages(options: Microsoft_AspNetCore_Builder.StatusCodePagesOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
165
- UseStatusCodePages(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
166
- UseStatusCodePages(handler: Func_2<Microsoft_AspNetCore_Diagnostics.StatusCodeContext, Task>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
167
- UseStatusCodePages(contentType: string, bodyFormat: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
168
- UseStatusCodePagesWithRedirects(locationFormat: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
169
- UseStatusCodePages(configuration: Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
170
- UseStatusCodePagesWithReExecute(pathFormat: string, queryFormat: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
171
- UseStatusCodePagesWithReExecute(pathFormat: string, queryFormat: string, createScopeForStatusCodePages: boolean): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
172
- UseWelcomePage(options: Microsoft_AspNetCore_Builder.WelcomePageOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
173
- UseWelcomePage(path: Microsoft_AspNetCore_Http.PathString): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
174
- UseWelcomePage(path: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
175
- UseWelcomePage(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
176
- UseHealthChecks(path: Microsoft_AspNetCore_Http.PathString): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
177
- UseHealthChecks(path: Microsoft_AspNetCore_Http.PathString, options: Microsoft_AspNetCore_Diagnostics_HealthChecks.HealthCheckOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
178
- UseHealthChecks(path: Microsoft_AspNetCore_Http.PathString, port: int): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
179
- UseHealthChecks(path: Microsoft_AspNetCore_Http.PathString, port: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
180
- UseHealthChecks(path: Microsoft_AspNetCore_Http.PathString, port: int, options: Microsoft_AspNetCore_Diagnostics_HealthChecks.HealthCheckOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
181
- UseHealthChecks(path: Microsoft_AspNetCore_Http.PathString, port: string, options: Microsoft_AspNetCore_Diagnostics_HealthChecks.HealthCheckOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
182
- UseHostFiltering(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
183
- UseRequestTimeouts(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
184
- Map(pathMatch: string, configuration: Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
185
- Map(pathMatch: Microsoft_AspNetCore_Http.PathString, configuration: Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
186
- Map(pathMatch: Microsoft_AspNetCore_Http.PathString, preserveMatchedPathSegment: boolean, configuration: Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
187
- MapWhen(predicate: Func_2<Microsoft_AspNetCore_Http.HttpContext, System_Internal.Boolean>, configuration: Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
188
- Run(handler: Microsoft_AspNetCore_Http.RequestDelegate): ExtensionMethods_Microsoft_AspNetCore_Builder<void>;
189
- Use(middleware: Func_3<Microsoft_AspNetCore_Http.HttpContext, Func_1<Task>, Task>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
190
- Use(middleware: Func_3<Microsoft_AspNetCore_Http.HttpContext, Microsoft_AspNetCore_Http.RequestDelegate, Task>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
191
- UseMiddleware<TMiddleware>(args: unknown[]): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
192
- UseMiddleware(middleware: Type, args: unknown[]): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
193
- UsePathBase(pathBase: Microsoft_AspNetCore_Http.PathString): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
194
- UseWhen(predicate: Func_2<Microsoft_AspNetCore_Http.HttpContext, System_Internal.Boolean>, configuration: Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
195
- UseHttpLogging(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
196
- UseW3CLogging(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
197
- UseCertificateForwarding(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
198
- UseForwardedHeaders(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
199
- UseForwardedHeaders(options: Microsoft_AspNetCore_Builder.ForwardedHeadersOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
200
- UseHttpMethodOverride(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
201
- UseHttpMethodOverride(options: Microsoft_AspNetCore_Builder.HttpMethodOverrideOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
202
- UseHsts(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
203
- UseHttpsRedirection(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
204
- UseRequestLocalization(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
205
- UseRequestLocalization(options: Microsoft_AspNetCore_Builder.RequestLocalizationOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
206
- UseRequestLocalization(optionsAction: Action_1<Microsoft_AspNetCore_Builder.RequestLocalizationOptions>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
207
- UseRequestLocalization(cultures: string[]): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
208
- UseMvc(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
209
- UseMvcWithDefaultRoute(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
210
- UseMvc(configureRoutes: Action_1<Microsoft_AspNetCore_Routing.IRouteBuilder>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
211
- UseOutputCache(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
212
- UseRateLimiter(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
213
- UseRateLimiter(options: Microsoft_AspNetCore_RateLimiting.RateLimiterOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
214
- UseRequestDecompression(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
215
- UseResponseCaching(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
216
- UseResponseCompression(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
217
- UseRewriter(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
218
- UseRewriter(options: Microsoft_AspNetCore_Rewrite.RewriteOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
219
- UseRouting(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
220
- UseEndpoints(configure: Action_1<Microsoft_AspNetCore_Routing.IEndpointRouteBuilder>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
221
- UseRouter(router: Microsoft_AspNetCore_Routing.IRouter): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
222
- UseRouter(action: Action_1<Microsoft_AspNetCore_Routing.IRouteBuilder>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
223
- UseSession(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
224
- UseSession(options: Microsoft_AspNetCore_Builder.SessionOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
225
- UseDefaultFiles(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
226
- UseDefaultFiles(requestPath: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
227
- UseDefaultFiles(options: Microsoft_AspNetCore_Builder.DefaultFilesOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
228
- UseDirectoryBrowser(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
229
- UseDirectoryBrowser(requestPath: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
230
- UseDirectoryBrowser(options: Microsoft_AspNetCore_Builder.DirectoryBrowserOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
231
- UseFileServer(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
232
- UseFileServer(enableDirectoryBrowsing: boolean): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
233
- UseFileServer(requestPath: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
234
- UseFileServer(options: Microsoft_AspNetCore_Builder.FileServerOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
235
- UseStaticFiles(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
236
- UseStaticFiles(requestPath: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
237
- UseStaticFiles(options: Microsoft_AspNetCore_Builder.StaticFileOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
238
- UseWebSockets(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
239
- UseWebSockets(options: Microsoft_AspNetCore_Builder.WebSocketOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IApplicationBuilder>;
194
+ UseAntiforgery(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
195
+ UseAuthentication(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
196
+ UseAuthorization(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
197
+ UseCookiePolicy(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
198
+ UseCookiePolicy(options: Microsoft_AspNetCore_Builder.CookiePolicyOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
199
+ UseCors(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
200
+ UseCors(policyName: string): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
201
+ UseCors(configurePolicy: System.Action_1<Microsoft_AspNetCore_Cors_Infrastructure.CorsPolicyBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
202
+ UseDeveloperExceptionPage(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
203
+ UseDeveloperExceptionPage(options: Microsoft_AspNetCore_Builder.DeveloperExceptionPageOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
204
+ UseExceptionHandler(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
205
+ UseExceptionHandler(errorHandlingPath: string): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
206
+ UseExceptionHandler(errorHandlingPath: string, createScopeForErrors: boolean): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
207
+ UseExceptionHandler(configure: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
208
+ UseExceptionHandler(options: Microsoft_AspNetCore_Builder.ExceptionHandlerOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
209
+ UseStatusCodePages(options: Microsoft_AspNetCore_Builder.StatusCodePagesOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
210
+ UseStatusCodePages(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
211
+ UseStatusCodePages(handler: System.Func_2<Microsoft_AspNetCore_Diagnostics.StatusCodeContext, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
212
+ UseStatusCodePages(contentType: string, bodyFormat: string): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
213
+ UseStatusCodePagesWithRedirects(locationFormat: string): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
214
+ UseStatusCodePages(configuration: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
215
+ UseStatusCodePagesWithReExecute(pathFormat: string, queryFormat: string): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
216
+ UseStatusCodePagesWithReExecute(pathFormat: string, queryFormat?: string, createScopeForStatusCodePages?: boolean): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
217
+ UseWelcomePage(options: Microsoft_AspNetCore_Builder.WelcomePageOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
218
+ UseWelcomePage(path: Microsoft_AspNetCore_Http.PathString): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
219
+ UseWelcomePage(path: string): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
220
+ UseWelcomePage(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
221
+ UseHealthChecks(path: Microsoft_AspNetCore_Http.PathString): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
222
+ UseHealthChecks(path: Microsoft_AspNetCore_Http.PathString, options: Microsoft_AspNetCore_Diagnostics_HealthChecks.HealthCheckOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
223
+ UseHealthChecks(path: Microsoft_AspNetCore_Http.PathString, port: int): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
224
+ UseHealthChecks(path: Microsoft_AspNetCore_Http.PathString, port: string): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
225
+ UseHealthChecks(path: Microsoft_AspNetCore_Http.PathString, port: int, options: Microsoft_AspNetCore_Diagnostics_HealthChecks.HealthCheckOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
226
+ UseHealthChecks(path: Microsoft_AspNetCore_Http.PathString, port: string, options: Microsoft_AspNetCore_Diagnostics_HealthChecks.HealthCheckOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
227
+ UseHostFiltering(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
228
+ UseRequestTimeouts(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
229
+ Map(pathMatch: string, configuration: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
230
+ Map(pathMatch: Microsoft_AspNetCore_Http.PathString, configuration: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
231
+ Map(pathMatch: Microsoft_AspNetCore_Http.PathString, preserveMatchedPathSegment: boolean, configuration: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
232
+ MapWhen(predicate: System.Func_2<Microsoft_AspNetCore_Http.HttpContext, System_Internal.Boolean>, configuration: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
233
+ Run(handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, void>;
234
+ Use(middleware: System.Func_3<Microsoft_AspNetCore_Http.HttpContext, System.Func_1<System_Threading_Tasks.Task>, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
235
+ Use(middleware: System.Func_3<Microsoft_AspNetCore_Http.HttpContext, Microsoft_AspNetCore_Http.RequestDelegate, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
236
+ UseMiddleware<TMiddleware>(...args: unknown[]): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
237
+ UseMiddleware(middleware: System.Type, ...args: unknown[]): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
238
+ UsePathBase(pathBase: Microsoft_AspNetCore_Http.PathString): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
239
+ UseWhen(predicate: System.Func_2<Microsoft_AspNetCore_Http.HttpContext, System_Internal.Boolean>, configuration: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
240
+ UseHttpLogging(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
241
+ UseW3CLogging(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
242
+ UseCertificateForwarding(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
243
+ UseForwardedHeaders(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
244
+ UseForwardedHeaders(options: Microsoft_AspNetCore_Builder.ForwardedHeadersOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
245
+ UseHttpMethodOverride(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
246
+ UseHttpMethodOverride(options: Microsoft_AspNetCore_Builder.HttpMethodOverrideOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
247
+ UseHsts(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
248
+ UseHttpsRedirection(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
249
+ UseRequestLocalization(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
250
+ UseRequestLocalization(options: Microsoft_AspNetCore_Builder.RequestLocalizationOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
251
+ UseRequestLocalization(optionsAction: System.Action_1<Microsoft_AspNetCore_Builder.RequestLocalizationOptions>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
252
+ UseRequestLocalization(...cultures: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
253
+ UseMvc(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
254
+ UseMvcWithDefaultRoute(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
255
+ UseMvc(configureRoutes: System.Action_1<Microsoft_AspNetCore_Routing.IRouteBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
256
+ UseOutputCache(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
257
+ UseRateLimiter(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
258
+ UseRateLimiter(options: Microsoft_AspNetCore_RateLimiting.RateLimiterOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
259
+ UseRequestDecompression(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
260
+ UseResponseCaching(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
261
+ UseResponseCompression(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
262
+ UseRewriter(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
263
+ UseRewriter(options: Microsoft_AspNetCore_Rewrite.RewriteOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
264
+ UseRouting(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
265
+ UseEndpoints(configure: System.Action_1<Microsoft_AspNetCore_Routing.IEndpointRouteBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
266
+ UseRouter(router: Microsoft_AspNetCore_Routing.IRouter): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
267
+ UseRouter(action: System.Action_1<Microsoft_AspNetCore_Routing.IRouteBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
268
+ UseSession(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
269
+ UseSession(options: Microsoft_AspNetCore_Builder.SessionOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
270
+ UseDefaultFiles(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
271
+ UseDefaultFiles(requestPath: string): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
272
+ UseDefaultFiles(options: Microsoft_AspNetCore_Builder.DefaultFilesOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
273
+ UseDirectoryBrowser(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
274
+ UseDirectoryBrowser(requestPath: string): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
275
+ UseDirectoryBrowser(options: Microsoft_AspNetCore_Builder.DirectoryBrowserOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
276
+ UseFileServer(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
277
+ UseFileServer(enableDirectoryBrowsing: boolean): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
278
+ UseFileServer(requestPath: string): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
279
+ UseFileServer(options: Microsoft_AspNetCore_Builder.FileServerOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
280
+ UseStaticFiles(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
281
+ UseStaticFiles(requestPath: string): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
282
+ UseStaticFiles(options: Microsoft_AspNetCore_Builder.StaticFileOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
283
+ UseWebSockets(): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
284
+ UseWebSockets(options: Microsoft_AspNetCore_Builder.WebSocketOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
240
285
  }
241
286
 
242
287
  export interface __Ext_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder {
243
- WithRequestTimeout(timeout: TimeSpan): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
244
- WithRequestTimeout(policyName: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
245
- WithRequestTimeout(policy: Microsoft_AspNetCore_Http_Timeouts.RequestTimeoutPolicy): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
246
- DisableRequestTimeout(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
247
- ShortCircuit(statusCode: Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
288
+ WithRequestTimeout(timeout: System.TimeSpan): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
289
+ WithRequestTimeout(policyName: string): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
290
+ WithRequestTimeout(policy: Microsoft_AspNetCore_Http_Timeouts.RequestTimeoutPolicy): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
291
+ DisableRequestTimeout(): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
292
+ ShortCircuit(statusCode?: System.Nullable_1<System_Internal.Int32>): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
248
293
  }
249
294
 
250
295
  export interface __Ext_Microsoft_AspNetCore_Builder_PageActionEndpointConventionBuilder {
251
- WithStaticAssets(manifestPath: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.PageActionEndpointConventionBuilder>;
296
+ WithStaticAssets(manifestPath?: string): Rewrap<this, Microsoft_AspNetCore_Builder.PageActionEndpointConventionBuilder>;
252
297
  }
253
298
 
254
299
  export interface __Ext_Microsoft_AspNetCore_Builder_RazorComponentsEndpointConventionBuilder {
255
- AddAdditionalAssemblies(assemblies: Assembly[]): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
256
- WithStaticAssets(manifestPath: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
257
- AddInteractiveServerRenderMode(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
258
- AddInteractiveServerRenderMode(configure: Action_1<Microsoft_AspNetCore_Components_Server.ServerComponentsEndpointOptions>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
300
+ AddAdditionalAssemblies(...assemblies: System_Reflection.Assembly[]): Rewrap<this, Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
301
+ WithStaticAssets(manifestPath?: string): Rewrap<this, Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
302
+ AddInteractiveServerRenderMode(): Rewrap<this, Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
303
+ AddInteractiveServerRenderMode(configure: System.Action_1<Microsoft_AspNetCore_Components_Server.ServerComponentsEndpointOptions>): Rewrap<this, Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
259
304
  }
260
305
 
261
306
  export interface __Ext_Microsoft_AspNetCore_Builder_RequestLocalizationOptions {
262
- AddInitialRequestCultureProvider(requestCultureProvider: Microsoft_AspNetCore_Localization.RequestCultureProvider): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.RequestLocalizationOptions>;
307
+ AddInitialRequestCultureProvider(requestCultureProvider: Microsoft_AspNetCore_Localization.RequestCultureProvider): Rewrap<this, Microsoft_AspNetCore_Builder.RequestLocalizationOptions>;
263
308
  }
264
309
 
265
310
  export interface __Ext_Microsoft_AspNetCore_Builder_IEndpointRouteBuilder {
266
- MapRazorComponents<TRootComponent>(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
267
- MapBlazorHub(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
268
- MapBlazorHub(path: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
269
- MapBlazorHub(configureOptions: Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
270
- MapBlazorHub(path: string, configureOptions: Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
271
- MapHealthChecks(pattern: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
272
- MapHealthChecks(pattern: string, options: Microsoft_AspNetCore_Diagnostics_HealthChecks.HealthCheckOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
273
- MapConnections(pattern: string, configure: Action_1<Microsoft_AspNetCore_Connections.IConnectionBuilder>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
274
- MapConnectionHandler<TConnectionHandler>(pattern: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
275
- MapConnectionHandler<TConnectionHandler>(pattern: string, configureOptions: Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
276
- MapConnections(pattern: string, options: Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions, configure: Action_1<Microsoft_AspNetCore_Connections.IConnectionBuilder>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
277
- MapControllers(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
278
- MapDefaultControllerRoute(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
279
- MapControllerRoute(name: string, pattern: string, defaults: unknown, constraints: unknown, dataTokens: unknown): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
280
- MapAreaControllerRoute(name: string, areaName: string, pattern: string, defaults: unknown, constraints: unknown, dataTokens: unknown): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
281
- MapFallbackToController(action: string, controller: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
282
- MapFallbackToController(pattern: string, action: string, controller: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
283
- MapFallbackToAreaController(action: string, controller: string, area: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
284
- MapFallbackToAreaController(pattern: string, action: string, controller: string, area: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
285
- MapDynamicControllerRoute<TTransformer>(pattern: string): ExtensionMethods_Microsoft_AspNetCore_Builder<void>;
286
- MapDynamicControllerRoute<TTransformer>(pattern: string, state: unknown): ExtensionMethods_Microsoft_AspNetCore_Builder<void>;
287
- MapDynamicControllerRoute<TTransformer>(pattern: string, state: unknown, order: int): ExtensionMethods_Microsoft_AspNetCore_Builder<void>;
288
- MapRazorPages(): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.PageActionEndpointConventionBuilder>;
289
- MapFallbackToPage(page: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
290
- MapFallbackToPage(pattern: string, page: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
291
- MapFallbackToAreaPage(page: string, area: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
292
- MapFallbackToAreaPage(pattern: string, page: string, area: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
293
- MapDynamicPageRoute<TTransformer>(pattern: string): ExtensionMethods_Microsoft_AspNetCore_Builder<void>;
294
- MapDynamicPageRoute<TTransformer>(pattern: string, state: unknown): ExtensionMethods_Microsoft_AspNetCore_Builder<void>;
295
- MapDynamicPageRoute<TTransformer>(pattern: string, state: unknown, order: int): ExtensionMethods_Microsoft_AspNetCore_Builder<void>;
296
- MapGroup(prefix: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Routing.RouteGroupBuilder>;
297
- MapGroup(prefix: Microsoft_AspNetCore_Routing_Patterns.RoutePattern): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Routing.RouteGroupBuilder>;
298
- MapGet(pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
299
- MapPost(pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
300
- MapPut(pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
301
- MapDelete(pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
302
- MapPatch(pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
303
- MapMethods(pattern: string, httpMethods: IEnumerable_1<System_Internal.String>, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
304
- Map(pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
305
- Map(pattern: Microsoft_AspNetCore_Routing_Patterns.RoutePattern, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
306
- MapGet(pattern: string, handler: Function): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
307
- MapPost(pattern: string, handler: Function): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
308
- MapPut(pattern: string, handler: Function): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
309
- MapDelete(pattern: string, handler: Function): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
310
- MapPatch(pattern: string, handler: Function): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
311
- MapMethods(pattern: string, httpMethods: IEnumerable_1<System_Internal.String>, handler: Function): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
312
- Map(pattern: string, handler: Function): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
313
- Map(pattern: Microsoft_AspNetCore_Routing_Patterns.RoutePattern, handler: Function): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
314
- MapFallback(handler: Function): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
315
- MapFallback(pattern: string, handler: Function): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
316
- MapFallback(requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
317
- MapFallback(pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
318
- MapHub<THub>(pattern: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.HubEndpointConventionBuilder>;
319
- MapHub<THub>(pattern: string, configureOptions: Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.HubEndpointConventionBuilder>;
320
- MapStaticAssets(staticAssetsManifestPath: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_StaticAssets.StaticAssetsEndpointConventionBuilder>;
321
- MapFallbackToFile(filePath: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
322
- MapFallbackToFile(filePath: string, options: Microsoft_AspNetCore_Builder.StaticFileOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
323
- MapFallbackToFile(pattern: string, filePath: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
324
- MapFallbackToFile(pattern: string, filePath: string, options: Microsoft_AspNetCore_Builder.StaticFileOptions): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
311
+ MapRazorComponents<TRootComponent>(): Rewrap<this, Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
312
+ MapBlazorHub(): Rewrap<this, Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
313
+ MapBlazorHub(path: string): Rewrap<this, Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
314
+ MapBlazorHub(configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): Rewrap<this, Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
315
+ MapBlazorHub(path: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): Rewrap<this, Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
316
+ MapHealthChecks(pattern: string): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
317
+ MapHealthChecks(pattern: string, options: Microsoft_AspNetCore_Diagnostics_HealthChecks.HealthCheckOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
318
+ MapConnections(pattern: string, configure: System.Action_1<Microsoft_AspNetCore_Connections.IConnectionBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
319
+ MapConnectionHandler<TConnectionHandler>(pattern: string): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
320
+ MapConnectionHandler<TConnectionHandler>(pattern: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
321
+ MapConnections(pattern: string, options: Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions, configure: System.Action_1<Microsoft_AspNetCore_Connections.IConnectionBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
322
+ MapControllers(): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
323
+ MapDefaultControllerRoute(): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
324
+ MapControllerRoute(name: string, pattern: string, defaults?: unknown, constraints?: unknown, dataTokens?: unknown): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
325
+ MapAreaControllerRoute(name: string, areaName: string, pattern: string, defaults?: unknown, constraints?: unknown, dataTokens?: unknown): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
326
+ MapFallbackToController(action: string, controller: string): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
327
+ MapFallbackToController(pattern: string, action: string, controller: string): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
328
+ MapFallbackToAreaController(action: string, controller: string, area: string): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
329
+ MapFallbackToAreaController(pattern: string, action: string, controller: string, area: string): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
330
+ MapDynamicControllerRoute<TTransformer>(pattern: string): Rewrap<this, void>;
331
+ MapDynamicControllerRoute<TTransformer>(pattern: string, state: unknown): Rewrap<this, void>;
332
+ MapDynamicControllerRoute<TTransformer>(pattern: string, state: unknown, order: int): Rewrap<this, void>;
333
+ MapRazorPages(): Rewrap<this, Microsoft_AspNetCore_Builder.PageActionEndpointConventionBuilder>;
334
+ MapFallbackToPage(page: string): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
335
+ MapFallbackToPage(pattern: string, page: string): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
336
+ MapFallbackToAreaPage(page: string, area: string): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
337
+ MapFallbackToAreaPage(pattern: string, page: string, area: string): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
338
+ MapDynamicPageRoute<TTransformer>(pattern: string): Rewrap<this, void>;
339
+ MapDynamicPageRoute<TTransformer>(pattern: string, state: unknown): Rewrap<this, void>;
340
+ MapDynamicPageRoute<TTransformer>(pattern: string, state: unknown, order: int): Rewrap<this, void>;
341
+ MapGroup(prefix: string): Rewrap<this, Microsoft_AspNetCore_Routing.RouteGroupBuilder>;
342
+ MapGroup(prefix: Microsoft_AspNetCore_Routing_Patterns.RoutePattern): Rewrap<this, Microsoft_AspNetCore_Routing.RouteGroupBuilder>;
343
+ MapGet(pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
344
+ MapPost(pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
345
+ MapPut(pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
346
+ MapDelete(pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
347
+ MapPatch(pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
348
+ MapMethods(pattern: string, httpMethods: System_Collections_Generic.IEnumerable_1<System_Internal.String>, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
349
+ Map(pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
350
+ Map(pattern: Microsoft_AspNetCore_Routing_Patterns.RoutePattern, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
351
+ MapGet(pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
352
+ MapPost(pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
353
+ MapPut(pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
354
+ MapDelete(pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
355
+ MapPatch(pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
356
+ MapMethods(pattern: string, httpMethods: System_Collections_Generic.IEnumerable_1<System_Internal.String>, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
357
+ Map(pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
358
+ Map(pattern: Microsoft_AspNetCore_Routing_Patterns.RoutePattern, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
359
+ MapFallback(handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
360
+ MapFallback(pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
361
+ MapFallback(requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
362
+ MapFallback(pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
363
+ MapHub<THub>(pattern: string): Rewrap<this, Microsoft_AspNetCore_Builder.HubEndpointConventionBuilder>;
364
+ MapHub<THub>(pattern: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): Rewrap<this, Microsoft_AspNetCore_Builder.HubEndpointConventionBuilder>;
365
+ MapStaticAssets(staticAssetsManifestPath?: string): Rewrap<this, Microsoft_AspNetCore_StaticAssets.StaticAssetsEndpointConventionBuilder>;
366
+ MapFallbackToFile(filePath: string): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
367
+ MapFallbackToFile(filePath: string, options: Microsoft_AspNetCore_Builder.StaticFileOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
368
+ MapFallbackToFile(pattern: string, filePath: string): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
369
+ MapFallbackToFile(pattern: string, filePath: string, options: Microsoft_AspNetCore_Builder.StaticFileOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
325
370
  }
326
371
 
327
372
  export interface __Ext_Microsoft_AspNetCore_Builder_IRouteBuilder {
328
- MapAreaRoute(name: string, areaName: string, template: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Routing.IRouteBuilder>;
329
- MapAreaRoute(name: string, areaName: string, template: string, defaults: unknown): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Routing.IRouteBuilder>;
330
- MapAreaRoute(name: string, areaName: string, template: string, defaults: unknown, constraints: unknown): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Routing.IRouteBuilder>;
331
- MapAreaRoute(name: string, areaName: string, template: string, defaults: unknown, constraints: unknown, dataTokens: unknown): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Routing.IRouteBuilder>;
332
- MapRoute(name: string, template: string): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Routing.IRouteBuilder>;
333
- MapRoute(name: string, template: string, defaults: unknown): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Routing.IRouteBuilder>;
334
- MapRoute(name: string, template: string, defaults: unknown, constraints: unknown): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Routing.IRouteBuilder>;
335
- MapRoute(name: string, template: string, defaults: unknown, constraints: unknown, dataTokens: unknown): ExtensionMethods_Microsoft_AspNetCore_Builder<Microsoft_AspNetCore_Routing.IRouteBuilder>;
373
+ MapAreaRoute(name: string, areaName: string, template: string): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
374
+ MapAreaRoute(name: string, areaName: string, template: string, defaults: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
375
+ MapAreaRoute(name: string, areaName: string, template: string, defaults: unknown, constraints: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
376
+ MapAreaRoute(name: string, areaName: string, template: string, defaults: unknown, constraints: unknown, dataTokens: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
377
+ MapRoute(name: string, template: string): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
378
+ MapRoute(name: string, template: string, defaults: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
379
+ MapRoute(name: string, template: string, defaults: unknown, constraints: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
380
+ MapRoute(name: string, template: string, defaults: unknown, constraints: unknown, dataTokens: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
381
+ }
382
+
383
+ export interface __Ext_Microsoft_AspNetCore_Builder_IServiceCollection {
384
+ AddHostFiltering(configureOptions: System.Action_1<Microsoft_AspNetCore_HostFiltering.HostFilteringOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
385
+ AddHsts(configureOptions: System.Action_1<Microsoft_AspNetCore_HttpsPolicy.HstsOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
386
+ AddHttpsRedirection(configureOptions: System.Action_1<Microsoft_AspNetCore_HttpsPolicy.HttpsRedirectionOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
387
+ AddRateLimiter(configureOptions: System.Action_1<Microsoft_AspNetCore_RateLimiting.RateLimiterOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
388
+ AddRateLimiter(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
389
+ AddResponseCompression(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
390
+ AddResponseCompression(configureOptions: System.Action_1<Microsoft_AspNetCore_ResponseCompression.ResponseCompressionOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
336
391
  }
337
392
 
338
393
  export interface __Ext_Microsoft_AspNetCore_Components_ElementReference {
339
- FocusAsync(): ExtensionMethods_Microsoft_AspNetCore_Components<ValueTask>;
340
- FocusAsync(preventScroll: boolean): ExtensionMethods_Microsoft_AspNetCore_Components<ValueTask>;
394
+ FocusAsync(): Rewrap<this, System_Threading_Tasks.ValueTask>;
395
+ FocusAsync(preventScroll: boolean): Rewrap<this, System_Threading_Tasks.ValueTask>;
341
396
  }
342
397
 
343
398
  export interface __Ext_Microsoft_AspNetCore_Components_EventCallbackFactory {
344
- CreateBinder(receiver: unknown, setter: Action_1<System_Internal.String>, existingValue: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
345
- CreateBinder(receiver: unknown, setter: Func_2<System_Internal.String, Task>, existingValue: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
346
- CreateBinder(receiver: unknown, setter: Action_1<System_Internal.Boolean>, existingValue: boolean, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
347
- CreateBinder(receiver: unknown, setter: Func_2<System_Internal.Boolean, Task>, existingValue: boolean, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
348
- CreateBinder(receiver: unknown, setter: Action_1<Nullable_1<System_Internal.Boolean>>, existingValue: Nullable_1<System_Internal.Boolean>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
349
- CreateBinder(receiver: unknown, setter: Func_2<Nullable_1<System_Internal.Boolean>, Task>, existingValue: Nullable_1<System_Internal.Boolean>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
350
- CreateBinder(receiver: unknown, setter: Action_1<System_Internal.Int32>, existingValue: int, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
351
- CreateBinder(receiver: unknown, setter: Func_2<System_Internal.Int32, Task>, existingValue: int, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
352
- CreateBinder(receiver: unknown, setter: Action_1<Nullable_1<System_Internal.Int32>>, existingValue: Nullable_1<System_Internal.Int32>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
353
- CreateBinder(receiver: unknown, setter: Func_2<Nullable_1<System_Internal.Int32>, Task>, existingValue: Nullable_1<System_Internal.Int32>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
354
- CreateBinder(receiver: unknown, setter: Action_1<System_Internal.Int64>, existingValue: long, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
355
- CreateBinder(receiver: unknown, setter: Func_2<System_Internal.Int64, Task>, existingValue: long, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
356
- CreateBinder(receiver: unknown, setter: Action_1<System_Internal.Int16>, existingValue: short, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
357
- CreateBinder(receiver: unknown, setter: Func_2<System_Internal.Int16, Task>, existingValue: short, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
358
- CreateBinder(receiver: unknown, setter: Action_1<Nullable_1<System_Internal.Int64>>, existingValue: Nullable_1<System_Internal.Int64>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
359
- CreateBinder(receiver: unknown, setter: Func_2<Nullable_1<System_Internal.Int64>, Task>, existingValue: Nullable_1<System_Internal.Int64>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
360
- CreateBinder(receiver: unknown, setter: Action_1<Nullable_1<System_Internal.Int16>>, existingValue: Nullable_1<System_Internal.Int16>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
361
- CreateBinder(receiver: unknown, setter: Func_2<Nullable_1<System_Internal.Int16>, Task>, existingValue: Nullable_1<System_Internal.Int16>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
362
- CreateBinder(receiver: unknown, setter: Action_1<System_Internal.Single>, existingValue: float, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
363
- CreateBinder(receiver: unknown, setter: Func_2<System_Internal.Single, Task>, existingValue: float, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
364
- CreateBinder(receiver: unknown, setter: Action_1<Nullable_1<System_Internal.Single>>, existingValue: Nullable_1<System_Internal.Single>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
365
- CreateBinder(receiver: unknown, setter: Func_2<Nullable_1<System_Internal.Single>, Task>, existingValue: Nullable_1<System_Internal.Single>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
366
- CreateBinder(receiver: unknown, setter: Action_1<System_Internal.Double>, existingValue: double, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
367
- CreateBinder(receiver: unknown, setter: Func_2<System_Internal.Double, Task>, existingValue: double, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
368
- CreateBinder(receiver: unknown, setter: Action_1<Nullable_1<System_Internal.Double>>, existingValue: Nullable_1<System_Internal.Double>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
369
- CreateBinder(receiver: unknown, setter: Func_2<Nullable_1<System_Internal.Double>, Task>, existingValue: Nullable_1<System_Internal.Double>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
370
- CreateBinder(receiver: unknown, setter: Action_1<System_Internal.Decimal>, existingValue: decimal, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
371
- CreateBinder(receiver: unknown, setter: Func_2<System_Internal.Decimal, Task>, existingValue: decimal, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
372
- CreateBinder(receiver: unknown, setter: Action_1<Nullable_1<System_Internal.Decimal>>, existingValue: Nullable_1<System_Internal.Decimal>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
373
- CreateBinder(receiver: unknown, setter: Func_2<Nullable_1<System_Internal.Decimal>, Task>, existingValue: Nullable_1<System_Internal.Decimal>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
374
- CreateBinder(receiver: unknown, setter: Action_1<DateTime>, existingValue: DateTime, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
375
- CreateBinder(receiver: unknown, setter: Func_2<DateTime, Task>, existingValue: DateTime, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
376
- CreateBinder(receiver: unknown, setter: Action_1<DateTime>, existingValue: DateTime, format: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
377
- CreateBinder(receiver: unknown, setter: Func_2<DateTime, Task>, existingValue: DateTime, format: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
378
- CreateBinder(receiver: unknown, setter: Action_1<Nullable_1<DateTime>>, existingValue: Nullable_1<DateTime>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
379
- CreateBinder(receiver: unknown, setter: Func_2<Nullable_1<DateTime>, Task>, existingValue: Nullable_1<DateTime>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
380
- CreateBinder(receiver: unknown, setter: Action_1<Nullable_1<DateTime>>, existingValue: Nullable_1<DateTime>, format: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
381
- CreateBinder(receiver: unknown, setter: Func_2<Nullable_1<DateTime>, Task>, existingValue: Nullable_1<DateTime>, format: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
382
- CreateBinder(receiver: unknown, setter: Action_1<DateTimeOffset>, existingValue: DateTimeOffset, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
383
- CreateBinder(receiver: unknown, setter: Func_2<DateTimeOffset, Task>, existingValue: DateTimeOffset, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
384
- CreateBinder(receiver: unknown, setter: Action_1<DateTimeOffset>, existingValue: DateTimeOffset, format: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
385
- CreateBinder(receiver: unknown, setter: Func_2<DateTimeOffset, Task>, existingValue: DateTimeOffset, format: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
386
- CreateBinder(receiver: unknown, setter: Action_1<Nullable_1<DateTimeOffset>>, existingValue: Nullable_1<DateTimeOffset>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
387
- CreateBinder(receiver: unknown, setter: Func_2<Nullable_1<DateTimeOffset>, Task>, existingValue: Nullable_1<DateTimeOffset>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
388
- CreateBinder(receiver: unknown, setter: Action_1<Nullable_1<DateTimeOffset>>, existingValue: Nullable_1<DateTimeOffset>, format: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
389
- CreateBinder(receiver: unknown, setter: Func_2<Nullable_1<DateTimeOffset>, Task>, existingValue: Nullable_1<DateTimeOffset>, format: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
390
- CreateBinder(receiver: unknown, setter: Action_1<DateOnly>, existingValue: DateOnly, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
391
- CreateBinder(receiver: unknown, setter: Func_2<DateOnly, Task>, existingValue: DateOnly, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
392
- CreateBinder(receiver: unknown, setter: Action_1<DateOnly>, existingValue: DateOnly, format: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
393
- CreateBinder(receiver: unknown, setter: Func_2<DateOnly, Task>, existingValue: DateOnly, format: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
394
- CreateBinder(receiver: unknown, setter: Action_1<Nullable_1<DateOnly>>, existingValue: Nullable_1<DateOnly>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
395
- CreateBinder(receiver: unknown, setter: Func_2<Nullable_1<DateOnly>, Task>, existingValue: Nullable_1<DateOnly>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
396
- CreateBinder(receiver: unknown, setter: Action_1<Nullable_1<DateOnly>>, existingValue: Nullable_1<DateOnly>, format: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
397
- CreateBinder(receiver: unknown, setter: Func_2<Nullable_1<DateOnly>, Task>, existingValue: Nullable_1<DateOnly>, format: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
398
- CreateBinder(receiver: unknown, setter: Action_1<TimeOnly>, existingValue: TimeOnly, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
399
- CreateBinder(receiver: unknown, setter: Func_2<TimeOnly, Task>, existingValue: TimeOnly, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
400
- CreateBinder(receiver: unknown, setter: Action_1<TimeOnly>, existingValue: TimeOnly, format: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
401
- CreateBinder(receiver: unknown, setter: Func_2<TimeOnly, Task>, existingValue: TimeOnly, format: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
402
- CreateBinder(receiver: unknown, setter: Action_1<Nullable_1<TimeOnly>>, existingValue: Nullable_1<TimeOnly>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
403
- CreateBinder(receiver: unknown, setter: Func_2<Nullable_1<TimeOnly>, Task>, existingValue: Nullable_1<TimeOnly>, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
404
- CreateBinder(receiver: unknown, setter: Action_1<Nullable_1<TimeOnly>>, existingValue: Nullable_1<TimeOnly>, format: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
405
- CreateBinder(receiver: unknown, setter: Func_2<Nullable_1<TimeOnly>, Task>, existingValue: Nullable_1<TimeOnly>, format: string, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
406
- CreateBinder<T>(receiver: unknown, setter: Action_1<T>, existingValue: T, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
407
- CreateBinder<T>(receiver: unknown, setter: Func_2<T, Task>, existingValue: T, culture: CultureInfo): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
408
- Create(receiver: unknown, callback: Action_1<EventArgs>): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<EventArgs>>;
409
- Create(receiver: unknown, callback: Func_2<EventArgs, Task>): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<EventArgs>>;
410
- Create(receiver: unknown, callback: Action_1<Microsoft_AspNetCore_Components.ChangeEventArgs>): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
411
- Create(receiver: unknown, callback: Func_2<Microsoft_AspNetCore_Components.ChangeEventArgs, Task>): ExtensionMethods_Microsoft_AspNetCore_Components<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
399
+ CreateBinder(receiver: unknown, setter: System.Action_1<System_Internal.String>, existingValue: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
400
+ CreateBinder(receiver: unknown, setter: System.Func_2<System_Internal.String, System_Threading_Tasks.Task>, existingValue: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
401
+ CreateBinder(receiver: unknown, setter: System.Action_1<System_Internal.Boolean>, existingValue: boolean, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
402
+ CreateBinder(receiver: unknown, setter: System.Func_2<System_Internal.Boolean, System_Threading_Tasks.Task>, existingValue: boolean, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
403
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Boolean>>, existingValue: System.Nullable_1<System_Internal.Boolean>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
404
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.Nullable_1<System_Internal.Boolean>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Boolean>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
405
+ CreateBinder(receiver: unknown, setter: System.Action_1<System_Internal.Int32>, existingValue: int, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
406
+ CreateBinder(receiver: unknown, setter: System.Func_2<System_Internal.Int32, System_Threading_Tasks.Task>, existingValue: int, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
407
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Int32>>, existingValue: System.Nullable_1<System_Internal.Int32>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
408
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.Nullable_1<System_Internal.Int32>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Int32>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
409
+ CreateBinder(receiver: unknown, setter: System.Action_1<System_Internal.Int64>, existingValue: long, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
410
+ CreateBinder(receiver: unknown, setter: System.Func_2<System_Internal.Int64, System_Threading_Tasks.Task>, existingValue: long, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
411
+ CreateBinder(receiver: unknown, setter: System.Action_1<System_Internal.Int16>, existingValue: short, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
412
+ CreateBinder(receiver: unknown, setter: System.Func_2<System_Internal.Int16, System_Threading_Tasks.Task>, existingValue: short, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
413
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Int64>>, existingValue: System.Nullable_1<System_Internal.Int64>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
414
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.Nullable_1<System_Internal.Int64>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Int64>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
415
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Int16>>, existingValue: System.Nullable_1<System_Internal.Int16>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
416
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.Nullable_1<System_Internal.Int16>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Int16>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
417
+ CreateBinder(receiver: unknown, setter: System.Action_1<System_Internal.Single>, existingValue: float, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
418
+ CreateBinder(receiver: unknown, setter: System.Func_2<System_Internal.Single, System_Threading_Tasks.Task>, existingValue: float, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
419
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Single>>, existingValue: System.Nullable_1<System_Internal.Single>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
420
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.Nullable_1<System_Internal.Single>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Single>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
421
+ CreateBinder(receiver: unknown, setter: System.Action_1<System_Internal.Double>, existingValue: double, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
422
+ CreateBinder(receiver: unknown, setter: System.Func_2<System_Internal.Double, System_Threading_Tasks.Task>, existingValue: double, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
423
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Double>>, existingValue: System.Nullable_1<System_Internal.Double>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
424
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.Nullable_1<System_Internal.Double>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Double>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
425
+ CreateBinder(receiver: unknown, setter: System.Action_1<System_Internal.Decimal>, existingValue: decimal, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
426
+ CreateBinder(receiver: unknown, setter: System.Func_2<System_Internal.Decimal, System_Threading_Tasks.Task>, existingValue: decimal, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
427
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Decimal>>, existingValue: System.Nullable_1<System_Internal.Decimal>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
428
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.Nullable_1<System_Internal.Decimal>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Decimal>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
429
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.DateTime>, existingValue: System.DateTime, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
430
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.DateTime, System_Threading_Tasks.Task>, existingValue: System.DateTime, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
431
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.DateTime>, existingValue: System.DateTime, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
432
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.DateTime, System_Threading_Tasks.Task>, existingValue: System.DateTime, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
433
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateTime>>, existingValue: System.Nullable_1<System.DateTime>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
434
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.Nullable_1<System.DateTime>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateTime>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
435
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateTime>>, existingValue: System.Nullable_1<System.DateTime>, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
436
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.Nullable_1<System.DateTime>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateTime>, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
437
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.DateTimeOffset>, existingValue: System.DateTimeOffset, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
438
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.DateTimeOffset, System_Threading_Tasks.Task>, existingValue: System.DateTimeOffset, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
439
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.DateTimeOffset>, existingValue: System.DateTimeOffset, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
440
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.DateTimeOffset, System_Threading_Tasks.Task>, existingValue: System.DateTimeOffset, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
441
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateTimeOffset>>, existingValue: System.Nullable_1<System.DateTimeOffset>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
442
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.Nullable_1<System.DateTimeOffset>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateTimeOffset>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
443
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateTimeOffset>>, existingValue: System.Nullable_1<System.DateTimeOffset>, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
444
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.Nullable_1<System.DateTimeOffset>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateTimeOffset>, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
445
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.DateOnly>, existingValue: System.DateOnly, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
446
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.DateOnly, System_Threading_Tasks.Task>, existingValue: System.DateOnly, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
447
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.DateOnly>, existingValue: System.DateOnly, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
448
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.DateOnly, System_Threading_Tasks.Task>, existingValue: System.DateOnly, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
449
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateOnly>>, existingValue: System.Nullable_1<System.DateOnly>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
450
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.Nullable_1<System.DateOnly>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateOnly>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
451
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateOnly>>, existingValue: System.Nullable_1<System.DateOnly>, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
452
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.Nullable_1<System.DateOnly>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateOnly>, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
453
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.TimeOnly>, existingValue: System.TimeOnly, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
454
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.TimeOnly, System_Threading_Tasks.Task>, existingValue: System.TimeOnly, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
455
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.TimeOnly>, existingValue: System.TimeOnly, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
456
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.TimeOnly, System_Threading_Tasks.Task>, existingValue: System.TimeOnly, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
457
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.Nullable_1<System.TimeOnly>>, existingValue: System.Nullable_1<System.TimeOnly>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
458
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.Nullable_1<System.TimeOnly>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.TimeOnly>, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
459
+ CreateBinder(receiver: unknown, setter: System.Action_1<System.Nullable_1<System.TimeOnly>>, existingValue: System.Nullable_1<System.TimeOnly>, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
460
+ CreateBinder(receiver: unknown, setter: System.Func_2<System.Nullable_1<System.TimeOnly>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.TimeOnly>, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
461
+ CreateBinder<T>(receiver: unknown, setter: System.Action_1<T>, existingValue: T, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
462
+ CreateBinder<T>(receiver: unknown, setter: System.Func_2<T, System_Threading_Tasks.Task>, existingValue: T, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
463
+ Create(receiver: unknown, callback: System.Action_1<System.EventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<System.EventArgs>>;
464
+ Create(receiver: unknown, callback: System.Func_2<System.EventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<System.EventArgs>>;
465
+ Create(receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components.ChangeEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
466
+ Create(receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components.ChangeEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
412
467
  }
413
468
 
414
469
  export interface __Ext_Microsoft_AspNetCore_Components_NavigationManager {
415
- GetUriWithQueryParameter(name: string, value: boolean): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
416
- GetUriWithQueryParameter(name: string, value: Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
417
- GetUriWithQueryParameter(name: string, value: DateTime): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
418
- GetUriWithQueryParameter(name: string, value: Nullable_1<DateTime>): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
419
- GetUriWithQueryParameter(name: string, value: DateOnly): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
420
- GetUriWithQueryParameter(name: string, value: Nullable_1<DateOnly>): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
421
- GetUriWithQueryParameter(name: string, value: TimeOnly): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
422
- GetUriWithQueryParameter(name: string, value: Nullable_1<TimeOnly>): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
423
- GetUriWithQueryParameter(name: string, value: decimal): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
424
- GetUriWithQueryParameter(name: string, value: Nullable_1<System_Internal.Decimal>): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
425
- GetUriWithQueryParameter(name: string, value: double): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
426
- GetUriWithQueryParameter(name: string, value: Nullable_1<System_Internal.Double>): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
427
- GetUriWithQueryParameter(name: string, value: float): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
428
- GetUriWithQueryParameter(name: string, value: Nullable_1<System_Internal.Single>): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
429
- GetUriWithQueryParameter(name: string, value: Guid): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
430
- GetUriWithQueryParameter(name: string, value: Nullable_1<Guid>): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
431
- GetUriWithQueryParameter(name: string, value: int): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
432
- GetUriWithQueryParameter(name: string, value: Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
433
- GetUriWithQueryParameter(name: string, value: long): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
434
- GetUriWithQueryParameter(name: string, value: Nullable_1<System_Internal.Int64>): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
435
- GetUriWithQueryParameter(name: string, value: string): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
436
- GetUriWithQueryParameters(parameters: IReadOnlyDictionary_2<System_Internal.String, unknown>): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
437
- GetUriWithQueryParameters(uri: string, parameters: IReadOnlyDictionary_2<System_Internal.String, unknown>): ExtensionMethods_Microsoft_AspNetCore_Components<string>;
470
+ GetUriWithQueryParameter(name: string, value: boolean): Rewrap<this, string>;
471
+ GetUriWithQueryParameter(name: string, value: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, string>;
472
+ GetUriWithQueryParameter(name: string, value: System.DateTime): Rewrap<this, string>;
473
+ GetUriWithQueryParameter(name: string, value: System.Nullable_1<System.DateTime>): Rewrap<this, string>;
474
+ GetUriWithQueryParameter(name: string, value: System.DateOnly): Rewrap<this, string>;
475
+ GetUriWithQueryParameter(name: string, value: System.Nullable_1<System.DateOnly>): Rewrap<this, string>;
476
+ GetUriWithQueryParameter(name: string, value: System.TimeOnly): Rewrap<this, string>;
477
+ GetUriWithQueryParameter(name: string, value: System.Nullable_1<System.TimeOnly>): Rewrap<this, string>;
478
+ GetUriWithQueryParameter(name: string, value: decimal): Rewrap<this, string>;
479
+ GetUriWithQueryParameter(name: string, value: System.Nullable_1<System_Internal.Decimal>): Rewrap<this, string>;
480
+ GetUriWithQueryParameter(name: string, value: double): Rewrap<this, string>;
481
+ GetUriWithQueryParameter(name: string, value: System.Nullable_1<System_Internal.Double>): Rewrap<this, string>;
482
+ GetUriWithQueryParameter(name: string, value: float): Rewrap<this, string>;
483
+ GetUriWithQueryParameter(name: string, value: System.Nullable_1<System_Internal.Single>): Rewrap<this, string>;
484
+ GetUriWithQueryParameter(name: string, value: System.Guid): Rewrap<this, string>;
485
+ GetUriWithQueryParameter(name: string, value: System.Nullable_1<System.Guid>): Rewrap<this, string>;
486
+ GetUriWithQueryParameter(name: string, value: int): Rewrap<this, string>;
487
+ GetUriWithQueryParameter(name: string, value: System.Nullable_1<System_Internal.Int32>): Rewrap<this, string>;
488
+ GetUriWithQueryParameter(name: string, value: long): Rewrap<this, string>;
489
+ GetUriWithQueryParameter(name: string, value: System.Nullable_1<System_Internal.Int64>): Rewrap<this, string>;
490
+ GetUriWithQueryParameter(name: string, value: string): Rewrap<this, string>;
491
+ GetUriWithQueryParameters(parameters: System_Collections_Generic.IReadOnlyDictionary_2<System_Internal.String, unknown>): Rewrap<this, string>;
492
+ GetUriWithQueryParameters(uri: string, parameters: System_Collections_Generic.IReadOnlyDictionary_2<System_Internal.String, unknown>): Rewrap<this, string>;
493
+ }
494
+
495
+ export interface __Ext_Microsoft_AspNetCore_Components_IServiceCollection {
496
+ AddSupplyValueFromQueryProvider(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
438
497
  }
439
498
 
440
499
  export interface __Ext_Microsoft_AspNetCore_Components_Forms_EditContext {
441
- AddDataAnnotationsValidation(): ExtensionMethods_Microsoft_AspNetCore_Components_Forms<Microsoft_AspNetCore_Components_Forms.EditContext>;
442
- EnableDataAnnotationsValidation(): ExtensionMethods_Microsoft_AspNetCore_Components_Forms<IDisposable>;
443
- EnableDataAnnotationsValidation(serviceProvider: IServiceProvider): ExtensionMethods_Microsoft_AspNetCore_Components_Forms<IDisposable>;
444
- FieldCssClass<TField>(accessor: Expression_1<Func_1<TField>>): ExtensionMethods_Microsoft_AspNetCore_Components_Forms<string>;
445
- FieldCssClass(fieldIdentifier: Microsoft_AspNetCore_Components_Forms.FieldIdentifier): ExtensionMethods_Microsoft_AspNetCore_Components_Forms<string>;
446
- SetFieldCssClassProvider(fieldCssClassProvider: Microsoft_AspNetCore_Components_Forms.FieldCssClassProvider): ExtensionMethods_Microsoft_AspNetCore_Components_Forms<void>;
500
+ AddDataAnnotationsValidation(): Rewrap<this, Microsoft_AspNetCore_Components_Forms.EditContext>;
501
+ EnableDataAnnotationsValidation(): Rewrap<this, System.IDisposable>;
502
+ EnableDataAnnotationsValidation(serviceProvider: System.IServiceProvider): Rewrap<this, System.IDisposable>;
503
+ FieldCssClass<TField>(accessor: System_Linq_Expressions.Expression_1<System.Func_1<TField>>): Rewrap<this, string>;
504
+ FieldCssClass(fieldIdentifier: Microsoft_AspNetCore_Components_Forms.FieldIdentifier): Rewrap<this, string>;
505
+ SetFieldCssClassProvider(fieldCssClassProvider: Microsoft_AspNetCore_Components_Forms.FieldCssClassProvider): Rewrap<this, void>;
447
506
  }
448
507
 
449
508
  export interface __Ext_Microsoft_AspNetCore_Components_Forms_IBrowserFile {
450
- RequestImageFileAsync(format: string, maxWidth: int, maxHeight: int): ExtensionMethods_Microsoft_AspNetCore_Components_Forms<ValueTask_1<Microsoft_AspNetCore_Components_Forms.IBrowserFile>>;
509
+ RequestImageFileAsync(format: string, maxWidth: int, maxHeight: int): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_AspNetCore_Components_Forms.IBrowserFile>>;
510
+ }
511
+
512
+ export interface __Ext_Microsoft_AspNetCore_Components_Forms_Mapping_IServiceCollection {
513
+ AddSupplyValueFromFormProvider(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
514
+ }
515
+
516
+ export interface __Ext_Microsoft_AspNetCore_Components_Infrastructure_IServiceCollection {
517
+ AddSupplyValueFromPersistentComponentStateProvider(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
451
518
  }
452
519
 
453
520
  export interface __Ext_Microsoft_AspNetCore_Components_Routing_HttpContext {
454
- AcceptsInteractiveRouting(): ExtensionMethods_Microsoft_AspNetCore_Components_Routing<boolean>;
521
+ AcceptsInteractiveRouting(): Rewrap<this, boolean>;
455
522
  }
456
523
 
457
524
  export interface __Ext_Microsoft_AspNetCore_Components_Web_EventCallbackFactory {
458
- Create(receiver: unknown, callback: Action_1<Microsoft_AspNetCore_Components_Web.ClipboardEventArgs>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ClipboardEventArgs>>;
459
- Create(receiver: unknown, callback: Func_2<Microsoft_AspNetCore_Components_Web.ClipboardEventArgs, Task>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ClipboardEventArgs>>;
460
- Create(receiver: unknown, callback: Action_1<Microsoft_AspNetCore_Components_Web.DragEventArgs>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.DragEventArgs>>;
461
- Create(receiver: unknown, callback: Func_2<Microsoft_AspNetCore_Components_Web.DragEventArgs, Task>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.DragEventArgs>>;
462
- Create(receiver: unknown, callback: Action_1<Microsoft_AspNetCore_Components_Web.ErrorEventArgs>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ErrorEventArgs>>;
463
- Create(receiver: unknown, callback: Func_2<Microsoft_AspNetCore_Components_Web.ErrorEventArgs, Task>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ErrorEventArgs>>;
464
- Create(receiver: unknown, callback: Action_1<Microsoft_AspNetCore_Components_Web.FocusEventArgs>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.FocusEventArgs>>;
465
- Create(receiver: unknown, callback: Func_2<Microsoft_AspNetCore_Components_Web.FocusEventArgs, Task>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.FocusEventArgs>>;
466
- Create(receiver: unknown, callback: Action_1<Microsoft_AspNetCore_Components_Web.KeyboardEventArgs>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.KeyboardEventArgs>>;
467
- Create(receiver: unknown, callback: Func_2<Microsoft_AspNetCore_Components_Web.KeyboardEventArgs, Task>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.KeyboardEventArgs>>;
468
- Create(receiver: unknown, callback: Action_1<Microsoft_AspNetCore_Components_Web.MouseEventArgs>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.MouseEventArgs>>;
469
- Create(receiver: unknown, callback: Func_2<Microsoft_AspNetCore_Components_Web.MouseEventArgs, Task>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.MouseEventArgs>>;
470
- Create(receiver: unknown, callback: Action_1<Microsoft_AspNetCore_Components_Web.PointerEventArgs>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.PointerEventArgs>>;
471
- Create(receiver: unknown, callback: Func_2<Microsoft_AspNetCore_Components_Web.PointerEventArgs, Task>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.PointerEventArgs>>;
472
- Create(receiver: unknown, callback: Action_1<Microsoft_AspNetCore_Components_Web.ProgressEventArgs>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ProgressEventArgs>>;
473
- Create(receiver: unknown, callback: Func_2<Microsoft_AspNetCore_Components_Web.ProgressEventArgs, Task>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ProgressEventArgs>>;
474
- Create(receiver: unknown, callback: Action_1<Microsoft_AspNetCore_Components_Web.TouchEventArgs>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.TouchEventArgs>>;
475
- Create(receiver: unknown, callback: Func_2<Microsoft_AspNetCore_Components_Web.TouchEventArgs, Task>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.TouchEventArgs>>;
476
- Create(receiver: unknown, callback: Action_1<Microsoft_AspNetCore_Components_Web.WheelEventArgs>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.WheelEventArgs>>;
477
- Create(receiver: unknown, callback: Func_2<Microsoft_AspNetCore_Components_Web.WheelEventArgs, Task>): ExtensionMethods_Microsoft_AspNetCore_Components_Web<Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.WheelEventArgs>>;
525
+ Create(receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.ClipboardEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ClipboardEventArgs>>;
526
+ Create(receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.ClipboardEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ClipboardEventArgs>>;
527
+ Create(receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.DragEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.DragEventArgs>>;
528
+ Create(receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.DragEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.DragEventArgs>>;
529
+ Create(receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.ErrorEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ErrorEventArgs>>;
530
+ Create(receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.ErrorEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ErrorEventArgs>>;
531
+ Create(receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.FocusEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.FocusEventArgs>>;
532
+ Create(receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.FocusEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.FocusEventArgs>>;
533
+ Create(receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.KeyboardEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.KeyboardEventArgs>>;
534
+ Create(receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.KeyboardEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.KeyboardEventArgs>>;
535
+ Create(receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.MouseEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.MouseEventArgs>>;
536
+ Create(receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.MouseEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.MouseEventArgs>>;
537
+ Create(receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.PointerEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.PointerEventArgs>>;
538
+ Create(receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.PointerEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.PointerEventArgs>>;
539
+ Create(receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.ProgressEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ProgressEventArgs>>;
540
+ Create(receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.ProgressEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ProgressEventArgs>>;
541
+ Create(receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.TouchEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.TouchEventArgs>>;
542
+ Create(receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.TouchEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.TouchEventArgs>>;
543
+ Create(receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.WheelEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.WheelEventArgs>>;
544
+ Create(receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.WheelEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.WheelEventArgs>>;
478
545
  }
479
546
 
480
547
  export interface __Ext_Microsoft_AspNetCore_Components_Web_RenderTreeBuilder {
481
- AddEventPreventDefaultAttribute(sequence: int, eventName: string, value: boolean): ExtensionMethods_Microsoft_AspNetCore_Components_Web<void>;
482
- AddEventStopPropagationAttribute(sequence: int, eventName: string, value: boolean): ExtensionMethods_Microsoft_AspNetCore_Components_Web<void>;
548
+ AddEventPreventDefaultAttribute(sequence: int, eventName: string, value: boolean): Rewrap<this, void>;
549
+ AddEventStopPropagationAttribute(sequence: int, eventName: string, value: boolean): Rewrap<this, void>;
483
550
  }
484
551
 
485
552
  export interface __Ext_Microsoft_AspNetCore_Components_Web_IJSComponentConfiguration {
486
- RegisterForJavaScript<TComponent>(identifier: string): ExtensionMethods_Microsoft_AspNetCore_Components_Web<void>;
487
- RegisterForJavaScript<TComponent>(identifier: string, javaScriptInitializer: string): ExtensionMethods_Microsoft_AspNetCore_Components_Web<void>;
488
- RegisterForJavaScript(componentType: Type, identifier: string): ExtensionMethods_Microsoft_AspNetCore_Components_Web<void>;
489
- RegisterForJavaScript(componentType: Type, identifier: string, javaScriptInitializer: string): ExtensionMethods_Microsoft_AspNetCore_Components_Web<void>;
553
+ RegisterForJavaScript<TComponent>(identifier: string): Rewrap<this, void>;
554
+ RegisterForJavaScript<TComponent>(identifier: string, javaScriptInitializer: string): Rewrap<this, void>;
555
+ RegisterForJavaScript(componentType: System.Type, identifier: string): Rewrap<this, void>;
556
+ RegisterForJavaScript(componentType: System.Type, identifier: string, javaScriptInitializer: string): Rewrap<this, void>;
490
557
  }
491
558
 
492
559
  export interface __Ext_Microsoft_AspNetCore_Connections_IConnectionBuilder {
493
- UseConnectionHandler<TConnectionHandler>(): ExtensionMethods_Microsoft_AspNetCore_Connections<Microsoft_AspNetCore_Connections.IConnectionBuilder>;
494
- Use(middleware: Func_3<Microsoft_AspNetCore_Connections.ConnectionContext, Func_1<Task>, Task>): ExtensionMethods_Microsoft_AspNetCore_Connections<Microsoft_AspNetCore_Connections.IConnectionBuilder>;
495
- Use(middleware: Func_3<Microsoft_AspNetCore_Connections.ConnectionContext, Microsoft_AspNetCore_Connections.ConnectionDelegate, Task>): ExtensionMethods_Microsoft_AspNetCore_Connections<Microsoft_AspNetCore_Connections.IConnectionBuilder>;
496
- Run(middleware: Func_2<Microsoft_AspNetCore_Connections.ConnectionContext, Task>): ExtensionMethods_Microsoft_AspNetCore_Connections<Microsoft_AspNetCore_Connections.IConnectionBuilder>;
560
+ UseConnectionHandler<TConnectionHandler>(): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
561
+ Use(middleware: System.Func_3<Microsoft_AspNetCore_Connections.ConnectionContext, System.Func_1<System_Threading_Tasks.Task>, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
562
+ Use(middleware: System.Func_3<Microsoft_AspNetCore_Connections.ConnectionContext, Microsoft_AspNetCore_Connections.ConnectionDelegate, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
563
+ Run(middleware: System.Func_2<Microsoft_AspNetCore_Connections.ConnectionContext, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
497
564
  }
498
565
 
499
566
  export interface __Ext_Microsoft_AspNetCore_DataProtection_IDataProtectionBuilder {
500
- SetApplicationName(applicationName: string): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
501
- AddKeyEscrowSink(sink: Microsoft_AspNetCore_DataProtection_KeyManagement.IKeyEscrowSink): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
502
- AddKeyEscrowSink<TImplementation>(): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
503
- AddKeyEscrowSink(factory: Func_2<IServiceProvider, Microsoft_AspNetCore_DataProtection_KeyManagement.IKeyEscrowSink>): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
504
- AddKeyManagementOptions(setupAction: Action_1<Microsoft_AspNetCore_DataProtection_KeyManagement.KeyManagementOptions>): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
505
- DisableAutomaticKeyGeneration(): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
506
- PersistKeysToFileSystem(directory: DirectoryInfo): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
507
- PersistKeysToRegistry(registryKey: RegistryKey): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
508
- ProtectKeysWithCertificate(certificate: X509Certificate2): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
509
- ProtectKeysWithCertificate(thumbprint: string): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
510
- UnprotectKeysWithAnyCertificate(certificates: X509Certificate2[]): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
511
- ProtectKeysWithDpapi(): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
512
- ProtectKeysWithDpapi(protectToLocalMachine: boolean): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
513
- ProtectKeysWithDpapiNG(): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
514
- ProtectKeysWithDpapiNG(protectionDescriptorRule: string, flags: Microsoft_AspNetCore_DataProtection_XmlEncryption.DpapiNGProtectionDescriptorFlags): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
515
- SetDefaultKeyLifetime(lifetime: TimeSpan): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
516
- UseCryptographicAlgorithms(configuration: Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel.AuthenticatedEncryptorConfiguration): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
517
- UseCustomCryptographicAlgorithms(configuration: Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
518
- UseCustomCryptographicAlgorithms(configuration: Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel.CngGcmAuthenticatedEncryptorConfiguration): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
519
- UseCustomCryptographicAlgorithms(configuration: Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel.ManagedAuthenticatedEncryptorConfiguration): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
520
- UseEphemeralDataProtectionProvider(): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
567
+ SetApplicationName(applicationName: string): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
568
+ AddKeyEscrowSink(sink: Microsoft_AspNetCore_DataProtection_KeyManagement.IKeyEscrowSink): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
569
+ AddKeyEscrowSink<TImplementation>(): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
570
+ AddKeyEscrowSink(factory: System.Func_2<System.IServiceProvider, Microsoft_AspNetCore_DataProtection_KeyManagement.IKeyEscrowSink>): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
571
+ AddKeyManagementOptions(setupAction: System.Action_1<Microsoft_AspNetCore_DataProtection_KeyManagement.KeyManagementOptions>): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
572
+ DisableAutomaticKeyGeneration(): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
573
+ PersistKeysToFileSystem(directory: System_IO.DirectoryInfo): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
574
+ PersistKeysToRegistry(registryKey: Microsoft_Win32.RegistryKey): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
575
+ ProtectKeysWithCertificate(certificate: System_Security_Cryptography_X509Certificates.X509Certificate2): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
576
+ ProtectKeysWithCertificate(thumbprint: string): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
577
+ UnprotectKeysWithAnyCertificate(...certificates: System_Security_Cryptography_X509Certificates.X509Certificate2[]): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
578
+ ProtectKeysWithDpapi(): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
579
+ ProtectKeysWithDpapi(protectToLocalMachine: boolean): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
580
+ ProtectKeysWithDpapiNG(): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
581
+ ProtectKeysWithDpapiNG(protectionDescriptorRule: string, flags: Microsoft_AspNetCore_DataProtection_XmlEncryption.DpapiNGProtectionDescriptorFlags): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
582
+ SetDefaultKeyLifetime(lifetime: System.TimeSpan): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
583
+ UseCryptographicAlgorithms(configuration: Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel.AuthenticatedEncryptorConfiguration): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
584
+ UseCustomCryptographicAlgorithms(configuration: Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
585
+ UseCustomCryptographicAlgorithms(configuration: Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel.CngGcmAuthenticatedEncryptorConfiguration): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
586
+ UseCustomCryptographicAlgorithms(configuration: Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel.ManagedAuthenticatedEncryptorConfiguration): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
587
+ UseEphemeralDataProtectionProvider(): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
521
588
  }
522
589
 
523
590
  export interface __Ext_Microsoft_AspNetCore_DataProtection_IDataProtectionProvider {
524
- CreateProtector(purposes: IEnumerable_1<System_Internal.String>): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtector>;
525
- CreateProtector(purpose: string, subPurposes: string[]): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.IDataProtector>;
591
+ CreateProtector(purposes: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtector>;
592
+ CreateProtector(purpose: string, ...subPurposes: string[]): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtector>;
526
593
  }
527
594
 
528
595
  export interface __Ext_Microsoft_AspNetCore_DataProtection_IDataProtector {
529
- Protect(plaintext: string): ExtensionMethods_Microsoft_AspNetCore_DataProtection<string>;
530
- Unprotect(protectedData: string): ExtensionMethods_Microsoft_AspNetCore_DataProtection<string>;
531
- ToTimeLimitedDataProtector(): ExtensionMethods_Microsoft_AspNetCore_DataProtection<Microsoft_AspNetCore_DataProtection.ITimeLimitedDataProtector>;
596
+ Protect(plaintext: string): Rewrap<this, string>;
597
+ Unprotect(protectedData: string): Rewrap<this, string>;
598
+ ToTimeLimitedDataProtector(): Rewrap<this, Microsoft_AspNetCore_DataProtection.ITimeLimitedDataProtector>;
532
599
  }
533
600
 
534
601
  export interface __Ext_Microsoft_AspNetCore_DataProtection_ITimeLimitedDataProtector {
535
- Protect(plaintext: byte[], lifetime: TimeSpan): ExtensionMethods_Microsoft_AspNetCore_DataProtection<byte[]>;
536
- Protect(plaintext: string, expiration: DateTimeOffset): ExtensionMethods_Microsoft_AspNetCore_DataProtection<string>;
537
- Protect(plaintext: string, lifetime: TimeSpan): ExtensionMethods_Microsoft_AspNetCore_DataProtection<string>;
538
- Unprotect(protectedData: string, expiration: DateTimeOffset): ExtensionMethods_Microsoft_AspNetCore_DataProtection<string>;
602
+ Protect(plaintext: byte[], lifetime: System.TimeSpan): Rewrap<this, byte[]>;
603
+ Protect(plaintext: string, expiration: System.DateTimeOffset): Rewrap<this, string>;
604
+ Protect(plaintext: string, lifetime: System.TimeSpan): Rewrap<this, string>;
605
+ Unprotect(protectedData: string, expiration: System.DateTimeOffset): Rewrap<this, string>;
606
+ }
607
+
608
+ export interface __Ext_Microsoft_AspNetCore_DataProtection_IServiceProvider {
609
+ GetApplicationUniqueIdentifier(): Rewrap<this, string | undefined>;
610
+ GetDataProtectionProvider(): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionProvider>;
611
+ GetDataProtector(purposes: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtector>;
612
+ GetDataProtector(purpose: string, ...subPurposes: string[]): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtector>;
613
+ }
614
+
615
+ export interface __Ext_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_XElement {
616
+ MarkAsRequiresEncryption(): Rewrap<this, void>;
539
617
  }
540
618
 
541
619
  export interface __Ext_Microsoft_AspNetCore_Hosting_IHostingEnvironment {
542
- IsDevelopment(): ExtensionMethods_Microsoft_AspNetCore_Hosting<boolean>;
543
- IsStaging(): ExtensionMethods_Microsoft_AspNetCore_Hosting<boolean>;
544
- IsProduction(): ExtensionMethods_Microsoft_AspNetCore_Hosting<boolean>;
545
- IsEnvironment(environmentName: string): ExtensionMethods_Microsoft_AspNetCore_Hosting<boolean>;
620
+ IsDevelopment(): Rewrap<this, boolean>;
621
+ IsStaging(): Rewrap<this, boolean>;
622
+ IsProduction(): Rewrap<this, boolean>;
623
+ IsEnvironment(environmentName: string): Rewrap<this, boolean>;
546
624
  }
547
625
 
548
626
  export interface __Ext_Microsoft_AspNetCore_Hosting_IWebHost {
549
- StopAsync(timeout: TimeSpan): ExtensionMethods_Microsoft_AspNetCore_Hosting<Task>;
550
- WaitForShutdown(): ExtensionMethods_Microsoft_AspNetCore_Hosting<void>;
551
- WaitForShutdownAsync(token: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Hosting<Task>;
552
- Run(): ExtensionMethods_Microsoft_AspNetCore_Hosting<void>;
553
- RunAsync(token: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Hosting<Task>;
627
+ StopAsync(timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.Task>;
628
+ WaitForShutdown(): Rewrap<this, void>;
629
+ WaitForShutdownAsync(token?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
630
+ Run(): Rewrap<this, void>;
631
+ RunAsync(token?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
554
632
  }
555
633
 
556
634
  export interface __Ext_Microsoft_AspNetCore_Hosting_IWebHostBuilder {
557
- Configure(configureApp: Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
558
- Configure(configureApp: Action_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, Microsoft_AspNetCore_Builder.IApplicationBuilder>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
559
- UseStartup<TStartup>(startupFactory: Func_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, TStartup>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
560
- UseStartup(startupType: Type): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
561
- UseStartup<TStartup>(): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
562
- UseDefaultServiceProvider(configure: Action_1<ServiceProviderOptions>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
563
- UseDefaultServiceProvider(configure: Action_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, ServiceProviderOptions>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
564
- ConfigureAppConfiguration(configureDelegate: Action_1<IConfigurationBuilder>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
565
- ConfigureLogging(configureLogging: Action_1<ILoggingBuilder>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
566
- ConfigureLogging(configureLogging: Action_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, ILoggingBuilder>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
567
- UseStaticWebAssets(): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
568
- UseConfiguration(configuration: IConfiguration): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
569
- CaptureStartupErrors(captureStartupErrors: boolean): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
570
- UseStartup(startupAssemblyName: string): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
571
- UseServer(server: Microsoft_AspNetCore_Hosting_Server.IServer): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
572
- UseEnvironment(environment: string): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
573
- UseContentRoot(contentRoot: string): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
574
- UseWebRoot(webRoot: string): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
575
- UseUrls(urls: string[]): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
576
- PreferHostingUrls(preferHostingUrls: boolean): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
577
- SuppressStatusMessages(suppressStatusMessages: boolean): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
578
- UseShutdownTimeout(timeout: TimeSpan): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
579
- Start(urls: string[]): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHost>;
580
- UseHttpSys(): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
581
- UseHttpSys(options: Action_1<Microsoft_AspNetCore_Server_HttpSys.HttpSysOptions>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
582
- UseIIS(): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
583
- UseIISIntegration(): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
584
- UseKestrelHttpsConfiguration(): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
585
- UseKestrel(): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
586
- UseKestrelCore(): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
587
- UseKestrel(options: Action_1<Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
588
- ConfigureKestrel(options: Action_1<Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
589
- UseKestrel(configureOptions: Action_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
590
- ConfigureKestrel(configureOptions: Action_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
591
- UseNamedPipes(): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
592
- UseNamedPipes(configureOptions: Action_1<Microsoft_AspNetCore_Server_Kestrel_Transport_NamedPipes.NamedPipeTransportOptions>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
593
- UseQuic(): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
594
- UseQuic(configureOptions: Action_1<Microsoft_AspNetCore_Server_Kestrel_Transport_Quic.QuicTransportOptions>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
595
- UseSockets(): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
596
- UseSockets(configureOptions: Action_1<Microsoft_AspNetCore_Server_Kestrel_Transport_Sockets.SocketTransportOptions>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
635
+ Configure(configureApp: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
636
+ Configure(configureApp: System.Action_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
637
+ UseStartup<TStartup>(startupFactory: System.Func_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, TStartup>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
638
+ UseStartup(startupType: System.Type): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
639
+ UseStartup<TStartup>(): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
640
+ UseDefaultServiceProvider(configure: System.Action_1<Microsoft_Extensions_DependencyInjection.ServiceProviderOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
641
+ UseDefaultServiceProvider(configure: System.Action_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, Microsoft_Extensions_DependencyInjection.ServiceProviderOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
642
+ ConfigureAppConfiguration(configureDelegate: System.Action_1<Microsoft_Extensions_Configuration.IConfigurationBuilder>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
643
+ ConfigureLogging(configureLogging: System.Action_1<Microsoft_Extensions_Logging.ILoggingBuilder>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
644
+ ConfigureLogging(configureLogging: System.Action_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, Microsoft_Extensions_Logging.ILoggingBuilder>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
645
+ UseStaticWebAssets(): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
646
+ UseConfiguration(configuration: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
647
+ CaptureStartupErrors(captureStartupErrors: boolean): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
648
+ UseStartup(startupAssemblyName: string): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
649
+ UseServer(server: Microsoft_AspNetCore_Hosting_Server.IServer): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
650
+ UseEnvironment(environment: string): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
651
+ UseContentRoot(contentRoot: string): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
652
+ UseWebRoot(webRoot: string): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
653
+ UseUrls(...urls: string[]): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
654
+ PreferHostingUrls(preferHostingUrls: boolean): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
655
+ SuppressStatusMessages(suppressStatusMessages: boolean): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
656
+ UseShutdownTimeout(timeout: System.TimeSpan): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
657
+ Start(...urls: string[]): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHost>;
658
+ UseHttpSys(): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
659
+ UseHttpSys(options: System.Action_1<Microsoft_AspNetCore_Server_HttpSys.HttpSysOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
660
+ UseIIS(): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
661
+ UseIISIntegration(): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
662
+ UseKestrelHttpsConfiguration(): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
663
+ UseKestrel(): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
664
+ UseKestrelCore(): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
665
+ UseKestrel(options: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
666
+ ConfigureKestrel(options: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
667
+ UseKestrel(configureOptions: System.Action_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
668
+ ConfigureKestrel(configureOptions: System.Action_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
669
+ UseNamedPipes(): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
670
+ UseNamedPipes(configureOptions: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Transport_NamedPipes.NamedPipeTransportOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
671
+ UseQuic(): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
672
+ UseQuic(configureOptions: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Transport_Quic.QuicTransportOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
673
+ UseSockets(): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
674
+ UseSockets(configureOptions: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Transport_Sockets.SocketTransportOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
597
675
  }
598
676
 
599
677
  export interface __Ext_Microsoft_AspNetCore_Hosting_KestrelServerOptions {
600
- UseSystemd(): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions>;
601
- UseSystemd(configure: Action_1<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions>;
678
+ UseSystemd(): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions>;
679
+ UseSystemd(configure: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions>;
602
680
  }
603
681
 
604
682
  export interface __Ext_Microsoft_AspNetCore_Hosting_ListenOptions {
605
- UseHttps(): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
606
- UseHttps(fileName: string): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
607
- UseHttps(fileName: string, password: string): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
608
- UseHttps(fileName: string, password: string, configureOptions: Action_1<Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
609
- UseHttps(storeName: StoreName, subject: string): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
610
- UseHttps(storeName: StoreName, subject: string, allowInvalid: boolean): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
611
- UseHttps(storeName: StoreName, subject: string, allowInvalid: boolean, location: StoreLocation): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
612
- UseHttps(storeName: StoreName, subject: string, allowInvalid: boolean, location: StoreLocation, configureOptions: Action_1<Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
613
- UseHttps(serverCertificate: X509Certificate2): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
614
- UseHttps(serverCertificate: X509Certificate2, configureOptions: Action_1<Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
615
- UseHttps(configureOptions: Action_1<Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions>): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
616
- UseHttps(httpsOptions: Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
617
- UseHttps(serverOptionsSelectionCallback: ServerOptionsSelectionCallback, state: unknown): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
618
- UseHttps(serverOptionsSelectionCallback: ServerOptionsSelectionCallback, state: unknown, handshakeTimeout: TimeSpan): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
619
- UseHttps(callbackOptions: Microsoft_AspNetCore_Server_Kestrel_Https.TlsHandshakeCallbackOptions): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
620
- UseConnectionLogging(): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
621
- UseConnectionLogging(loggerName: string): ExtensionMethods_Microsoft_AspNetCore_Hosting<Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
683
+ UseHttps(): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
684
+ UseHttps(fileName: string): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
685
+ UseHttps(fileName: string, password: string): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
686
+ UseHttps(fileName: string, password: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions>): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
687
+ UseHttps(storeName: System_Security_Cryptography_X509Certificates.StoreName, subject: string): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
688
+ UseHttps(storeName: System_Security_Cryptography_X509Certificates.StoreName, subject: string, allowInvalid: boolean): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
689
+ UseHttps(storeName: System_Security_Cryptography_X509Certificates.StoreName, subject: string, allowInvalid: boolean, location: System_Security_Cryptography_X509Certificates.StoreLocation): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
690
+ UseHttps(storeName: System_Security_Cryptography_X509Certificates.StoreName, subject: string, allowInvalid: boolean, location: System_Security_Cryptography_X509Certificates.StoreLocation, configureOptions: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions>): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
691
+ UseHttps(serverCertificate: System_Security_Cryptography_X509Certificates.X509Certificate2): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
692
+ UseHttps(serverCertificate: System_Security_Cryptography_X509Certificates.X509Certificate2, configureOptions: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions>): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
693
+ UseHttps(configureOptions: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions>): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
694
+ UseHttps(httpsOptions: Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
695
+ UseHttps(serverOptionsSelectionCallback: System_Net_Security.ServerOptionsSelectionCallback, state: unknown): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
696
+ UseHttps(serverOptionsSelectionCallback: System_Net_Security.ServerOptionsSelectionCallback, state: unknown, handshakeTimeout: System.TimeSpan): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
697
+ UseHttps(callbackOptions: Microsoft_AspNetCore_Server_Kestrel_Https.TlsHandshakeCallbackOptions): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
698
+ UseConnectionLogging(): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
699
+ UseConnectionLogging(loggerName: string): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
622
700
  }
623
701
 
624
702
  export interface __Ext_Microsoft_AspNetCore_Html_IHtmlContentBuilder {
625
- AppendFormat(format: string, args: unknown[]): ExtensionMethods_Microsoft_AspNetCore_Html<Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
626
- AppendFormat(formatProvider: IFormatProvider, format: string, args: unknown[]): ExtensionMethods_Microsoft_AspNetCore_Html<Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
627
- AppendLine(): ExtensionMethods_Microsoft_AspNetCore_Html<Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
628
- AppendLine(unencoded: string): ExtensionMethods_Microsoft_AspNetCore_Html<Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
629
- AppendLine(content: Microsoft_AspNetCore_Html.IHtmlContent): ExtensionMethods_Microsoft_AspNetCore_Html<Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
630
- AppendHtmlLine(encoded: string): ExtensionMethods_Microsoft_AspNetCore_Html<Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
631
- SetContent(unencoded: string): ExtensionMethods_Microsoft_AspNetCore_Html<Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
632
- SetHtmlContent(content: Microsoft_AspNetCore_Html.IHtmlContent): ExtensionMethods_Microsoft_AspNetCore_Html<Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
633
- SetHtmlContent(encoded: string): ExtensionMethods_Microsoft_AspNetCore_Html<Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
703
+ AppendFormat(format: string, ...args: unknown[]): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
704
+ AppendFormat(formatProvider: System.IFormatProvider, format: string, ...args: unknown[]): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
705
+ AppendLine(): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
706
+ AppendLine(unencoded: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
707
+ AppendLine(content: Microsoft_AspNetCore_Html.IHtmlContent): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
708
+ AppendHtmlLine(encoded: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
709
+ SetContent(unencoded: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
710
+ SetHtmlContent(content: Microsoft_AspNetCore_Html.IHtmlContent): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
711
+ SetHtmlContent(encoded: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
634
712
  }
635
713
 
636
714
  export interface __Ext_Microsoft_AspNetCore_Http_RouteHandlerBuilder {
637
- AddEndpointFilter<TFilterType>(): ExtensionMethods_Microsoft_AspNetCore_Http<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
638
- ExcludeFromDescription(): ExtensionMethods_Microsoft_AspNetCore_Http<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
639
- Produces<TResponse>(statusCode: int, contentType: string, additionalContentTypes: string[]): ExtensionMethods_Microsoft_AspNetCore_Http<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
640
- Produces(statusCode: int, responseType: Type, contentType: string, additionalContentTypes: string[]): ExtensionMethods_Microsoft_AspNetCore_Http<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
641
- ProducesProblem(statusCode: int, contentType: string): ExtensionMethods_Microsoft_AspNetCore_Http<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
642
- ProducesValidationProblem(statusCode: int, contentType: string): ExtensionMethods_Microsoft_AspNetCore_Http<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
643
- WithTags(tags: string[]): ExtensionMethods_Microsoft_AspNetCore_Http<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
644
- Accepts<TRequest>(contentType: string, additionalContentTypes: string[]): ExtensionMethods_Microsoft_AspNetCore_Http<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
645
- Accepts<TRequest>(isOptional: boolean, contentType: string, additionalContentTypes: string[]): ExtensionMethods_Microsoft_AspNetCore_Http<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
646
- Accepts(requestType: Type, contentType: string, additionalContentTypes: string[]): ExtensionMethods_Microsoft_AspNetCore_Http<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
647
- Accepts(requestType: Type, isOptional: boolean, contentType: string, additionalContentTypes: string[]): ExtensionMethods_Microsoft_AspNetCore_Http<Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
715
+ AddEndpointFilter<TFilterType>(): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
716
+ ExcludeFromDescription(): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
717
+ Produces<TResponse>(statusCode?: int, contentType?: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
718
+ Produces(statusCode: int, responseType?: System.Type, contentType?: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
719
+ ProducesProblem(statusCode: int, contentType?: string): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
720
+ ProducesValidationProblem(statusCode?: int, contentType?: string): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
721
+ WithTags(...tags: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
722
+ Accepts<TRequest>(contentType: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
723
+ Accepts<TRequest>(isOptional: boolean, contentType: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
724
+ Accepts(requestType: System.Type, contentType: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
725
+ Accepts(requestType: System.Type, isOptional: boolean, contentType: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
648
726
  }
649
727
 
650
728
  export interface __Ext_Microsoft_AspNetCore_Http_HttpContext {
651
- GetEndpoint(): ExtensionMethods_Microsoft_AspNetCore_Http<Microsoft_AspNetCore_Http.Endpoint | undefined>;
652
- SetEndpoint(endpoint: Microsoft_AspNetCore_Http.Endpoint): ExtensionMethods_Microsoft_AspNetCore_Http<void>;
653
- GetServerVariable(variableName: string): ExtensionMethods_Microsoft_AspNetCore_Http<string | undefined>;
729
+ GetEndpoint(): Rewrap<this, Microsoft_AspNetCore_Http.Endpoint | undefined>;
730
+ SetEndpoint(endpoint: Microsoft_AspNetCore_Http.Endpoint): Rewrap<this, void>;
731
+ GetServerVariable(variableName: string): Rewrap<this, string | undefined>;
654
732
  }
655
733
 
656
734
  export interface __Ext_Microsoft_AspNetCore_Http_HttpRequest {
657
- EnableBuffering(): ExtensionMethods_Microsoft_AspNetCore_Http<void>;
658
- EnableBuffering(bufferThreshold: int): ExtensionMethods_Microsoft_AspNetCore_Http<void>;
659
- EnableBuffering(bufferLimit: long): ExtensionMethods_Microsoft_AspNetCore_Http<void>;
660
- EnableBuffering(bufferThreshold: int, bufferLimit: long): ExtensionMethods_Microsoft_AspNetCore_Http<void>;
661
- ReadFormAsync(options: Microsoft_AspNetCore_Http_Features.FormOptions, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<Task_1<Microsoft_AspNetCore_Http.IFormCollection>>;
662
- GetDeclaredTrailers(): ExtensionMethods_Microsoft_AspNetCore_Http<StringValues>;
663
- SupportsTrailers(): ExtensionMethods_Microsoft_AspNetCore_Http<boolean>;
664
- CheckTrailersAvailable(): ExtensionMethods_Microsoft_AspNetCore_Http<boolean>;
665
- GetTrailer(trailerName: string): ExtensionMethods_Microsoft_AspNetCore_Http<StringValues>;
666
- GetTypedHeaders(): ExtensionMethods_Microsoft_AspNetCore_Http<Microsoft_AspNetCore_Http_Headers.RequestHeaders>;
667
- ReadFromJsonAsync<TValue>(cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<ValueTask_1<TValue>>;
668
- ReadFromJsonAsync<TValue>(options: JsonSerializerOptions, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<ValueTask_1<TValue>>;
669
- ReadFromJsonAsync<TValue>(jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<ValueTask_1<TValue>>;
670
- ReadFromJsonAsync(jsonTypeInfo: JsonTypeInfo, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<ValueTask_1<unknown>>;
671
- ReadFromJsonAsync(type: Type, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<ValueTask_1<unknown>>;
672
- ReadFromJsonAsync(type: Type, options: JsonSerializerOptions, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<ValueTask_1<unknown>>;
673
- ReadFromJsonAsync(type: Type, context: JsonSerializerContext, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<ValueTask_1<unknown>>;
674
- HasJsonContentType(): ExtensionMethods_Microsoft_AspNetCore_Http<boolean>;
735
+ EnableBuffering(): Rewrap<this, void>;
736
+ EnableBuffering(bufferThreshold: int): Rewrap<this, void>;
737
+ EnableBuffering(bufferLimit: long): Rewrap<this, void>;
738
+ EnableBuffering(bufferThreshold: int, bufferLimit: long): Rewrap<this, void>;
739
+ ReadFormAsync(options: Microsoft_AspNetCore_Http_Features.FormOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Http.IFormCollection>>;
740
+ GetDeclaredTrailers(): Rewrap<this, Microsoft_Extensions_Primitives.StringValues>;
741
+ SupportsTrailers(): Rewrap<this, boolean>;
742
+ CheckTrailersAvailable(): Rewrap<this, boolean>;
743
+ GetTrailer(trailerName: string): Rewrap<this, Microsoft_Extensions_Primitives.StringValues>;
744
+ GetTypedHeaders(): Rewrap<this, Microsoft_AspNetCore_Http_Headers.RequestHeaders>;
745
+ ReadFromJsonAsync<TValue>(cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
746
+ ReadFromJsonAsync<TValue>(options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
747
+ ReadFromJsonAsync<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
748
+ ReadFromJsonAsync(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<unknown>>;
749
+ ReadFromJsonAsync(type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<unknown>>;
750
+ ReadFromJsonAsync(type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<unknown>>;
751
+ ReadFromJsonAsync(type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<unknown>>;
752
+ HasJsonContentType(): Rewrap<this, boolean>;
675
753
  }
676
754
 
677
755
  export interface __Ext_Microsoft_AspNetCore_Http_HttpResponse {
678
- WriteAsync(text: string, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<Task>;
679
- WriteAsync(text: string, encoding: Encoding, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<Task>;
680
- DeclareTrailer(trailerName: string): ExtensionMethods_Microsoft_AspNetCore_Http<void>;
681
- SupportsTrailers(): ExtensionMethods_Microsoft_AspNetCore_Http<boolean>;
682
- AppendTrailer(trailerName: string, trailerValues: StringValues): ExtensionMethods_Microsoft_AspNetCore_Http<void>;
683
- GetTypedHeaders(): ExtensionMethods_Microsoft_AspNetCore_Http<Microsoft_AspNetCore_Http_Headers.ResponseHeaders>;
684
- WriteAsJsonAsync<TValue>(value: TValue, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<Task>;
685
- WriteAsJsonAsync<TValue>(value: TValue, options: JsonSerializerOptions, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<Task>;
686
- WriteAsJsonAsync<TValue>(value: TValue, options: JsonSerializerOptions, contentType: string, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<Task>;
687
- WriteAsJsonAsync<TValue>(value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, contentType: string, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<Task>;
688
- WriteAsJsonAsync(value: unknown, jsonTypeInfo: JsonTypeInfo, contentType: string, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<Task>;
689
- WriteAsJsonAsync(value: unknown, type: Type, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<Task>;
690
- WriteAsJsonAsync(value: unknown, type: Type, options: JsonSerializerOptions, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<Task>;
691
- WriteAsJsonAsync(value: unknown, type: Type, options: JsonSerializerOptions, contentType: string, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<Task>;
692
- WriteAsJsonAsync(value: unknown, type: Type, context: JsonSerializerContext, contentType: string, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<Task>;
693
- Clear(): ExtensionMethods_Microsoft_AspNetCore_Http<void>;
694
- Redirect(location: string, permanent: boolean, preserveMethod: boolean): ExtensionMethods_Microsoft_AspNetCore_Http<void>;
695
- SendFileAsync(file: IFileInfo, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<Task>;
696
- SendFileAsync(file: IFileInfo, offset: long, count: Nullable_1<System_Internal.Int64>, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<Task>;
697
- SendFileAsync(fileName: string, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<Task>;
698
- SendFileAsync(fileName: string, offset: long, count: Nullable_1<System_Internal.Int64>, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_Http<Task>;
756
+ WriteAsync(text: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
757
+ WriteAsync(text: string, encoding: System_Text.Encoding, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
758
+ DeclareTrailer(trailerName: string): Rewrap<this, void>;
759
+ SupportsTrailers(): Rewrap<this, boolean>;
760
+ AppendTrailer(trailerName: string, trailerValues: Microsoft_Extensions_Primitives.StringValues): Rewrap<this, void>;
761
+ GetTypedHeaders(): Rewrap<this, Microsoft_AspNetCore_Http_Headers.ResponseHeaders>;
762
+ WriteAsJsonAsync<TValue>(value: TValue, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
763
+ WriteAsJsonAsync<TValue>(value: TValue, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
764
+ WriteAsJsonAsync<TValue>(value: TValue, options: System_Text_Json.JsonSerializerOptions, contentType: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
765
+ WriteAsJsonAsync<TValue>(value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, contentType?: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
766
+ WriteAsJsonAsync(value: unknown, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo, contentType?: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
767
+ WriteAsJsonAsync(value: unknown, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
768
+ WriteAsJsonAsync(value: unknown, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
769
+ WriteAsJsonAsync(value: unknown, type: System.Type, options: System_Text_Json.JsonSerializerOptions, contentType: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
770
+ WriteAsJsonAsync(value: unknown, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, contentType?: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
771
+ Clear(): Rewrap<this, void>;
772
+ Redirect(location: string, permanent: boolean, preserveMethod: boolean): Rewrap<this, void>;
773
+ SendFileAsync(file: Microsoft_Extensions_FileProviders.IFileInfo, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
774
+ SendFileAsync(file: Microsoft_Extensions_FileProviders.IFileInfo, offset: long, count: System.Nullable_1<System_Internal.Int64>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
775
+ SendFileAsync(fileName: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
776
+ SendFileAsync(fileName: string, offset: long, count: System.Nullable_1<System_Internal.Int64>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
699
777
  }
700
778
 
701
779
  export interface __Ext_Microsoft_AspNetCore_Http_IHeaderDictionary {
702
- Append(key: string, value: StringValues): ExtensionMethods_Microsoft_AspNetCore_Http<void>;
703
- AppendCommaSeparatedValues(key: string, values: string[]): ExtensionMethods_Microsoft_AspNetCore_Http<void>;
704
- GetCommaSeparatedValues(key: string): ExtensionMethods_Microsoft_AspNetCore_Http<string[]>;
705
- SetCommaSeparatedValues(key: string, values: string[]): ExtensionMethods_Microsoft_AspNetCore_Http<void>;
706
- AppendList<T>(name: string, values: IList_1<T>): ExtensionMethods_Microsoft_AspNetCore_Http<void>;
780
+ Append(key: string, value: Microsoft_Extensions_Primitives.StringValues): Rewrap<this, void>;
781
+ AppendCommaSeparatedValues(key: string, ...values: string[]): Rewrap<this, void>;
782
+ GetCommaSeparatedValues(key: string): Rewrap<this, string[]>;
783
+ SetCommaSeparatedValues(key: string, ...values: string[]): Rewrap<this, void>;
784
+ AppendList<T>(name: string, values: System_Collections_Generic.IList_1<T>): Rewrap<this, void>;
707
785
  }
708
786
 
709
787
  export interface __Ext_Microsoft_AspNetCore_Http_ISession {
710
- SetInt32(key: string, value: int): ExtensionMethods_Microsoft_AspNetCore_Http<void>;
711
- GetInt32(key: string): ExtensionMethods_Microsoft_AspNetCore_Http<Nullable_1<System_Internal.Int32>>;
712
- SetString(key: string, value: string): ExtensionMethods_Microsoft_AspNetCore_Http<void>;
713
- GetString(key: string): ExtensionMethods_Microsoft_AspNetCore_Http<string | undefined>;
714
- Get(key: string): ExtensionMethods_Microsoft_AspNetCore_Http<byte[] | undefined>;
788
+ SetInt32(key: string, value: int): Rewrap<this, void>;
789
+ GetInt32(key: string): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
790
+ SetString(key: string, value: string): Rewrap<this, void>;
791
+ GetString(key: string): Rewrap<this, string | undefined>;
792
+ Get(key: string): Rewrap<this, byte[] | undefined>;
715
793
  }
716
794
 
717
795
  export interface __Ext_Microsoft_AspNetCore_Http_RouteGroupBuilder {
718
- AddEndpointFilter<TFilterType>(): ExtensionMethods_Microsoft_AspNetCore_Http<Microsoft_AspNetCore_Routing.RouteGroupBuilder>;
796
+ AddEndpointFilter<TFilterType>(): Rewrap<this, Microsoft_AspNetCore_Routing.RouteGroupBuilder>;
719
797
  }
720
798
 
721
799
  export interface __Ext_Microsoft_AspNetCore_Http_Connections_ConnectionContext {
722
- GetHttpContext(): ExtensionMethods_Microsoft_AspNetCore_Http_Connections<Microsoft_AspNetCore_Http.HttpContext | undefined>;
800
+ GetHttpContext(): Rewrap<this, Microsoft_AspNetCore_Http.HttpContext | undefined>;
723
801
  }
724
802
 
725
803
  export interface __Ext_Microsoft_AspNetCore_Http_Extensions_HttpRequest {
726
- GetMultipartBoundary(): ExtensionMethods_Microsoft_AspNetCore_Http_Extensions<string>;
727
- GetEncodedUrl(): ExtensionMethods_Microsoft_AspNetCore_Http_Extensions<string>;
728
- GetEncodedPathAndQuery(): ExtensionMethods_Microsoft_AspNetCore_Http_Extensions<string>;
729
- GetDisplayUrl(): ExtensionMethods_Microsoft_AspNetCore_Http_Extensions<string>;
804
+ GetMultipartBoundary(): Rewrap<this, string>;
805
+ GetEncodedUrl(): Rewrap<this, string>;
806
+ GetEncodedPathAndQuery(): Rewrap<this, string>;
807
+ GetDisplayUrl(): Rewrap<this, string>;
730
808
  }
731
809
 
732
810
  export interface __Ext_Microsoft_AspNetCore_Http_Features_IFeatureCollection {
733
- GetRequiredFeature<TFeature>(): ExtensionMethods_Microsoft_AspNetCore_Http_Features<TFeature>;
734
- GetRequiredFeature(key: Type): ExtensionMethods_Microsoft_AspNetCore_Http_Features<unknown>;
811
+ GetRequiredFeature<TFeature>(): Rewrap<this, TFeature>;
812
+ GetRequiredFeature(key: System.Type): Rewrap<this, unknown>;
735
813
  }
736
814
 
737
815
  export interface __Ext_Microsoft_AspNetCore_Identity_AuthenticationBuilder {
738
- AddIdentityCookies(): ExtensionMethods_Microsoft_AspNetCore_Identity<Microsoft_AspNetCore_Identity.IdentityCookiesBuilder>;
739
- AddIdentityCookies(configureCookies: Action_1<Microsoft_AspNetCore_Identity.IdentityCookiesBuilder>): ExtensionMethods_Microsoft_AspNetCore_Identity<Microsoft_AspNetCore_Identity.IdentityCookiesBuilder>;
740
- AddApplicationCookie(): ExtensionMethods_Microsoft_AspNetCore_Identity<OptionsBuilder_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>>;
741
- AddExternalCookie(): ExtensionMethods_Microsoft_AspNetCore_Identity<OptionsBuilder_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>>;
742
- AddTwoFactorRememberMeCookie(): ExtensionMethods_Microsoft_AspNetCore_Identity<OptionsBuilder_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>>;
743
- AddTwoFactorUserIdCookie(): ExtensionMethods_Microsoft_AspNetCore_Identity<OptionsBuilder_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>>;
816
+ AddIdentityCookies(): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityCookiesBuilder>;
817
+ AddIdentityCookies(configureCookies: System.Action_1<Microsoft_AspNetCore_Identity.IdentityCookiesBuilder>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityCookiesBuilder>;
818
+ AddApplicationCookie(): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>>;
819
+ AddExternalCookie(): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>>;
820
+ AddTwoFactorRememberMeCookie(): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>>;
821
+ AddTwoFactorUserIdCookie(): Rewrap<this, Microsoft_Extensions_Options.OptionsBuilder_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>>;
744
822
  }
745
823
 
746
824
  export interface __Ext_Microsoft_AspNetCore_Identity_IdentityBuilder {
747
- AddDefaultTokenProviders(): ExtensionMethods_Microsoft_AspNetCore_Identity<Microsoft_AspNetCore_Identity.IdentityBuilder>;
748
- AddSignInManager(): ExtensionMethods_Microsoft_AspNetCore_Identity<Microsoft_AspNetCore_Identity.IdentityBuilder>;
749
- AddApiEndpoints(): ExtensionMethods_Microsoft_AspNetCore_Identity<Microsoft_AspNetCore_Identity.IdentityBuilder>;
825
+ AddDefaultTokenProviders(): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
826
+ AddSignInManager(): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
827
+ AddApiEndpoints(): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
750
828
  }
751
829
 
752
830
  export interface __Ext_Microsoft_AspNetCore_Mvc_IUrlHelper {
753
- Action(): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
754
- Action(action: string): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
755
- Action(action: string, values: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
756
- Action(action: string, controller: string): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
757
- Action(action: string, controller: string, values: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
758
- Action(action: string, controller: string, values: unknown, protocol: string): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
759
- Action(action: string, controller: string, values: unknown, protocol: string, host: string): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
760
- Action(action: string, controller: string, values: unknown, protocol: string, host: string, fragment: string): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
761
- RouteUrl(values: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
762
- RouteUrl(routeName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
763
- RouteUrl(routeName: string, values: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
764
- RouteUrl(routeName: string, values: unknown, protocol: string): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
765
- RouteUrl(routeName: string, values: unknown, protocol: string, host: string): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
766
- RouteUrl(routeName: string, values: unknown, protocol: string, host: string, fragment: string): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
767
- Page(pageName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
768
- Page(pageName: string, pageHandler: string): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
769
- Page(pageName: string, values: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
770
- Page(pageName: string, pageHandler: string, values: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
771
- Page(pageName: string, pageHandler: string, values: unknown, protocol: string): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
772
- Page(pageName: string, pageHandler: string, values: unknown, protocol: string, host: string): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
773
- Page(pageName: string, pageHandler: string, values: unknown, protocol: string, host: string, fragment: string): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
774
- ActionLink(action: string, controller: string, values: unknown, protocol: string, host: string, fragment: string): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
775
- PageLink(pageName: string, pageHandler: string, values: unknown, protocol: string, host: string, fragment: string): ExtensionMethods_Microsoft_AspNetCore_Mvc<string | undefined>;
831
+ Action(): Rewrap<this, string | undefined>;
832
+ Action(action: string): Rewrap<this, string | undefined>;
833
+ Action(action: string, values: unknown): Rewrap<this, string | undefined>;
834
+ Action(action: string, controller: string): Rewrap<this, string | undefined>;
835
+ Action(action: string, controller: string, values: unknown): Rewrap<this, string | undefined>;
836
+ Action(action: string, controller: string, values: unknown, protocol: string): Rewrap<this, string | undefined>;
837
+ Action(action: string, controller: string, values: unknown, protocol: string, host: string): Rewrap<this, string | undefined>;
838
+ Action(action: string, controller: string, values: unknown, protocol: string, host: string, fragment: string): Rewrap<this, string | undefined>;
839
+ RouteUrl(values: unknown): Rewrap<this, string | undefined>;
840
+ RouteUrl(routeName: string): Rewrap<this, string | undefined>;
841
+ RouteUrl(routeName: string, values: unknown): Rewrap<this, string | undefined>;
842
+ RouteUrl(routeName: string, values: unknown, protocol: string): Rewrap<this, string | undefined>;
843
+ RouteUrl(routeName: string, values: unknown, protocol: string, host: string): Rewrap<this, string | undefined>;
844
+ RouteUrl(routeName: string, values: unknown, protocol: string, host: string, fragment: string): Rewrap<this, string | undefined>;
845
+ Page(pageName: string): Rewrap<this, string | undefined>;
846
+ Page(pageName: string, pageHandler: string): Rewrap<this, string | undefined>;
847
+ Page(pageName: string, values: unknown): Rewrap<this, string | undefined>;
848
+ Page(pageName: string, pageHandler: string, values: unknown): Rewrap<this, string | undefined>;
849
+ Page(pageName: string, pageHandler: string, values: unknown, protocol: string): Rewrap<this, string | undefined>;
850
+ Page(pageName: string, pageHandler: string, values: unknown, protocol: string, host: string): Rewrap<this, string | undefined>;
851
+ Page(pageName: string, pageHandler: string, values: unknown, protocol: string, host: string, fragment: string): Rewrap<this, string | undefined>;
852
+ ActionLink(action?: string, controller?: string, values?: unknown, protocol?: string, host?: string, fragment?: string): Rewrap<this, string | undefined>;
853
+ PageLink(pageName?: string, pageHandler?: string, values?: unknown, protocol?: string, host?: string, fragment?: string): Rewrap<this, string | undefined>;
776
854
  }
777
855
 
778
856
  export interface __Ext_Microsoft_AspNetCore_Mvc_Abstractions_ActionDescriptor {
779
- GetProperty<T>(): ExtensionMethods_Microsoft_AspNetCore_Mvc_Abstractions<T | undefined>;
780
- SetProperty<T>(value: T): ExtensionMethods_Microsoft_AspNetCore_Mvc_Abstractions<void>;
857
+ GetProperty<T>(): Rewrap<this, T | undefined>;
858
+ SetProperty<T>(value: T): Rewrap<this, void>;
781
859
  }
782
860
 
783
861
  export interface __Ext_Microsoft_AspNetCore_Mvc_ApiExplorer_ApiDescription {
784
- GetProperty<T>(): ExtensionMethods_Microsoft_AspNetCore_Mvc_ApiExplorer<T | undefined>;
785
- SetProperty<T>(value: T): ExtensionMethods_Microsoft_AspNetCore_Mvc_ApiExplorer<void>;
862
+ GetProperty<T>(): Rewrap<this, T | undefined>;
863
+ SetProperty<T>(value: T): Rewrap<this, void>;
864
+ }
865
+
866
+ export interface __Ext_Microsoft_AspNetCore_Mvc_Formatters_Xml_IEnumerable_1<T> {
867
+ GetWrapperProvider(wrapperProviderContext: Microsoft_AspNetCore_Mvc_Formatters_Xml.WrapperProviderContext): Rewrap<this, Microsoft_AspNetCore_Mvc_Formatters_Xml.IWrapperProvider | undefined>;
786
868
  }
787
869
 
788
870
  export interface __Ext_Microsoft_AspNetCore_Mvc_Localization_IHtmlLocalizer {
789
- GetHtml(name: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Localization<Microsoft_AspNetCore_Mvc_Localization.LocalizedHtmlString>;
790
- GetHtml(name: string, arguments: unknown[]): ExtensionMethods_Microsoft_AspNetCore_Mvc_Localization<Microsoft_AspNetCore_Mvc_Localization.LocalizedHtmlString>;
791
- GetAllStrings(): ExtensionMethods_Microsoft_AspNetCore_Mvc_Localization<IEnumerable_1<LocalizedString>>;
871
+ GetHtml(name: string): Rewrap<this, Microsoft_AspNetCore_Mvc_Localization.LocalizedHtmlString>;
872
+ GetHtml(name: string, ...arguments: unknown[]): Rewrap<this, Microsoft_AspNetCore_Mvc_Localization.LocalizedHtmlString>;
873
+ GetAllStrings(): Rewrap<this, System_Collections_Generic.IEnumerable_1<Microsoft_Extensions_Localization.LocalizedString>>;
792
874
  }
793
875
 
794
876
  export interface __Ext_Microsoft_AspNetCore_Mvc_ModelBinding_IModelMetadataProvider {
795
- GetMetadataForProperty(containerType: Type, propertyName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_ModelBinding<Microsoft_AspNetCore_Mvc_ModelBinding.ModelMetadata>;
877
+ GetMetadataForProperty(containerType: System.Type, propertyName: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ModelBinding.ModelMetadata>;
796
878
  }
797
879
 
798
880
  export interface __Ext_Microsoft_AspNetCore_Mvc_ModelBinding_ModelStateDictionary {
799
- AddModelError<TModel>(expression: Expression_1<Func_2<TModel, unknown>>, errorMessage: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_ModelBinding<void>;
800
- TryAddModelException<TModel>(expression: Expression_1<Func_2<TModel, unknown>>, exception: Exception): ExtensionMethods_Microsoft_AspNetCore_Mvc_ModelBinding<void>;
801
- AddModelError<TModel>(expression: Expression_1<Func_2<TModel, unknown>>, exception: Exception, metadata: Microsoft_AspNetCore_Mvc_ModelBinding.ModelMetadata): ExtensionMethods_Microsoft_AspNetCore_Mvc_ModelBinding<void>;
802
- Remove<TModel>(expression: Expression_1<Func_2<TModel, unknown>>): ExtensionMethods_Microsoft_AspNetCore_Mvc_ModelBinding<boolean>;
803
- RemoveAll<TModel>(expression: Expression_1<Func_2<TModel, unknown>>): ExtensionMethods_Microsoft_AspNetCore_Mvc_ModelBinding<void>;
881
+ AddModelError<TModel>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>, errorMessage: string): Rewrap<this, void>;
882
+ TryAddModelException<TModel>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>, exception: System.Exception): Rewrap<this, void>;
883
+ AddModelError<TModel>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>, exception: System.Exception, metadata: Microsoft_AspNetCore_Mvc_ModelBinding.ModelMetadata): Rewrap<this, void>;
884
+ Remove<TModel>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>): Rewrap<this, boolean>;
885
+ RemoveAll<TModel>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>): Rewrap<this, void>;
886
+ }
887
+
888
+ export interface __Ext_Microsoft_AspNetCore_Mvc_ModelBinding_IList_1<T> {
889
+ RemoveType<TModelBinderProvider>(): Rewrap<this, void>;
890
+ RemoveType(type: System.Type): Rewrap<this, void>;
891
+ RemoveType<TValueProviderFactory>(): Rewrap<this, void>;
892
+ RemoveType(type: System.Type): Rewrap<this, void>;
893
+ }
894
+
895
+ export interface __Ext_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata_IList_1<T> {
896
+ RemoveType<TMetadataDetailsProvider>(): Rewrap<this, void>;
897
+ RemoveType(type: System.Type): Rewrap<this, void>;
898
+ }
899
+
900
+ export interface __Ext_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IList_1<T> {
901
+ RemoveType<TModelValidatorProvider>(): Rewrap<this, void>;
902
+ RemoveType(type: System.Type): Rewrap<this, void>;
804
903
  }
805
904
 
806
905
  export interface __Ext_Microsoft_AspNetCore_Mvc_Rendering_IViewComponentHelper {
807
- InvokeAsync(name: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
808
- InvokeAsync(componentType: Type): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
809
- InvokeAsync<TComponent>(arguments: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
810
- InvokeAsync<TComponent>(): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
906
+ InvokeAsync(name: string): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
907
+ InvokeAsync(componentType: System.Type): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
908
+ InvokeAsync<TComponent>(arguments: unknown): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
909
+ InvokeAsync<TComponent>(): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
811
910
  }
812
911
 
813
912
  export interface __Ext_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper {
814
- RenderComponentAsync<TComponent>(renderMode: Microsoft_AspNetCore_Mvc_Rendering.RenderMode): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
815
- RenderComponentAsync<TComponent>(renderMode: Microsoft_AspNetCore_Mvc_Rendering.RenderMode, parameters: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
816
- RenderComponentAsync(componentType: Type, renderMode: Microsoft_AspNetCore_Mvc_Rendering.RenderMode, parameters: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
817
- Display(expression: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
818
- Display(expression: string, additionalViewData: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
819
- Display(expression: string, templateName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
820
- Display(expression: string, templateName: string, additionalViewData: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
821
- Display(expression: string, templateName: string, htmlFieldName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
822
- DisplayForModel(): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
823
- DisplayForModel(additionalViewData: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
824
- DisplayForModel(templateName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
825
- DisplayForModel(templateName: string, additionalViewData: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
826
- DisplayForModel(templateName: string, htmlFieldName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
827
- DisplayForModel(templateName: string, htmlFieldName: string, additionalViewData: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
828
- DisplayNameForModel(): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<string>;
829
- Editor(expression: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
830
- Editor(expression: string, additionalViewData: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
831
- Editor(expression: string, templateName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
832
- Editor(expression: string, templateName: string, additionalViewData: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
833
- Editor(expression: string, templateName: string, htmlFieldName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
834
- EditorForModel(): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
835
- EditorForModel(additionalViewData: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
836
- EditorForModel(templateName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
837
- EditorForModel(templateName: string, additionalViewData: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
838
- EditorForModel(templateName: string, htmlFieldName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
839
- EditorForModel(templateName: string, htmlFieldName: string, additionalViewData: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
840
- BeginForm(): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
841
- BeginForm(antiforgery: Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
842
- BeginForm(method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
843
- BeginForm(method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
844
- BeginForm(method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
845
- BeginForm(routeValues: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
846
- BeginForm(actionName: string, controllerName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
847
- BeginForm(actionName: string, controllerName: string, routeValues: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
848
- BeginForm(actionName: string, controllerName: string, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
849
- BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
850
- BeginForm(actionName: string, controllerName: string, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
851
- BeginRouteForm(routeValues: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
852
- BeginRouteForm(routeValues: unknown, antiforgery: Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
853
- BeginRouteForm(routeName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
854
- BeginRouteForm(routeName: string, antiforgery: Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
855
- BeginRouteForm(routeName: string, routeValues: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
856
- BeginRouteForm(routeName: string, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
857
- BeginRouteForm(routeName: string, routeValues: unknown, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
858
- BeginRouteForm(routeName: string, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
859
- CheckBox(expression: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
860
- CheckBox(expression: string, isChecked: boolean): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
861
- CheckBox(expression: string, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
862
- Hidden(expression: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
863
- Hidden(expression: string, value: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
864
- Password(expression: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
865
- Password(expression: string, value: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
866
- RadioButton(expression: string, value: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
867
- RadioButton(expression: string, value: unknown, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
868
- RadioButton(expression: string, value: unknown, isChecked: boolean): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
869
- TextBox(expression: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
870
- TextBox(expression: string, value: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
871
- TextBox(expression: string, value: unknown, format: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
872
- TextBox(expression: string, value: unknown, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
873
- TextArea(expression: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
874
- TextArea(expression: string, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
875
- TextArea(expression: string, value: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
876
- TextArea(expression: string, value: string, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
877
- Label(expression: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
878
- Label(expression: string, labelText: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
879
- LabelForModel(): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
880
- LabelForModel(labelText: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
881
- LabelForModel(htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
882
- LabelForModel(labelText: string, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
883
- ActionLink(linkText: string, actionName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
884
- ActionLink(linkText: string, actionName: string, routeValues: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
885
- ActionLink(linkText: string, actionName: string, routeValues: unknown, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
886
- ActionLink(linkText: string, actionName: string, controllerName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
887
- ActionLink(linkText: string, actionName: string, controllerName: string, routeValues: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
888
- ActionLink(linkText: string, actionName: string, controllerName: string, routeValues: unknown, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
889
- RouteLink(linkText: string, routeValues: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
890
- RouteLink(linkText: string, routeName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
891
- RouteLink(linkText: string, routeName: string, routeValues: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
892
- RouteLink(linkText: string, routeValues: unknown, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
893
- RouteLink(linkText: string, routeName: string, routeValues: unknown, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
894
- NameForModel(): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<string>;
895
- IdForModel(): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<string>;
896
- PartialAsync(partialViewName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
897
- PartialAsync(partialViewName: string, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
898
- PartialAsync(partialViewName: string, model: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
899
- Partial(partialViewName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
900
- Partial(partialViewName: string, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
901
- Partial(partialViewName: string, model: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
902
- Partial(partialViewName: string, model: unknown, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
903
- RenderPartial(partialViewName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<void>;
904
- RenderPartial(partialViewName: string, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<void>;
905
- RenderPartial(partialViewName: string, model: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<void>;
906
- RenderPartial(partialViewName: string, model: unknown, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<void>;
907
- RenderPartialAsync(partialViewName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Task>;
908
- RenderPartialAsync(partialViewName: string, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Task>;
909
- RenderPartialAsync(partialViewName: string, model: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Task>;
910
- DropDownList(expression: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
911
- DropDownList(expression: string, optionLabel: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
912
- DropDownList(expression: string, selectList: IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
913
- DropDownList(expression: string, selectList: IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
914
- DropDownList(expression: string, selectList: IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>, optionLabel: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
915
- ListBox(expression: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
916
- ListBox(expression: string, selectList: IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
917
- ValidationMessage(expression: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
918
- ValidationMessage(expression: string, message: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
919
- ValidationMessage(expression: string, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
920
- ValidationMessage(expression: string, message: string, tag: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
921
- ValidationMessage(expression: string, message: string, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
922
- ValidationSummary(): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
923
- ValidationSummary(excludePropertyErrors: boolean): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
924
- ValidationSummary(message: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
925
- ValidationSummary(message: string, tag: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
926
- ValidationSummary(excludePropertyErrors: boolean, message: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
927
- ValidationSummary(message: string, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
928
- ValidationSummary(message: string, htmlAttributes: unknown, tag: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
929
- ValidationSummary(excludePropertyErrors: boolean, message: string, tag: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
930
- ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
931
- Value(expression: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<string>;
932
- ValueForModel(): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<string>;
933
- ValueForModel(format: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<string>;
913
+ RenderComponentAsync<TComponent>(renderMode: Microsoft_AspNetCore_Mvc_Rendering.RenderMode): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
914
+ RenderComponentAsync<TComponent>(renderMode: Microsoft_AspNetCore_Mvc_Rendering.RenderMode, parameters: unknown): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
915
+ RenderComponentAsync(componentType: System.Type, renderMode: Microsoft_AspNetCore_Mvc_Rendering.RenderMode, parameters: unknown): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
916
+ Display(expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
917
+ Display(expression: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
918
+ Display(expression: string, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
919
+ Display(expression: string, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
920
+ Display(expression: string, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
921
+ DisplayForModel(): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
922
+ DisplayForModel(additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
923
+ DisplayForModel(templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
924
+ DisplayForModel(templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
925
+ DisplayForModel(templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
926
+ DisplayForModel(templateName: string, htmlFieldName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
927
+ DisplayNameForModel(): Rewrap<this, string>;
928
+ Editor(expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
929
+ Editor(expression: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
930
+ Editor(expression: string, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
931
+ Editor(expression: string, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
932
+ Editor(expression: string, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
933
+ EditorForModel(): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
934
+ EditorForModel(additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
935
+ EditorForModel(templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
936
+ EditorForModel(templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
937
+ EditorForModel(templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
938
+ EditorForModel(templateName: string, htmlFieldName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
939
+ BeginForm(): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
940
+ BeginForm(antiforgery: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
941
+ BeginForm(method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
942
+ BeginForm(method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
943
+ BeginForm(method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, antiforgery: System.Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
944
+ BeginForm(routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
945
+ BeginForm(actionName: string, controllerName: string): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
946
+ BeginForm(actionName: string, controllerName: string, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
947
+ BeginForm(actionName: string, controllerName: string, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
948
+ BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
949
+ BeginForm(actionName: string, controllerName: string, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
950
+ BeginRouteForm(routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
951
+ BeginRouteForm(routeValues: unknown, antiforgery: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
952
+ BeginRouteForm(routeName: string): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
953
+ BeginRouteForm(routeName: string, antiforgery: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
954
+ BeginRouteForm(routeName: string, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
955
+ BeginRouteForm(routeName: string, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
956
+ BeginRouteForm(routeName: string, routeValues: unknown, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
957
+ BeginRouteForm(routeName: string, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
958
+ CheckBox(expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
959
+ CheckBox(expression: string, isChecked: boolean): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
960
+ CheckBox(expression: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
961
+ Hidden(expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
962
+ Hidden(expression: string, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
963
+ Password(expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
964
+ Password(expression: string, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
965
+ RadioButton(expression: string, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
966
+ RadioButton(expression: string, value: unknown, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
967
+ RadioButton(expression: string, value: unknown, isChecked: boolean): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
968
+ TextBox(expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
969
+ TextBox(expression: string, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
970
+ TextBox(expression: string, value: unknown, format: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
971
+ TextBox(expression: string, value: unknown, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
972
+ TextArea(expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
973
+ TextArea(expression: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
974
+ TextArea(expression: string, value: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
975
+ TextArea(expression: string, value: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
976
+ Label(expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
977
+ Label(expression: string, labelText: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
978
+ LabelForModel(): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
979
+ LabelForModel(labelText: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
980
+ LabelForModel(htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
981
+ LabelForModel(labelText: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
982
+ ActionLink(linkText: string, actionName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
983
+ ActionLink(linkText: string, actionName: string, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
984
+ ActionLink(linkText: string, actionName: string, routeValues: unknown, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
985
+ ActionLink(linkText: string, actionName: string, controllerName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
986
+ ActionLink(linkText: string, actionName: string, controllerName: string, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
987
+ ActionLink(linkText: string, actionName: string, controllerName: string, routeValues: unknown, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
988
+ RouteLink(linkText: string, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
989
+ RouteLink(linkText: string, routeName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
990
+ RouteLink(linkText: string, routeName: string, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
991
+ RouteLink(linkText: string, routeValues: unknown, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
992
+ RouteLink(linkText: string, routeName: string, routeValues: unknown, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
993
+ NameForModel(): Rewrap<this, string>;
994
+ IdForModel(): Rewrap<this, string>;
995
+ PartialAsync(partialViewName: string): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
996
+ PartialAsync(partialViewName: string, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
997
+ PartialAsync(partialViewName: string, model: unknown): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
998
+ Partial(partialViewName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
999
+ Partial(partialViewName: string, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1000
+ Partial(partialViewName: string, model: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1001
+ Partial(partialViewName: string, model: unknown, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1002
+ RenderPartial(partialViewName: string): Rewrap<this, void>;
1003
+ RenderPartial(partialViewName: string, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, void>;
1004
+ RenderPartial(partialViewName: string, model: unknown): Rewrap<this, void>;
1005
+ RenderPartial(partialViewName: string, model: unknown, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, void>;
1006
+ RenderPartialAsync(partialViewName: string): Rewrap<this, System_Threading_Tasks.Task>;
1007
+ RenderPartialAsync(partialViewName: string, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, System_Threading_Tasks.Task>;
1008
+ RenderPartialAsync(partialViewName: string, model: unknown): Rewrap<this, System_Threading_Tasks.Task>;
1009
+ DropDownList(expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1010
+ DropDownList(expression: string, optionLabel: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1011
+ DropDownList(expression: string, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1012
+ DropDownList(expression: string, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1013
+ DropDownList(expression: string, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>, optionLabel: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1014
+ ListBox(expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1015
+ ListBox(expression: string, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1016
+ ValidationMessage(expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1017
+ ValidationMessage(expression: string, message: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1018
+ ValidationMessage(expression: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1019
+ ValidationMessage(expression: string, message: string, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1020
+ ValidationMessage(expression: string, message: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1021
+ ValidationSummary(): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1022
+ ValidationSummary(excludePropertyErrors: boolean): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1023
+ ValidationSummary(message: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1024
+ ValidationSummary(message: string, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1025
+ ValidationSummary(excludePropertyErrors: boolean, message: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1026
+ ValidationSummary(message: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1027
+ ValidationSummary(message: string, htmlAttributes: unknown, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1028
+ ValidationSummary(excludePropertyErrors: boolean, message: string, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1029
+ ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1030
+ Value(expression: string): Rewrap<this, string>;
1031
+ ValueForModel(): Rewrap<this, string>;
1032
+ ValueForModel(format: string): Rewrap<this, string>;
934
1033
  }
935
1034
 
936
1035
  export interface __Ext_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_1<TModel> {
937
- DisplayFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
938
- DisplayFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, additionalViewData: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
939
- DisplayFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
940
- DisplayFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, additionalViewData: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
941
- DisplayFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
942
- DisplayNameFor<TModelItem, TResult>(expression: Expression_1<Func_2<TModelItem, TResult>>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<string>;
943
- EditorFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
944
- EditorFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, additionalViewData: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
945
- EditorFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
946
- EditorFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, additionalViewData: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
947
- EditorFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
948
- CheckBoxFor(expression: Expression_1<Func_2<TModel, System_Internal.Boolean>>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
949
- HiddenFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
950
- PasswordFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
951
- RadioButtonFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, value: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
952
- TextBoxFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
953
- TextBoxFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, format: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
954
- TextBoxFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
955
- TextAreaFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
956
- TextAreaFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
957
- LabelFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
958
- LabelFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, labelText: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
959
- LabelFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
960
- DropDownListFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
961
- DropDownListFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
962
- DropDownListFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>, optionLabel: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
963
- ListBoxFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
964
- ValidationMessageFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
965
- ValidationMessageFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, message: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
966
- ValidationMessageFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, message: string, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
967
- ValidationMessageFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, message: string, tag: string): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<Microsoft_AspNetCore_Html.IHtmlContent>;
968
- ValueFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<string>;
1036
+ DisplayFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1037
+ DisplayFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1038
+ DisplayFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1039
+ DisplayFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1040
+ DisplayFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1041
+ DisplayNameFor<TModelItem, TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModelItem, TResult>>): Rewrap<this, string>;
1042
+ EditorFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1043
+ EditorFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1044
+ EditorFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1045
+ EditorFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1046
+ EditorFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1047
+ CheckBoxFor(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, System_Internal.Boolean>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1048
+ HiddenFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1049
+ PasswordFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1050
+ RadioButtonFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1051
+ TextBoxFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1052
+ TextBoxFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, format: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1053
+ TextBoxFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1054
+ TextAreaFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1055
+ TextAreaFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1056
+ LabelFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1057
+ LabelFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, labelText: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1058
+ LabelFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1059
+ DropDownListFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1060
+ DropDownListFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1061
+ DropDownListFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>, optionLabel: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1062
+ ListBoxFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1063
+ ValidationMessageFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1064
+ ValidationMessageFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, message: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1065
+ ValidationMessageFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, message: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1066
+ ValidationMessageFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, message: string, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1067
+ ValueFor<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, string>;
969
1068
  }
970
1069
 
971
1070
  export interface __Ext_Microsoft_AspNetCore_Mvc_TagHelpers_TagHelperOutput {
972
- CopyHtmlAttribute(attributeName: string, context: Microsoft_AspNetCore_Razor_TagHelpers.TagHelperContext): ExtensionMethods_Microsoft_AspNetCore_Mvc_TagHelpers<void>;
973
- MergeAttributes(tagBuilder: Microsoft_AspNetCore_Mvc_Rendering.TagBuilder): ExtensionMethods_Microsoft_AspNetCore_Mvc_TagHelpers<void>;
974
- RemoveRange(attributes: IEnumerable_1<Microsoft_AspNetCore_Razor_TagHelpers.TagHelperAttribute>): ExtensionMethods_Microsoft_AspNetCore_Mvc_TagHelpers<void>;
975
- AddClass(classValue: string, htmlEncoder: HtmlEncoder): ExtensionMethods_Microsoft_AspNetCore_Mvc_TagHelpers<void>;
976
- RemoveClass(classValue: string, htmlEncoder: HtmlEncoder): ExtensionMethods_Microsoft_AspNetCore_Mvc_TagHelpers<void>;
1071
+ CopyHtmlAttribute(attributeName: string, context: Microsoft_AspNetCore_Razor_TagHelpers.TagHelperContext): Rewrap<this, void>;
1072
+ MergeAttributes(tagBuilder: Microsoft_AspNetCore_Mvc_Rendering.TagBuilder): Rewrap<this, void>;
1073
+ RemoveRange(attributes: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Razor_TagHelpers.TagHelperAttribute>): Rewrap<this, void>;
1074
+ AddClass(classValue: string, htmlEncoder: System_Text_Encodings_Web.HtmlEncoder): Rewrap<this, void>;
1075
+ RemoveClass(classValue: string, htmlEncoder: System_Text_Encodings_Web.HtmlEncoder): Rewrap<this, void>;
977
1076
  }
978
1077
 
979
1078
  export interface __Ext_Microsoft_AspNetCore_Mvc_ViewFeatures_IAntiforgery {
980
- GetHtml(httpContext: Microsoft_AspNetCore_Http.HttpContext): ExtensionMethods_Microsoft_AspNetCore_Mvc_ViewFeatures<Microsoft_AspNetCore_Html.IHtmlContent>;
1079
+ GetHtml(httpContext: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
981
1080
  }
982
1081
 
983
1082
  export interface __Ext_Microsoft_AspNetCore_Mvc_ViewFeatures_IModelMetadataProvider {
984
- GetModelExplorerForType(modelType: Type, model: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_ViewFeatures<Microsoft_AspNetCore_Mvc_ViewFeatures.ModelExplorer>;
1083
+ GetModelExplorerForType(modelType: System.Type, model: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_ViewFeatures.ModelExplorer>;
985
1084
  }
986
1085
 
987
1086
  export interface __Ext_Microsoft_AspNetCore_Mvc_ViewFeatures_IHtmlGenerator {
988
- GenerateForm(viewContext: Microsoft_AspNetCore_Mvc_Rendering.ViewContext, actionName: string, controllerName: string, fragment: string, routeValues: unknown, method: string, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_ViewFeatures<Microsoft_AspNetCore_Mvc_Rendering.TagBuilder>;
989
- GenerateRouteForm(viewContext: Microsoft_AspNetCore_Mvc_Rendering.ViewContext, routeName: string, routeValues: unknown, fragment: string, method: string, htmlAttributes: unknown): ExtensionMethods_Microsoft_AspNetCore_Mvc_ViewFeatures<Microsoft_AspNetCore_Mvc_Rendering.TagBuilder>;
1087
+ GenerateForm(viewContext: Microsoft_AspNetCore_Mvc_Rendering.ViewContext, actionName: string, controllerName: string, fragment: string, routeValues: unknown, method: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.TagBuilder>;
1088
+ GenerateRouteForm(viewContext: Microsoft_AspNetCore_Mvc_Rendering.ViewContext, routeName: string, routeValues: unknown, fragment: string, method: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.TagBuilder>;
990
1089
  }
991
1090
 
992
1091
  export interface __Ext_Microsoft_AspNetCore_Mvc_ViewFeatures_ModelExplorer {
993
- GetSimpleDisplayText(): ExtensionMethods_Microsoft_AspNetCore_Mvc_ViewFeatures<string>;
1092
+ GetSimpleDisplayText(): Rewrap<this, string>;
994
1093
  }
995
1094
 
996
1095
  export interface __Ext_Microsoft_AspNetCore_RateLimiting_RateLimiterOptions {
997
- AddTokenBucketLimiter(policyName: string, configureOptions: Action_1<System_Threading_RateLimiting.TokenBucketRateLimiterOptions>): ExtensionMethods_Microsoft_AspNetCore_RateLimiting<Microsoft_AspNetCore_RateLimiting.RateLimiterOptions>;
998
- AddFixedWindowLimiter(policyName: string, configureOptions: Action_1<System_Threading_RateLimiting.FixedWindowRateLimiterOptions>): ExtensionMethods_Microsoft_AspNetCore_RateLimiting<Microsoft_AspNetCore_RateLimiting.RateLimiterOptions>;
999
- AddSlidingWindowLimiter(policyName: string, configureOptions: Action_1<System_Threading_RateLimiting.SlidingWindowRateLimiterOptions>): ExtensionMethods_Microsoft_AspNetCore_RateLimiting<Microsoft_AspNetCore_RateLimiting.RateLimiterOptions>;
1000
- AddConcurrencyLimiter(policyName: string, configureOptions: Action_1<System_Threading_RateLimiting.ConcurrencyLimiterOptions>): ExtensionMethods_Microsoft_AspNetCore_RateLimiting<Microsoft_AspNetCore_RateLimiting.RateLimiterOptions>;
1096
+ AddTokenBucketLimiter(policyName: string, configureOptions: System.Action_1<System_Threading_RateLimiting.TokenBucketRateLimiterOptions>): Rewrap<this, Microsoft_AspNetCore_RateLimiting.RateLimiterOptions>;
1097
+ AddFixedWindowLimiter(policyName: string, configureOptions: System.Action_1<System_Threading_RateLimiting.FixedWindowRateLimiterOptions>): Rewrap<this, Microsoft_AspNetCore_RateLimiting.RateLimiterOptions>;
1098
+ AddSlidingWindowLimiter(policyName: string, configureOptions: System.Action_1<System_Threading_RateLimiting.SlidingWindowRateLimiterOptions>): Rewrap<this, Microsoft_AspNetCore_RateLimiting.RateLimiterOptions>;
1099
+ AddConcurrencyLimiter(policyName: string, configureOptions: System.Action_1<System_Threading_RateLimiting.ConcurrencyLimiterOptions>): Rewrap<this, Microsoft_AspNetCore_RateLimiting.RateLimiterOptions>;
1001
1100
  }
1002
1101
 
1003
1102
  export interface __Ext_Microsoft_AspNetCore_Razor_Hosting_RazorCompiledItem {
1004
- GetChecksumMetadata(): ExtensionMethods_Microsoft_AspNetCore_Razor_Hosting<IReadOnlyList_1<Microsoft_AspNetCore_Razor_Hosting.IRazorSourceChecksumMetadata>>;
1103
+ GetChecksumMetadata(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Microsoft_AspNetCore_Razor_Hosting.IRazorSourceChecksumMetadata>>;
1005
1104
  }
1006
1105
 
1007
1106
  export interface __Ext_Microsoft_AspNetCore_Rewrite_RewriteOptions {
1008
- AddApacheModRewrite(fileProvider: IFileProvider, filePath: string): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1009
- AddApacheModRewrite(reader: TextReader): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1010
- AddIISUrlRewrite(fileProvider: IFileProvider, filePath: string, alwaysUseManagedServerVariables: boolean): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1011
- AddIISUrlRewrite(reader: TextReader, alwaysUseManagedServerVariables: boolean): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1012
- Add(rule: Microsoft_AspNetCore_Rewrite.IRule): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1013
- Add(applyRule: Action_1<Microsoft_AspNetCore_Rewrite.RewriteContext>): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1014
- AddRewrite(regex: string, replacement: string, skipRemainingRules: boolean): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1015
- AddRedirect(regex: string, replacement: string): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1016
- AddRedirect(regex: string, replacement: string, statusCode: int): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1017
- AddRedirectToHttpsPermanent(): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1018
- AddRedirectToHttps(): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1019
- AddRedirectToHttps(statusCode: int): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1020
- AddRedirectToHttps(statusCode: int, sslPort: Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1021
- AddRedirectToWwwPermanent(): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1022
- AddRedirectToWwwPermanent(domains: string[]): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1023
- AddRedirectToWww(): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1024
- AddRedirectToWww(domains: string[]): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1025
- AddRedirectToWww(statusCode: int): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1026
- AddRedirectToWww(statusCode: int, domains: string[]): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1027
- AddRedirectToNonWwwPermanent(): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1028
- AddRedirectToNonWwwPermanent(domains: string[]): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1029
- AddRedirectToNonWww(): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1030
- AddRedirectToNonWww(domains: string[]): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1031
- AddRedirectToNonWww(statusCode: int): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1032
- AddRedirectToNonWww(statusCode: int, domains: string[]): ExtensionMethods_Microsoft_AspNetCore_Rewrite<Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1107
+ AddApacheModRewrite(fileProvider: Microsoft_Extensions_FileProviders.IFileProvider, filePath: string): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1108
+ AddApacheModRewrite(reader: System_IO.TextReader): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1109
+ AddIISUrlRewrite(fileProvider: Microsoft_Extensions_FileProviders.IFileProvider, filePath: string, alwaysUseManagedServerVariables?: boolean): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1110
+ AddIISUrlRewrite(reader: System_IO.TextReader, alwaysUseManagedServerVariables?: boolean): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1111
+ Add(rule: Microsoft_AspNetCore_Rewrite.IRule): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1112
+ Add(applyRule: System.Action_1<Microsoft_AspNetCore_Rewrite.RewriteContext>): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1113
+ AddRewrite(regex: string, replacement: string, skipRemainingRules: boolean): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1114
+ AddRedirect(regex: string, replacement: string): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1115
+ AddRedirect(regex: string, replacement: string, statusCode: int): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1116
+ AddRedirectToHttpsPermanent(): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1117
+ AddRedirectToHttps(): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1118
+ AddRedirectToHttps(statusCode: int): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1119
+ AddRedirectToHttps(statusCode: int, sslPort: System.Nullable_1<System_Internal.Int32>): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1120
+ AddRedirectToWwwPermanent(): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1121
+ AddRedirectToWwwPermanent(...domains: string[]): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1122
+ AddRedirectToWww(): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1123
+ AddRedirectToWww(...domains: string[]): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1124
+ AddRedirectToWww(statusCode: int): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1125
+ AddRedirectToWww(statusCode: int, ...domains: string[]): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1126
+ AddRedirectToNonWwwPermanent(): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1127
+ AddRedirectToNonWwwPermanent(...domains: string[]): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1128
+ AddRedirectToNonWww(): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1129
+ AddRedirectToNonWww(...domains: string[]): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1130
+ AddRedirectToNonWww(statusCode: int): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1131
+ AddRedirectToNonWww(statusCode: int, ...domains: string[]): Rewrap<this, Microsoft_AspNetCore_Rewrite.RewriteOptions>;
1033
1132
  }
1034
1133
 
1035
1134
  export interface __Ext_Microsoft_AspNetCore_Routing_HttpContext {
1036
- GetRouteData(): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.RouteData>;
1037
- GetRouteValue(key: string): ExtensionMethods_Microsoft_AspNetCore_Routing<unknown | undefined>;
1135
+ GetRouteData(): Rewrap<this, Microsoft_AspNetCore_Routing.RouteData>;
1136
+ GetRouteValue(key: string): Rewrap<this, unknown | undefined>;
1038
1137
  }
1039
1138
 
1040
1139
  export interface __Ext_Microsoft_AspNetCore_Routing_IEndpointRouteBuilder {
1041
- MapIdentityApi<TUser>(): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
1042
- MapShortCircuit(statusCode: int, routePrefixes: string[]): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
1140
+ MapIdentityApi<TUser>(): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
1141
+ MapShortCircuit(statusCode: int, ...routePrefixes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
1043
1142
  }
1044
1143
 
1045
1144
  export interface __Ext_Microsoft_AspNetCore_Routing_IRouteBuilder {
1046
- MapRoute(template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.IRouteBuilder>;
1047
- MapMiddlewareRoute(template: string, action: Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.IRouteBuilder>;
1048
- MapDelete(template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.IRouteBuilder>;
1049
- MapMiddlewareDelete(template: string, action: Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.IRouteBuilder>;
1050
- MapDelete(template: string, handler: Func_4<Microsoft_AspNetCore_Http.HttpRequest, Microsoft_AspNetCore_Http.HttpResponse, Microsoft_AspNetCore_Routing.RouteData, Task>): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.IRouteBuilder>;
1051
- MapGet(template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.IRouteBuilder>;
1052
- MapMiddlewareGet(template: string, action: Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.IRouteBuilder>;
1053
- MapGet(template: string, handler: Func_4<Microsoft_AspNetCore_Http.HttpRequest, Microsoft_AspNetCore_Http.HttpResponse, Microsoft_AspNetCore_Routing.RouteData, Task>): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.IRouteBuilder>;
1054
- MapPost(template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.IRouteBuilder>;
1055
- MapMiddlewarePost(template: string, action: Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.IRouteBuilder>;
1056
- MapPost(template: string, handler: Func_4<Microsoft_AspNetCore_Http.HttpRequest, Microsoft_AspNetCore_Http.HttpResponse, Microsoft_AspNetCore_Routing.RouteData, Task>): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.IRouteBuilder>;
1057
- MapPut(template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.IRouteBuilder>;
1058
- MapMiddlewarePut(template: string, action: Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.IRouteBuilder>;
1059
- MapPut(template: string, handler: Func_4<Microsoft_AspNetCore_Http.HttpRequest, Microsoft_AspNetCore_Http.HttpResponse, Microsoft_AspNetCore_Routing.RouteData, Task>): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.IRouteBuilder>;
1060
- MapVerb(verb: string, template: string, handler: Func_4<Microsoft_AspNetCore_Http.HttpRequest, Microsoft_AspNetCore_Http.HttpResponse, Microsoft_AspNetCore_Routing.RouteData, Task>): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.IRouteBuilder>;
1061
- MapVerb(verb: string, template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.IRouteBuilder>;
1062
- MapMiddlewareVerb(verb: string, template: string, action: Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.IRouteBuilder>;
1145
+ MapRoute(template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1146
+ MapMiddlewareRoute(template: string, action: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1147
+ MapDelete(template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1148
+ MapMiddlewareDelete(template: string, action: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1149
+ MapDelete(template: string, handler: System.Func_4<Microsoft_AspNetCore_Http.HttpRequest, Microsoft_AspNetCore_Http.HttpResponse, Microsoft_AspNetCore_Routing.RouteData, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1150
+ MapGet(template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1151
+ MapMiddlewareGet(template: string, action: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1152
+ MapGet(template: string, handler: System.Func_4<Microsoft_AspNetCore_Http.HttpRequest, Microsoft_AspNetCore_Http.HttpResponse, Microsoft_AspNetCore_Routing.RouteData, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1153
+ MapPost(template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1154
+ MapMiddlewarePost(template: string, action: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1155
+ MapPost(template: string, handler: System.Func_4<Microsoft_AspNetCore_Http.HttpRequest, Microsoft_AspNetCore_Http.HttpResponse, Microsoft_AspNetCore_Routing.RouteData, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1156
+ MapPut(template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1157
+ MapMiddlewarePut(template: string, action: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1158
+ MapPut(template: string, handler: System.Func_4<Microsoft_AspNetCore_Http.HttpRequest, Microsoft_AspNetCore_Http.HttpResponse, Microsoft_AspNetCore_Routing.RouteData, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1159
+ MapVerb(verb: string, template: string, handler: System.Func_4<Microsoft_AspNetCore_Http.HttpRequest, Microsoft_AspNetCore_Http.HttpResponse, Microsoft_AspNetCore_Routing.RouteData, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1160
+ MapVerb(verb: string, template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1161
+ MapMiddlewareVerb(verb: string, template: string, action: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1063
1162
  }
1064
1163
 
1065
1164
  export interface __Ext_Microsoft_AspNetCore_Routing_LinkGenerator {
1066
- GetPathByAction(httpContext: Microsoft_AspNetCore_Http.HttpContext, action: string, controller: string, values: unknown, pathBase: Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1067
- GetPathByAction(action: string, controller: string, values: unknown, pathBase: Microsoft_AspNetCore_Http.PathString, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1068
- GetUriByAction(httpContext: Microsoft_AspNetCore_Http.HttpContext, action: string, controller: string, values: unknown, scheme: string, host: Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase: Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1069
- GetUriByAction(action: string, controller: string, values: unknown, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase: Microsoft_AspNetCore_Http.PathString, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1070
- GetPathByPage(httpContext: Microsoft_AspNetCore_Http.HttpContext, page: string, handler: string, values: unknown, pathBase: Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1071
- GetPathByPage(page: string, handler: string, values: unknown, pathBase: Microsoft_AspNetCore_Http.PathString, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1072
- GetUriByPage(httpContext: Microsoft_AspNetCore_Http.HttpContext, page: string, handler: string, values: unknown, scheme: string, host: Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase: Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1073
- GetUriByPage(page: string, handler: string, values: unknown, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase: Microsoft_AspNetCore_Http.PathString, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1074
- GetPathByName(httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values: unknown, pathBase: Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1075
- GetPathByName(httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values: Microsoft_AspNetCore_Routing.RouteValueDictionary, pathBase: Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1076
- GetPathByName(endpointName: string, values: unknown, pathBase: Microsoft_AspNetCore_Http.PathString, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1077
- GetPathByName(endpointName: string, values: Microsoft_AspNetCore_Routing.RouteValueDictionary, pathBase: Microsoft_AspNetCore_Http.PathString, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1078
- GetUriByName(httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values: unknown, scheme: string, host: Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase: Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1079
- GetUriByName(httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values: Microsoft_AspNetCore_Routing.RouteValueDictionary, scheme: string, host: Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase: Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1080
- GetUriByName(endpointName: string, values: unknown, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase: Microsoft_AspNetCore_Http.PathString, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1081
- GetUriByName(endpointName: string, values: Microsoft_AspNetCore_Routing.RouteValueDictionary, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase: Microsoft_AspNetCore_Http.PathString, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1082
- GetPathByRouteValues(httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string, values: unknown, pathBase: Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1083
- GetPathByRouteValues(httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string, values: Microsoft_AspNetCore_Routing.RouteValueDictionary, pathBase: Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1084
- GetPathByRouteValues(routeName: string, values: unknown, pathBase: Microsoft_AspNetCore_Http.PathString, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1085
- GetPathByRouteValues(routeName: string, values: Microsoft_AspNetCore_Routing.RouteValueDictionary, pathBase: Microsoft_AspNetCore_Http.PathString, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1086
- GetUriByRouteValues(httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string, values: unknown, scheme: string, host: Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase: Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1087
- GetUriByRouteValues(httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string, values: Microsoft_AspNetCore_Routing.RouteValueDictionary, scheme: string, host: Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase: Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1088
- GetUriByRouteValues(routeName: string, values: unknown, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase: Microsoft_AspNetCore_Http.PathString, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1089
- GetUriByRouteValues(routeName: string, values: Microsoft_AspNetCore_Routing.RouteValueDictionary, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase: Microsoft_AspNetCore_Http.PathString, fragment: Microsoft_AspNetCore_Http.FragmentString, options: Microsoft_AspNetCore_Routing.LinkOptions): ExtensionMethods_Microsoft_AspNetCore_Routing<string | undefined>;
1165
+ GetPathByAction(httpContext: Microsoft_AspNetCore_Http.HttpContext, action?: string, controller?: string, values?: unknown, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1166
+ GetPathByAction(action: string, controller: string, values?: unknown, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1167
+ GetUriByAction(httpContext: Microsoft_AspNetCore_Http.HttpContext, action?: string, controller?: string, values?: unknown, scheme?: string, host?: System.Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1168
+ GetUriByAction(action: string, controller: string, values: unknown, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1169
+ GetPathByPage(httpContext: Microsoft_AspNetCore_Http.HttpContext, page?: string, handler?: string, values?: unknown, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1170
+ GetPathByPage(page: string, handler?: string, values?: unknown, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1171
+ GetUriByPage(httpContext: Microsoft_AspNetCore_Http.HttpContext, page?: string, handler?: string, values?: unknown, scheme?: string, host?: System.Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1172
+ GetUriByPage(page: string, handler: string, values: unknown, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1173
+ GetPathByName(httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values: unknown, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1174
+ GetPathByName(httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1175
+ GetPathByName(endpointName: string, values: unknown, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1176
+ GetPathByName(endpointName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1177
+ GetUriByName(httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values: unknown, scheme?: string, host?: System.Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1178
+ GetUriByName(httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary, scheme?: string, host?: System.Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1179
+ GetUriByName(endpointName: string, values: unknown, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1180
+ GetUriByName(endpointName: string, values: Microsoft_AspNetCore_Routing.RouteValueDictionary, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1181
+ GetPathByRouteValues(httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string, values: unknown, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1182
+ GetPathByRouteValues(httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1183
+ GetPathByRouteValues(routeName: string, values: unknown, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1184
+ GetPathByRouteValues(routeName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1185
+ GetUriByRouteValues(httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string, values: unknown, scheme?: string, host?: System.Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1186
+ GetUriByRouteValues(httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary, scheme?: string, host?: System.Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1187
+ GetUriByRouteValues(routeName: string, values: unknown, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1188
+ GetUriByRouteValues(routeName: string, values: Microsoft_AspNetCore_Routing.RouteValueDictionary, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1090
1189
  }
1091
1190
 
1092
1191
  export interface __Ext_Microsoft_AspNetCore_Routing_LinkParser {
1093
- ParsePathByEndpointName(endpointName: string, path: Microsoft_AspNetCore_Http.PathString): ExtensionMethods_Microsoft_AspNetCore_Routing<Microsoft_AspNetCore_Routing.RouteValueDictionary | undefined>;
1192
+ ParsePathByEndpointName(endpointName: string, path: Microsoft_AspNetCore_Http.PathString): Rewrap<this, Microsoft_AspNetCore_Routing.RouteValueDictionary | undefined>;
1094
1193
  }
1095
1194
 
1096
1195
  export interface __Ext_Microsoft_AspNetCore_Server_IIS_HttpContext {
1097
- GetIISServerVariable(variableName: string): ExtensionMethods_Microsoft_AspNetCore_Server_IIS<string | undefined>;
1196
+ GetIISServerVariable(variableName: string): Rewrap<this, string | undefined>;
1098
1197
  }
1099
1198
 
1100
1199
  export interface __Ext_Microsoft_AspNetCore_SignalR_IConnectionBuilder {
1101
- UseHub<THub>(): ExtensionMethods_Microsoft_AspNetCore_SignalR<Microsoft_AspNetCore_Connections.IConnectionBuilder>;
1200
+ UseHub<THub>(): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
1102
1201
  }
1103
1202
 
1104
1203
  export interface __Ext_Microsoft_AspNetCore_SignalR_HubCallerContext {
1105
- GetHttpContext(): ExtensionMethods_Microsoft_AspNetCore_SignalR<Microsoft_AspNetCore_Http.HttpContext | undefined>;
1204
+ GetHttpContext(): Rewrap<this, Microsoft_AspNetCore_Http.HttpContext | undefined>;
1106
1205
  }
1107
1206
 
1108
1207
  export interface __Ext_Microsoft_AspNetCore_SignalR_HubConnectionContext {
1109
- GetHttpContext(): ExtensionMethods_Microsoft_AspNetCore_SignalR<Microsoft_AspNetCore_Http.HttpContext | undefined>;
1208
+ GetHttpContext(): Rewrap<this, Microsoft_AspNetCore_Http.HttpContext | undefined>;
1110
1209
  }
1111
1210
 
1112
1211
  export interface __Ext_Microsoft_AspNetCore_SignalR_HubOptions {
1113
- AddFilter(hubFilter: Microsoft_AspNetCore_SignalR.IHubFilter): ExtensionMethods_Microsoft_AspNetCore_SignalR<void>;
1114
- AddFilter<TFilter>(): ExtensionMethods_Microsoft_AspNetCore_SignalR<void>;
1115
- AddFilter(filterType: Type): ExtensionMethods_Microsoft_AspNetCore_SignalR<void>;
1212
+ AddFilter(hubFilter: Microsoft_AspNetCore_SignalR.IHubFilter): Rewrap<this, void>;
1213
+ AddFilter<TFilter>(): Rewrap<this, void>;
1214
+ AddFilter(filterType: System.Type): Rewrap<this, void>;
1116
1215
  }
1117
1216
 
1118
1217
  export interface __Ext_Microsoft_AspNetCore_SignalR_IClientProxy {
1119
- SendAsync(method: string, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task>;
1120
- SendAsync(method: string, arg1: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task>;
1121
- SendAsync(method: string, arg1: unknown, arg2: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task>;
1122
- SendAsync(method: string, arg1: unknown, arg2: unknown, arg3: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task>;
1123
- SendAsync(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task>;
1124
- SendAsync(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task>;
1125
- SendAsync(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task>;
1126
- SendAsync(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task>;
1127
- SendAsync(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task>;
1128
- SendAsync(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task>;
1129
- SendAsync(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, arg10: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task>;
1218
+ SendAsync(method: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1219
+ SendAsync(method: string, arg1: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1220
+ SendAsync(method: string, arg1: unknown, arg2: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1221
+ SendAsync(method: string, arg1: unknown, arg2: unknown, arg3: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1222
+ SendAsync(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1223
+ SendAsync(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1224
+ SendAsync(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1225
+ SendAsync(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1226
+ SendAsync(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1227
+ SendAsync(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1228
+ SendAsync(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, arg10: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1130
1229
  }
1131
1230
 
1132
1231
  export interface __Ext_Microsoft_AspNetCore_SignalR_IHubClients_1<T> {
1133
- AllExcept(excludedConnectionId1: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1134
- AllExcept(excludedConnectionId1: string, excludedConnectionId2: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1135
- AllExcept(excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1136
- AllExcept(excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1137
- AllExcept(excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1138
- AllExcept(excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1139
- AllExcept(excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1140
- AllExcept(excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1141
- AllExcept(excludedConnectionIds: IEnumerable_1<System_Internal.String>): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1142
- Clients(connection1: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1143
- Clients(connection1: string, connection2: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1144
- Clients(connection1: string, connection2: string, connection3: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1145
- Clients(connection1: string, connection2: string, connection3: string, connection4: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1146
- Clients(connection1: string, connection2: string, connection3: string, connection4: string, connection5: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1147
- Clients(connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1148
- Clients(connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1149
- Clients(connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string, connection8: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1150
- Clients(connectionIds: IEnumerable_1<System_Internal.String>): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1151
- Groups(group1: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1152
- Groups(group1: string, group2: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1153
- Groups(group1: string, group2: string, group3: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1154
- Groups(group1: string, group2: string, group3: string, group4: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1155
- Groups(group1: string, group2: string, group3: string, group4: string, group5: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1156
- Groups(group1: string, group2: string, group3: string, group4: string, group5: string, group6: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1157
- Groups(group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1158
- Groups(group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string, group8: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1159
- Groups(groupNames: IEnumerable_1<System_Internal.String>): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1160
- GroupExcept(groupName: string, excludedConnectionId1: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1161
- GroupExcept(groupName: string, excludedConnectionId1: string, excludedConnectionId2: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1162
- GroupExcept(groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1163
- GroupExcept(groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1164
- GroupExcept(groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1165
- GroupExcept(groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1166
- GroupExcept(groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1167
- GroupExcept(groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1168
- GroupExcept(groupName: string, excludedConnectionIds: IEnumerable_1<System_Internal.String>): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1169
- Users(user1: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1170
- Users(user1: string, user2: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1171
- Users(user1: string, user2: string, user3: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1172
- Users(user1: string, user2: string, user3: string, user4: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1173
- Users(user1: string, user2: string, user3: string, user4: string, user5: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1174
- Users(user1: string, user2: string, user3: string, user4: string, user5: string, user6: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1175
- Users(user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1176
- Users(user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string, user8: string): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1177
- Users(userIds: IEnumerable_1<System_Internal.String>): ExtensionMethods_Microsoft_AspNetCore_SignalR<T>;
1232
+ AllExcept(excludedConnectionId1: string): Rewrap<this, T>;
1233
+ AllExcept(excludedConnectionId1: string, excludedConnectionId2: string): Rewrap<this, T>;
1234
+ AllExcept(excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): Rewrap<this, T>;
1235
+ AllExcept(excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string): Rewrap<this, T>;
1236
+ AllExcept(excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string): Rewrap<this, T>;
1237
+ AllExcept(excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): Rewrap<this, T>;
1238
+ AllExcept(excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): Rewrap<this, T>;
1239
+ AllExcept(excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): Rewrap<this, T>;
1240
+ AllExcept(excludedConnectionIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
1241
+ Clients(connection1: string): Rewrap<this, T>;
1242
+ Clients(connection1: string, connection2: string): Rewrap<this, T>;
1243
+ Clients(connection1: string, connection2: string, connection3: string): Rewrap<this, T>;
1244
+ Clients(connection1: string, connection2: string, connection3: string, connection4: string): Rewrap<this, T>;
1245
+ Clients(connection1: string, connection2: string, connection3: string, connection4: string, connection5: string): Rewrap<this, T>;
1246
+ Clients(connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string): Rewrap<this, T>;
1247
+ Clients(connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string): Rewrap<this, T>;
1248
+ Clients(connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string, connection8: string): Rewrap<this, T>;
1249
+ Clients(connectionIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
1250
+ Groups(group1: string): Rewrap<this, T>;
1251
+ Groups(group1: string, group2: string): Rewrap<this, T>;
1252
+ Groups(group1: string, group2: string, group3: string): Rewrap<this, T>;
1253
+ Groups(group1: string, group2: string, group3: string, group4: string): Rewrap<this, T>;
1254
+ Groups(group1: string, group2: string, group3: string, group4: string, group5: string): Rewrap<this, T>;
1255
+ Groups(group1: string, group2: string, group3: string, group4: string, group5: string, group6: string): Rewrap<this, T>;
1256
+ Groups(group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string): Rewrap<this, T>;
1257
+ Groups(group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string, group8: string): Rewrap<this, T>;
1258
+ Groups(groupNames: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
1259
+ GroupExcept(groupName: string, excludedConnectionId1: string): Rewrap<this, T>;
1260
+ GroupExcept(groupName: string, excludedConnectionId1: string, excludedConnectionId2: string): Rewrap<this, T>;
1261
+ GroupExcept(groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): Rewrap<this, T>;
1262
+ GroupExcept(groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string): Rewrap<this, T>;
1263
+ GroupExcept(groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string): Rewrap<this, T>;
1264
+ GroupExcept(groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): Rewrap<this, T>;
1265
+ GroupExcept(groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): Rewrap<this, T>;
1266
+ GroupExcept(groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): Rewrap<this, T>;
1267
+ GroupExcept(groupName: string, excludedConnectionIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
1268
+ Users(user1: string): Rewrap<this, T>;
1269
+ Users(user1: string, user2: string): Rewrap<this, T>;
1270
+ Users(user1: string, user2: string, user3: string): Rewrap<this, T>;
1271
+ Users(user1: string, user2: string, user3: string, user4: string): Rewrap<this, T>;
1272
+ Users(user1: string, user2: string, user3: string, user4: string, user5: string): Rewrap<this, T>;
1273
+ Users(user1: string, user2: string, user3: string, user4: string, user5: string, user6: string): Rewrap<this, T>;
1274
+ Users(user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string): Rewrap<this, T>;
1275
+ Users(user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string, user8: string): Rewrap<this, T>;
1276
+ Users(userIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
1178
1277
  }
1179
1278
 
1180
1279
  export interface __Ext_Microsoft_AspNetCore_SignalR_ISingleClientProxy {
1181
- InvokeAsync<T>(method: string, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task_1<T>>;
1182
- InvokeAsync<T>(method: string, arg1: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task_1<T>>;
1183
- InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task_1<T>>;
1184
- InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, arg3: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task_1<T>>;
1185
- InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task_1<T>>;
1186
- InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task_1<T>>;
1187
- InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task_1<T>>;
1188
- InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task_1<T>>;
1189
- InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task_1<T>>;
1190
- InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task_1<T>>;
1191
- InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, arg10: unknown, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_SignalR<Task_1<T>>;
1280
+ InvokeAsync<T>(method: string, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1281
+ InvokeAsync<T>(method: string, arg1: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1282
+ InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1283
+ InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, arg3: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1284
+ InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1285
+ InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1286
+ InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1287
+ InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1288
+ InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1289
+ InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1290
+ InvokeAsync<T>(method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, arg10: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1192
1291
  }
1193
1292
 
1194
1293
  export interface __Ext_Microsoft_AspNetCore_SignalR_Protocol_IHubProtocol {
1195
- GetMessageBytes(message: Microsoft_AspNetCore_SignalR_Protocol.HubMessage): ExtensionMethods_Microsoft_AspNetCore_SignalR_Protocol<byte[]>;
1294
+ GetMessageBytes(message: Microsoft_AspNetCore_SignalR_Protocol.HubMessage): Rewrap<this, byte[]>;
1295
+ }
1296
+
1297
+ export interface __Ext_Microsoft_AspNetCore_WebSockets_IServiceCollection {
1298
+ AddWebSockets(configure: System.Action_1<Microsoft_AspNetCore_Builder.WebSocketOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1196
1299
  }
1197
1300
 
1198
1301
  export interface __Ext_Microsoft_AspNetCore_WebUtilities_MultipartSection {
1199
- AsFileSection(): ExtensionMethods_Microsoft_AspNetCore_WebUtilities<Microsoft_AspNetCore_WebUtilities.FileMultipartSection | undefined>;
1200
- AsFormDataSection(): ExtensionMethods_Microsoft_AspNetCore_WebUtilities<Microsoft_AspNetCore_WebUtilities.FormMultipartSection | undefined>;
1201
- GetContentDispositionHeader(): ExtensionMethods_Microsoft_AspNetCore_WebUtilities<Microsoft_Net_Http_Headers.ContentDispositionHeaderValue | undefined>;
1202
- ReadAsStringAsync(): ExtensionMethods_Microsoft_AspNetCore_WebUtilities<Task_1<System_Internal.String>>;
1203
- ReadAsStringAsync(cancellationToken: CancellationToken): ExtensionMethods_Microsoft_AspNetCore_WebUtilities<ValueTask_1<System_Internal.String>>;
1302
+ AsFileSection(): Rewrap<this, Microsoft_AspNetCore_WebUtilities.FileMultipartSection | undefined>;
1303
+ AsFormDataSection(): Rewrap<this, Microsoft_AspNetCore_WebUtilities.FormMultipartSection | undefined>;
1304
+ GetContentDispositionHeader(): Rewrap<this, Microsoft_Net_Http_Headers.ContentDispositionHeaderValue | undefined>;
1305
+ ReadAsStringAsync(): Rewrap<this, System_Threading_Tasks.Task_1<System_Internal.String>>;
1306
+ ReadAsStringAsync(cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.String>>;
1307
+ }
1308
+
1309
+ export interface __Ext_Microsoft_AspNetCore_WebUtilities_Stream {
1310
+ DrainAsync(cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1311
+ DrainAsync(limit: System.Nullable_1<System_Internal.Int64>, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1312
+ DrainAsync(bytePool: System_Buffers.ArrayPool_1<System_Internal.Byte>, limit: System.Nullable_1<System_Internal.Int64>, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1204
1313
  }
1205
1314
 
1206
1315
  export interface __Ext_Microsoft_Extensions_DependencyInjection_AuthenticationBuilder {
1207
- AddBearerToken(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1208
- AddBearerToken(authenticationScheme: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1209
- AddBearerToken(configure: Action_1<Microsoft_AspNetCore_Authentication_BearerToken.BearerTokenOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1210
- AddBearerToken(authenticationScheme: string, configure: Action_1<Microsoft_AspNetCore_Authentication_BearerToken.BearerTokenOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1211
- AddCookie(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1212
- AddCookie(authenticationScheme: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1213
- AddCookie(configureOptions: Action_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1214
- AddCookie(authenticationScheme: string, configureOptions: Action_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1215
- AddCookie(authenticationScheme: string, displayName: string, configureOptions: Action_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1216
- AddOAuth(authenticationScheme: string, configureOptions: Action_1<Microsoft_AspNetCore_Authentication_OAuth.OAuthOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1217
- AddOAuth(authenticationScheme: string, displayName: string, configureOptions: Action_1<Microsoft_AspNetCore_Authentication_OAuth.OAuthOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1218
- AddOAuth<TOptions, THandler>(authenticationScheme: string, configureOptions: Action_1<TOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1219
- AddOAuth<TOptions, THandler>(authenticationScheme: string, displayName: string, configureOptions: Action_1<TOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1316
+ AddBearerToken(): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1317
+ AddBearerToken(authenticationScheme: string): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1318
+ AddBearerToken(configure: System.Action_1<Microsoft_AspNetCore_Authentication_BearerToken.BearerTokenOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1319
+ AddBearerToken(authenticationScheme: string, configure: System.Action_1<Microsoft_AspNetCore_Authentication_BearerToken.BearerTokenOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1320
+ AddCookie(): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1321
+ AddCookie(authenticationScheme: string): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1322
+ AddCookie(configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1323
+ AddCookie(authenticationScheme: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1324
+ AddCookie(authenticationScheme: string, displayName: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1325
+ AddOAuth(authenticationScheme: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_OAuth.OAuthOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1326
+ AddOAuth(authenticationScheme: string, displayName: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_OAuth.OAuthOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1327
+ AddOAuth<TOptions, THandler>(authenticationScheme: string, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1328
+ AddOAuth<TOptions, THandler>(authenticationScheme: string, displayName: string, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1220
1329
  }
1221
1330
 
1222
1331
  export interface __Ext_Microsoft_Extensions_DependencyInjection_PageConventionCollection {
1223
- ConfigureFilter(factory: Func_2<Microsoft_AspNetCore_Mvc_ApplicationModels.PageApplicationModel, Microsoft_AspNetCore_Mvc_Filters.IFilterMetadata>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Mvc_ApplicationModels.IPageApplicationModelConvention>;
1224
- ConfigureFilter(filter: Microsoft_AspNetCore_Mvc_Filters.IFilterMetadata): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1225
- Add(convention: Microsoft_AspNetCore_Mvc_ApplicationModels.IParameterModelBaseConvention): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1226
- AllowAnonymousToPage(pageName: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1227
- AllowAnonymousToAreaPage(areaName: string, pageName: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1228
- AllowAnonymousToFolder(folderPath: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1229
- AllowAnonymousToAreaFolder(areaName: string, folderPath: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1230
- AuthorizePage(pageName: string, policy: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1231
- AuthorizePage(pageName: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1232
- AuthorizeAreaPage(areaName: string, pageName: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1233
- AuthorizeAreaPage(areaName: string, pageName: string, policy: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1234
- AuthorizeFolder(folderPath: string, policy: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1235
- AuthorizeFolder(folderPath: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1236
- AuthorizeAreaFolder(areaName: string, folderPath: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1237
- AuthorizeAreaFolder(areaName: string, folderPath: string, policy: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1238
- AddPageRoute(pageName: string, route: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1239
- AddAreaPageRoute(areaName: string, pageName: string, route: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1332
+ ConfigureFilter(factory: System.Func_2<Microsoft_AspNetCore_Mvc_ApplicationModels.PageApplicationModel, Microsoft_AspNetCore_Mvc_Filters.IFilterMetadata>): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.IPageApplicationModelConvention>;
1333
+ ConfigureFilter(filter: Microsoft_AspNetCore_Mvc_Filters.IFilterMetadata): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1334
+ Add(convention: Microsoft_AspNetCore_Mvc_ApplicationModels.IParameterModelBaseConvention): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1335
+ AllowAnonymousToPage(pageName: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1336
+ AllowAnonymousToAreaPage(areaName: string, pageName: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1337
+ AllowAnonymousToFolder(folderPath: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1338
+ AllowAnonymousToAreaFolder(areaName: string, folderPath: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1339
+ AuthorizePage(pageName: string, policy: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1340
+ AuthorizePage(pageName: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1341
+ AuthorizeAreaPage(areaName: string, pageName: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1342
+ AuthorizeAreaPage(areaName: string, pageName: string, policy: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1343
+ AuthorizeFolder(folderPath: string, policy: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1344
+ AuthorizeFolder(folderPath: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1345
+ AuthorizeAreaFolder(areaName: string, folderPath: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1346
+ AuthorizeAreaFolder(areaName: string, folderPath: string, policy: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1347
+ AddPageRoute(pageName: string, route: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1348
+ AddAreaPageRoute(areaName: string, pageName: string, route: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1240
1349
  }
1241
1350
 
1242
1351
  export interface __Ext_Microsoft_Extensions_DependencyInjection_ISignalRServerBuilder {
1243
- AddHubOptions<THub>(configure: Action_1<Microsoft_AspNetCore_SignalR.HubOptions_1<THub>>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_AspNetCore_SignalR.ISignalRServerBuilder>;
1352
+ AddHubOptions<THub>(configure: System.Action_1<Microsoft_AspNetCore_SignalR.HubOptions_1<THub>>): Rewrap<this, Microsoft_AspNetCore_SignalR.ISignalRServerBuilder>;
1244
1353
  }
1245
1354
 
1246
1355
  export interface __Ext_Microsoft_Extensions_DependencyInjection_IMvcBuilder {
1247
- AddMvcOptions(setupAction: Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1248
- AddJsonOptions(configure: Action_1<Microsoft_AspNetCore_Mvc.JsonOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1249
- AddFormatterMappings(setupAction: Action_1<Microsoft_AspNetCore_Mvc_Formatters.FormatterMappings>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1250
- AddApplicationPart(assembly: Assembly): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1251
- ConfigureApplicationPartManager(setupAction: Action_1<Microsoft_AspNetCore_Mvc_ApplicationParts.ApplicationPartManager>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1252
- AddControllersAsServices(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1253
- SetCompatibilityVersion(version: Microsoft_AspNetCore_Mvc.CompatibilityVersion): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1254
- ConfigureApiBehaviorOptions(setupAction: Action_1<Microsoft_AspNetCore_Mvc.ApiBehaviorOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1255
- AddDataAnnotationsLocalization(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1256
- AddDataAnnotationsLocalization(setupAction: Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1257
- AddXmlOptions(setupAction: Action_1<Microsoft_AspNetCore_Mvc_Formatters_Xml.MvcXmlOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1258
- AddXmlDataContractSerializerFormatters(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1259
- AddXmlDataContractSerializerFormatters(setupAction: Action_1<Microsoft_AspNetCore_Mvc_Formatters_Xml.MvcXmlOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1260
- AddXmlSerializerFormatters(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1261
- AddXmlSerializerFormatters(setupAction: Action_1<Microsoft_AspNetCore_Mvc_Formatters_Xml.MvcXmlOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1262
- AddViewLocalization(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1263
- AddViewLocalization(format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1264
- AddViewLocalization(setupAction: Action_1<LocalizationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1265
- AddViewLocalization(format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, setupAction: Action_1<LocalizationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1266
- AddMvcLocalization(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1267
- AddMvcLocalization(localizationOptionsSetupAction: Action_1<LocalizationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1268
- AddMvcLocalization(format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1269
- AddMvcLocalization(localizationOptionsSetupAction: Action_1<LocalizationOptions>, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1270
- AddMvcLocalization(dataAnnotationsLocalizationOptionsSetupAction: Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1271
- AddMvcLocalization(localizationOptionsSetupAction: Action_1<LocalizationOptions>, dataAnnotationsLocalizationOptionsSetupAction: Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1272
- AddMvcLocalization(format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1273
- AddMvcLocalization(localizationOptionsSetupAction: Action_1<LocalizationOptions>, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1274
- AddRazorOptions(setupAction: Action_1<Microsoft_AspNetCore_Mvc_Razor.RazorViewEngineOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1275
- AddTagHelpersAsServices(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1276
- InitializeTagHelper<TTagHelper>(initialize: Action_2<TTagHelper, Microsoft_AspNetCore_Mvc_Rendering.ViewContext>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1277
- AddRazorPagesOptions(setupAction: Action_1<Microsoft_AspNetCore_Mvc_RazorPages.RazorPagesOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1278
- WithRazorPagesRoot(rootDirectory: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1279
- WithRazorPagesAtContentRoot(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1280
- AddCacheTagHelperLimits(configure: Action_1<Microsoft_AspNetCore_Mvc_TagHelpers.CacheTagHelperOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1281
- AddViewOptions(setupAction: Action_1<Microsoft_AspNetCore_Mvc.MvcViewOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1282
- AddViewComponentsAsServices(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1283
- AddSessionStateTempDataProvider(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1284
- AddCookieTempDataProvider(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1285
- AddCookieTempDataProvider(setupAction: Action_1<Microsoft_AspNetCore_Mvc.CookieTempDataProviderOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1356
+ AddMvcOptions(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1357
+ AddJsonOptions(configure: System.Action_1<Microsoft_AspNetCore_Mvc.JsonOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1358
+ AddFormatterMappings(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Formatters.FormatterMappings>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1359
+ AddApplicationPart(assembly: System_Reflection.Assembly): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1360
+ ConfigureApplicationPartManager(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_ApplicationParts.ApplicationPartManager>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1361
+ AddControllersAsServices(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1362
+ SetCompatibilityVersion(version: Microsoft_AspNetCore_Mvc.CompatibilityVersion): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1363
+ ConfigureApiBehaviorOptions(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.ApiBehaviorOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1364
+ AddDataAnnotationsLocalization(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1365
+ AddDataAnnotationsLocalization(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1366
+ AddXmlOptions(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Formatters_Xml.MvcXmlOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1367
+ AddXmlDataContractSerializerFormatters(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1368
+ AddXmlDataContractSerializerFormatters(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Formatters_Xml.MvcXmlOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1369
+ AddXmlSerializerFormatters(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1370
+ AddXmlSerializerFormatters(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Formatters_Xml.MvcXmlOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1371
+ AddViewLocalization(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1372
+ AddViewLocalization(format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1373
+ AddViewLocalization(setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1374
+ AddViewLocalization(format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1375
+ AddMvcLocalization(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1376
+ AddMvcLocalization(localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1377
+ AddMvcLocalization(format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1378
+ AddMvcLocalization(localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1379
+ AddMvcLocalization(dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1380
+ AddMvcLocalization(localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1381
+ AddMvcLocalization(format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1382
+ AddMvcLocalization(localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1383
+ AddRazorOptions(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Razor.RazorViewEngineOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1384
+ AddTagHelpersAsServices(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1385
+ InitializeTagHelper<TTagHelper>(initialize: System.Action_2<TTagHelper, Microsoft_AspNetCore_Mvc_Rendering.ViewContext>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1386
+ AddRazorPagesOptions(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_RazorPages.RazorPagesOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1387
+ WithRazorPagesRoot(rootDirectory: string): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1388
+ WithRazorPagesAtContentRoot(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1389
+ AddCacheTagHelperLimits(configure: System.Action_1<Microsoft_AspNetCore_Mvc_TagHelpers.CacheTagHelperOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1390
+ AddViewOptions(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcViewOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1391
+ AddViewComponentsAsServices(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1392
+ AddSessionStateTempDataProvider(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1393
+ AddCookieTempDataProvider(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1394
+ AddCookieTempDataProvider(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.CookieTempDataProviderOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1286
1395
  }
1287
1396
 
1288
1397
  export interface __Ext_Microsoft_Extensions_DependencyInjection_IMvcCoreBuilder {
1289
- AddApiExplorer(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1290
- AddMvcOptions(setupAction: Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1291
- AddJsonOptions(configure: Action_1<Microsoft_AspNetCore_Mvc.JsonOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1292
- AddFormatterMappings(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1293
- AddFormatterMappings(setupAction: Action_1<Microsoft_AspNetCore_Mvc_Formatters.FormatterMappings>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1294
- AddAuthorization(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1295
- AddAuthorization(setupAction: Action_1<Microsoft_AspNetCore_Authorization.AuthorizationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1296
- AddControllersAsServices(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1297
- AddApplicationPart(assembly: Assembly): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1298
- ConfigureApplicationPartManager(setupAction: Action_1<Microsoft_AspNetCore_Mvc_ApplicationParts.ApplicationPartManager>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1299
- ConfigureApiBehaviorOptions(setupAction: Action_1<Microsoft_AspNetCore_Mvc.ApiBehaviorOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1300
- SetCompatibilityVersion(version: Microsoft_AspNetCore_Mvc.CompatibilityVersion): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1301
- AddCors(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1302
- AddCors(setupAction: Action_1<Microsoft_AspNetCore_Cors_Infrastructure.CorsOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1303
- ConfigureCors(setupAction: Action_1<Microsoft_AspNetCore_Cors_Infrastructure.CorsOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1304
- AddDataAnnotations(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1305
- AddDataAnnotationsLocalization(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1306
- AddDataAnnotationsLocalization(setupAction: Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1307
- AddXmlOptions(setupAction: Action_1<Microsoft_AspNetCore_Mvc_Formatters_Xml.MvcXmlOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1308
- AddXmlDataContractSerializerFormatters(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1309
- AddXmlDataContractSerializerFormatters(setupAction: Action_1<Microsoft_AspNetCore_Mvc_Formatters_Xml.MvcXmlOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1310
- AddXmlSerializerFormatters(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1311
- AddXmlSerializerFormatters(setupAction: Action_1<Microsoft_AspNetCore_Mvc_Formatters_Xml.MvcXmlOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1312
- AddViewLocalization(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1313
- AddViewLocalization(format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1314
- AddViewLocalization(setupAction: Action_1<LocalizationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1315
- AddViewLocalization(format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, setupAction: Action_1<LocalizationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1316
- AddMvcLocalization(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1317
- AddMvcLocalization(localizationOptionsSetupAction: Action_1<LocalizationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1318
- AddMvcLocalization(format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1319
- AddMvcLocalization(localizationOptionsSetupAction: Action_1<LocalizationOptions>, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1320
- AddMvcLocalization(dataAnnotationsLocalizationOptionsSetupAction: Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1321
- AddMvcLocalization(localizationOptionsSetupAction: Action_1<LocalizationOptions>, dataAnnotationsLocalizationOptionsSetupAction: Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1322
- AddMvcLocalization(format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1323
- AddMvcLocalization(localizationOptionsSetupAction: Action_1<LocalizationOptions>, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1324
- AddRazorViewEngine(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1325
- AddRazorViewEngine(setupAction: Action_1<Microsoft_AspNetCore_Mvc_Razor.RazorViewEngineOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1326
- AddTagHelpersAsServices(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1327
- InitializeTagHelper<TTagHelper>(initialize: Action_2<TTagHelper, Microsoft_AspNetCore_Mvc_Rendering.ViewContext>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1328
- AddRazorPages(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1329
- AddRazorPages(setupAction: Action_1<Microsoft_AspNetCore_Mvc_RazorPages.RazorPagesOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1330
- WithRazorPagesRoot(rootDirectory: string): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1331
- AddCacheTagHelper(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1332
- AddCacheTagHelperLimits(configure: Action_1<Microsoft_AspNetCore_Mvc_TagHelpers.CacheTagHelperOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1333
- AddViews(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1334
- AddCookieTempDataProvider(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1335
- AddViews(setupAction: Action_1<Microsoft_AspNetCore_Mvc.MvcViewOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1336
- AddCookieTempDataProvider(setupAction: Action_1<Microsoft_AspNetCore_Mvc.CookieTempDataProviderOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1337
- ConfigureViews(setupAction: Action_1<Microsoft_AspNetCore_Mvc.MvcViewOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1398
+ AddApiExplorer(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1399
+ AddMvcOptions(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1400
+ AddJsonOptions(configure: System.Action_1<Microsoft_AspNetCore_Mvc.JsonOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1401
+ AddFormatterMappings(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1402
+ AddFormatterMappings(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Formatters.FormatterMappings>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1403
+ AddAuthorization(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1404
+ AddAuthorization(setupAction: System.Action_1<Microsoft_AspNetCore_Authorization.AuthorizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1405
+ AddControllersAsServices(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1406
+ AddApplicationPart(assembly: System_Reflection.Assembly): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1407
+ ConfigureApplicationPartManager(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_ApplicationParts.ApplicationPartManager>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1408
+ ConfigureApiBehaviorOptions(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.ApiBehaviorOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1409
+ SetCompatibilityVersion(version: Microsoft_AspNetCore_Mvc.CompatibilityVersion): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1410
+ AddCors(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1411
+ AddCors(setupAction: System.Action_1<Microsoft_AspNetCore_Cors_Infrastructure.CorsOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1412
+ ConfigureCors(setupAction: System.Action_1<Microsoft_AspNetCore_Cors_Infrastructure.CorsOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1413
+ AddDataAnnotations(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1414
+ AddDataAnnotationsLocalization(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1415
+ AddDataAnnotationsLocalization(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1416
+ AddXmlOptions(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Formatters_Xml.MvcXmlOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1417
+ AddXmlDataContractSerializerFormatters(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1418
+ AddXmlDataContractSerializerFormatters(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Formatters_Xml.MvcXmlOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1419
+ AddXmlSerializerFormatters(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1420
+ AddXmlSerializerFormatters(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Formatters_Xml.MvcXmlOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1421
+ AddViewLocalization(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1422
+ AddViewLocalization(format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1423
+ AddViewLocalization(setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1424
+ AddViewLocalization(format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1425
+ AddMvcLocalization(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1426
+ AddMvcLocalization(localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1427
+ AddMvcLocalization(format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1428
+ AddMvcLocalization(localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1429
+ AddMvcLocalization(dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1430
+ AddMvcLocalization(localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1431
+ AddMvcLocalization(format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1432
+ AddMvcLocalization(localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1433
+ AddRazorViewEngine(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1434
+ AddRazorViewEngine(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Razor.RazorViewEngineOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1435
+ AddTagHelpersAsServices(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1436
+ InitializeTagHelper<TTagHelper>(initialize: System.Action_2<TTagHelper, Microsoft_AspNetCore_Mvc_Rendering.ViewContext>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1437
+ AddRazorPages(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1438
+ AddRazorPages(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_RazorPages.RazorPagesOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1439
+ WithRazorPagesRoot(rootDirectory: string): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1440
+ AddCacheTagHelper(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1441
+ AddCacheTagHelperLimits(configure: System.Action_1<Microsoft_AspNetCore_Mvc_TagHelpers.CacheTagHelperOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1442
+ AddViews(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1443
+ AddCookieTempDataProvider(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1444
+ AddViews(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcViewOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1445
+ AddCookieTempDataProvider(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.CookieTempDataProviderOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1446
+ ConfigureViews(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcViewOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1338
1447
  }
1339
1448
 
1340
1449
  export interface __Ext_Microsoft_Extensions_DependencyInjection_IRazorComponentsBuilder {
1341
- RegisterPersistentService<TPersistentService>(renderMode: Microsoft_AspNetCore_Components.IComponentRenderMode): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder>;
1342
- AddInteractiveServerComponents(configure: Action_1<Microsoft_AspNetCore_Components_Server.CircuitOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
1450
+ RegisterPersistentService<TPersistentService>(renderMode: Microsoft_AspNetCore_Components.IComponentRenderMode): Rewrap<this, Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder>;
1451
+ AddInteractiveServerComponents(configure?: System.Action_1<Microsoft_AspNetCore_Components_Server.CircuitOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
1343
1452
  }
1344
1453
 
1345
1454
  export interface __Ext_Microsoft_Extensions_DependencyInjection_IServerSideBlazorBuilder {
1346
- AddCircuitOptions(configure: Action_1<Microsoft_AspNetCore_Components_Server.CircuitOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
1347
- AddHubOptions(configure: Action_1<Microsoft_AspNetCore_SignalR.HubOptions>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
1455
+ AddCircuitOptions(configure: System.Action_1<Microsoft_AspNetCore_Components_Server.CircuitOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
1456
+ AddHubOptions(configure: System.Action_1<Microsoft_AspNetCore_SignalR.HubOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
1457
+ }
1458
+
1459
+ export interface __Ext_Microsoft_Extensions_DependencyInjection_IServiceCollection {
1460
+ AddAntiforgery(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1461
+ AddAntiforgery(setupAction: System.Action_1<Microsoft_AspNetCore_Antiforgery.AntiforgeryOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1462
+ AddAuthentication(): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1463
+ AddAuthentication(defaultScheme: string): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1464
+ AddAuthentication(configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication.AuthenticationOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1465
+ AddAuthenticationCore(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1466
+ AddAuthenticationCore(configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication.AuthenticationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1467
+ AddAuthorizationCore(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1468
+ AddAuthorizationCore(configure: System.Action_1<Microsoft_AspNetCore_Authorization.AuthorizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1469
+ AddAuthorizationBuilder(): Rewrap<this, Microsoft_AspNetCore_Authorization.AuthorizationBuilder>;
1470
+ AddAuthorizationPolicyEvaluator(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1471
+ AddAuthorization(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1472
+ AddAuthorization(configure: System.Action_1<Microsoft_AspNetCore_Authorization.AuthorizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1473
+ AddCascadingValue<TValue>(initialValueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1474
+ AddCascadingValue<TValue>(name: string, initialValueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1475
+ TryAddCascadingValue<TValue>(valueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, void>;
1476
+ TryAddCascadingValue<TValue>(name: string, valueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, void>;
1477
+ AddCascadingAuthenticationState(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1478
+ AddRazorComponents(configure?: System.Action_1<Microsoft_AspNetCore_Components_Endpoints.RazorComponentsServiceOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder>;
1479
+ AddServerSideBlazor(configure?: System.Action_1<Microsoft_AspNetCore_Components_Server.CircuitOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
1480
+ AddCookiePolicy(configureOptions: System.Action_1<Microsoft_AspNetCore_Builder.CookiePolicyOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1481
+ AddCookiePolicy<TService>(configureOptions: System.Action_2<Microsoft_AspNetCore_Builder.CookiePolicyOptions, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1482
+ AddCors(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1483
+ AddCors(setupAction: System.Action_1<Microsoft_AspNetCore_Cors_Infrastructure.CorsOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1484
+ AddDataProtection(): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
1485
+ AddDataProtection(setupAction: System.Action_1<Microsoft_AspNetCore_DataProtection.DataProtectionOptions>): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
1486
+ AddExceptionHandler(configureOptions: System.Action_1<Microsoft_AspNetCore_Builder.ExceptionHandlerOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1487
+ AddExceptionHandler<TService>(configureOptions: System.Action_2<Microsoft_AspNetCore_Builder.ExceptionHandlerOptions, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1488
+ AddExceptionHandler<T>(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1489
+ AddHttpContextAccessor(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1490
+ AddRequestTimeouts(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1491
+ AddRequestTimeouts(configure: System.Action_1<Microsoft_AspNetCore_Http_Timeouts.RequestTimeoutOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1492
+ AddConnections(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1493
+ AddConnections(options: System.Action_1<Microsoft_AspNetCore_Http_Connections.ConnectionOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1494
+ ConfigureHttpJsonOptions(configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Json.JsonOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1495
+ AddProblemDetails(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1496
+ AddProblemDetails(configure: System.Action_1<Microsoft_AspNetCore_Http.ProblemDetailsOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1497
+ AddHttpLogging(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1498
+ AddHttpLogging(configureOptions: System.Action_1<Microsoft_AspNetCore_HttpLogging.HttpLoggingOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1499
+ AddHttpLoggingInterceptor<T>(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1500
+ AddW3CLogging(configureOptions: System.Action_1<Microsoft_AspNetCore_HttpLogging.W3CLoggerOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1501
+ AddCertificateForwarding(configure: System.Action_1<Microsoft_AspNetCore_HttpOverrides.CertificateForwardingOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1502
+ AddIdentity<TUser, TRole>(): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1503
+ AddIdentity<TUser, TRole>(setupAction: System.Action_1<Microsoft_AspNetCore_Identity.IdentityOptions>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1504
+ AddIdentityApiEndpoints<TUser>(): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1505
+ AddIdentityApiEndpoints<TUser>(configure: System.Action_1<Microsoft_AspNetCore_Identity.IdentityOptions>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1506
+ ConfigureApplicationCookie(configure: System.Action_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1507
+ ConfigureExternalCookie(configure: System.Action_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1508
+ AddRequestLocalization(configureOptions: System.Action_1<Microsoft_AspNetCore_Builder.RequestLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1509
+ AddRequestLocalization<TService>(configureOptions: System.Action_2<Microsoft_AspNetCore_Builder.RequestLocalizationOptions, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1510
+ AddMvc(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1511
+ AddMvc(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1512
+ AddControllers(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1513
+ AddControllers(configure: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1514
+ AddControllersWithViews(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1515
+ AddControllersWithViews(configure: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1516
+ AddRazorPages(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1517
+ AddRazorPages(configure: System.Action_1<Microsoft_AspNetCore_Mvc_RazorPages.RazorPagesOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1518
+ AddEndpointsApiExplorer(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1519
+ AddMvcCore(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1520
+ AddMvcCore(setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1521
+ AddOutputCache(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1522
+ AddOutputCache(configureOptions: System.Action_1<Microsoft_AspNetCore_OutputCaching.OutputCacheOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1523
+ AddRequestDecompression(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1524
+ AddRequestDecompression(configureOptions: System.Action_1<Microsoft_AspNetCore_RequestDecompression.RequestDecompressionOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1525
+ AddResponseCaching(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1526
+ AddResponseCaching(configureOptions: System.Action_1<Microsoft_AspNetCore_ResponseCaching.ResponseCachingOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1527
+ AddRouting(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1528
+ AddRoutingCore(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1529
+ AddRouting(configureOptions: System.Action_1<Microsoft_AspNetCore_Routing.RouteOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1530
+ AddSession(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1531
+ AddSession(configure: System.Action_1<Microsoft_AspNetCore_Builder.SessionOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1532
+ AddSignalR(): Rewrap<this, Microsoft_AspNetCore_SignalR.ISignalRServerBuilder>;
1533
+ AddSignalR(configure: System.Action_1<Microsoft_AspNetCore_SignalR.HubOptions>): Rewrap<this, Microsoft_AspNetCore_SignalR.ISignalRServerBuilder>;
1534
+ AddSignalRCore(): Rewrap<this, Microsoft_AspNetCore_SignalR.ISignalRServerBuilder>;
1535
+ AddDirectoryBrowser(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1536
+ AddIdentityCore<TUser>(): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1537
+ AddIdentityCore<TUser>(setupAction: System.Action_1<Microsoft_AspNetCore_Identity.IdentityOptions>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1538
+ }
1539
+
1540
+ export interface __Ext_Microsoft_Extensions_DependencyInjection_IList_1<T> {
1541
+ RemoveType<TApplicationModelConvention>(): Rewrap<this, void>;
1542
+ RemoveType(type: System.Type): Rewrap<this, void>;
1543
+ Add(controllerModelConvention: Microsoft_AspNetCore_Mvc_ApplicationModels.IControllerModelConvention): Rewrap<this, void>;
1544
+ Add(actionModelConvention: Microsoft_AspNetCore_Mvc_ApplicationModels.IActionModelConvention): Rewrap<this, void>;
1545
+ Add(parameterModelConvention: Microsoft_AspNetCore_Mvc_ApplicationModels.IParameterModelConvention): Rewrap<this, void>;
1546
+ Add(parameterModelConvention: Microsoft_AspNetCore_Mvc_ApplicationModels.IParameterModelBaseConvention): Rewrap<this, void>;
1547
+ }
1548
+
1549
+ export interface __Ext_Microsoft_Extensions_Hosting_IHostBuilder {
1550
+ ConfigureWebHostDefaults(configure: System.Action_1<Microsoft_AspNetCore_Hosting.IWebHostBuilder>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
1551
+ ConfigureWebHostDefaults(configure: System.Action_1<Microsoft_AspNetCore_Hosting.IWebHostBuilder>, configureOptions: System.Action_1<Microsoft_Extensions_Hosting.WebHostBuilderOptions>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
1552
+ ConfigureWebHost(configure: System.Action_1<Microsoft_AspNetCore_Hosting.IWebHostBuilder>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
1553
+ ConfigureWebHost(configure: System.Action_1<Microsoft_AspNetCore_Hosting.IWebHostBuilder>, configureWebHostBuilder: System.Action_1<Microsoft_Extensions_Hosting.WebHostBuilderOptions>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
1554
+ ConfigureSlimWebHost(configure: System.Action_1<Microsoft_AspNetCore_Hosting.IWebHostBuilder>, configureWebHostBuilder: System.Action_1<Microsoft_Extensions_Hosting.WebHostBuilderOptions>): Rewrap<this, Microsoft_Extensions_Hosting.IHostBuilder>;
1348
1555
  }
1349
1556
 
1350
1557
  export interface __Ext_Microsoft_JSInterop_IJSInProcessObjectReference {
1351
- InvokeVoid(identifier: string, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<void>;
1558
+ InvokeVoid(identifier: string, ...args: unknown[]): Rewrap<this, void>;
1352
1559
  }
1353
1560
 
1354
1561
  export interface __Ext_Microsoft_JSInterop_IJSInProcessRuntime {
1355
- InvokeVoid(identifier: string, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<void>;
1562
+ InvokeVoid(identifier: string, ...args: unknown[]): Rewrap<this, void>;
1356
1563
  }
1357
1564
 
1358
1565
  export interface __Ext_Microsoft_JSInterop_IJSObjectReference {
1359
- InvokeVoidAsync(identifier: string, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask>;
1360
- InvokeAsync<TValue>(identifier: string, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask_1<TValue>>;
1361
- InvokeAsync<TValue>(identifier: string, cancellationToken: CancellationToken, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask_1<TValue>>;
1362
- InvokeVoidAsync(identifier: string, cancellationToken: CancellationToken, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask>;
1363
- InvokeAsync<TValue>(identifier: string, timeout: TimeSpan, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask_1<TValue>>;
1364
- InvokeVoidAsync(identifier: string, timeout: TimeSpan, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask>;
1365
- InvokeConstructorAsync(identifier: string, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1366
- InvokeConstructorAsync(identifier: string, cancellationToken: CancellationToken, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1367
- InvokeConstructorAsync(identifier: string, timeout: TimeSpan, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1368
- GetValueAsync<TValue>(identifier: string, timeout: TimeSpan): ExtensionMethods_Microsoft_JSInterop<ValueTask_1<TValue>>;
1369
- SetValueAsync<TValue>(identifier: string, value: TValue, timeout: TimeSpan): ExtensionMethods_Microsoft_JSInterop<ValueTask>;
1566
+ InvokeVoidAsync(identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
1567
+ InvokeAsync<TValue>(identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1568
+ InvokeAsync<TValue>(identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1569
+ InvokeVoidAsync(identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
1570
+ InvokeAsync<TValue>(identifier: string, timeout: System.TimeSpan, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1571
+ InvokeVoidAsync(identifier: string, timeout: System.TimeSpan, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
1572
+ InvokeConstructorAsync(identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1573
+ InvokeConstructorAsync(identifier: string, cancellationToken: System_Threading.CancellationToken, args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1574
+ InvokeConstructorAsync(identifier: string, timeout: System.TimeSpan, args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1575
+ GetValueAsync<TValue>(identifier: string, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1576
+ SetValueAsync<TValue>(identifier: string, value: TValue, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask>;
1370
1577
  }
1371
1578
 
1372
1579
  export interface __Ext_Microsoft_JSInterop_IJSRuntime {
1373
- InvokeVoidAsync(identifier: string, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask>;
1374
- InvokeAsync<TValue>(identifier: string, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask_1<TValue>>;
1375
- InvokeAsync<TValue>(identifier: string, cancellationToken: CancellationToken, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask_1<TValue>>;
1376
- InvokeVoidAsync(identifier: string, cancellationToken: CancellationToken, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask>;
1377
- InvokeAsync<TValue>(identifier: string, timeout: TimeSpan, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask_1<TValue>>;
1378
- InvokeVoidAsync(identifier: string, timeout: TimeSpan, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask>;
1379
- InvokeConstructorAsync(identifier: string, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1380
- InvokeConstructorAsync(identifier: string, cancellationToken: CancellationToken, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1381
- InvokeConstructorAsync(identifier: string, timeout: TimeSpan, args: unknown[]): ExtensionMethods_Microsoft_JSInterop<ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1382
- GetValueAsync<TValue>(identifier: string, timeout: TimeSpan): ExtensionMethods_Microsoft_JSInterop<ValueTask_1<TValue>>;
1383
- SetValueAsync<TValue>(identifier: string, value: TValue, timeout: TimeSpan): ExtensionMethods_Microsoft_JSInterop<ValueTask>;
1580
+ InvokeVoidAsync(identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
1581
+ InvokeAsync<TValue>(identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1582
+ InvokeAsync<TValue>(identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1583
+ InvokeVoidAsync(identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
1584
+ InvokeAsync<TValue>(identifier: string, timeout: System.TimeSpan, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1585
+ InvokeVoidAsync(identifier: string, timeout: System.TimeSpan, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
1586
+ InvokeConstructorAsync(identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1587
+ InvokeConstructorAsync(identifier: string, cancellationToken: System_Threading.CancellationToken, args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1588
+ InvokeConstructorAsync(identifier: string, timeout: System.TimeSpan, args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1589
+ GetValueAsync<TValue>(identifier: string, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1590
+ SetValueAsync<TValue>(identifier: string, value: TValue, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask>;
1384
1591
  }
1385
1592
 
1386
1593
  export interface __Ext_Microsoft_Net_Http_Headers_ContentDispositionHeaderValue {
1387
- IsFileDisposition(): ExtensionMethods_Microsoft_Net_Http_Headers<boolean>;
1388
- IsFormDisposition(): ExtensionMethods_Microsoft_Net_Http_Headers<boolean>;
1594
+ IsFileDisposition(): Rewrap<this, boolean>;
1595
+ IsFormDisposition(): Rewrap<this, boolean>;
1596
+ }
1597
+
1598
+ export interface __Ext_System_Security_Claims_ClaimsPrincipal {
1599
+ FindFirstValue(claimType: string): Rewrap<this, string | undefined>;
1389
1600
  }
1390
1601
 
1602
+ // Internal helper types for sticky extension scopes
1603
+ type __TsonicExtMapOf<T> = T extends { __tsonic_ext?: infer M } ? M : {};
1604
+ type __TsonicMergeExtMaps<A, B> = Omit<A, keyof B> & B;
1605
+ type __TsonicWithExt<TShape, K extends string, TApplier> = { __tsonic_ext?: __TsonicMergeExtMaps<__TsonicExtMapOf<TShape>, { [P in K]: TApplier }> };
1606
+ type __TsonicPreferExt<A, B> = Omit<A, keyof B> & B;
1607
+
1391
1608
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Authentication
1609
+ type __TsonicExtSurface_Microsoft_AspNetCore_Authentication<TShape> =
1610
+ (
1611
+ (TShape extends Microsoft_AspNetCore_Authentication.AuthenticationProperties ? __Ext_Microsoft_AspNetCore_Authentication_AuthenticationProperties : {}) & (TShape extends Microsoft_AspNetCore_Authentication.IAuthenticationConfigurationProvider ? __Ext_Microsoft_AspNetCore_Authentication_IAuthenticationConfigurationProvider : {}) & (TShape extends Microsoft_AspNetCore_Authentication.IAuthenticationService ? __Ext_Microsoft_AspNetCore_Authentication_IAuthenticationService : {}) & (TShape extends Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection ? __Ext_Microsoft_AspNetCore_Authentication_ClaimActionCollection : {}) & (TShape extends Microsoft_AspNetCore_Http.HttpContext ? __Ext_Microsoft_AspNetCore_Authentication_HttpContext : {}) & (TShape extends System_Text_Json.JsonElement ? __Ext_Microsoft_AspNetCore_Authentication_JsonElement : {})
1612
+ );
1613
+
1614
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Authentication {
1615
+ __tsonic_shape: unknown;
1616
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Authentication<this["__tsonic_shape"]>;
1617
+ }
1618
+
1392
1619
  export type ExtensionMethods_Microsoft_AspNetCore_Authentication<TShape> =
1393
1620
  TShape extends null | undefined ? TShape
1394
1621
  : TShape extends void ? void
1395
- : TShape & (
1396
- (TShape extends Microsoft_AspNetCore_Authentication.AuthenticationProperties ? __Ext_Microsoft_AspNetCore_Authentication_AuthenticationProperties : {}) &
1397
- (TShape extends Microsoft_AspNetCore_Authentication.IAuthenticationConfigurationProvider ? __Ext_Microsoft_AspNetCore_Authentication_IAuthenticationConfigurationProvider : {}) &
1398
- (TShape extends Microsoft_AspNetCore_Authentication.IAuthenticationService ? __Ext_Microsoft_AspNetCore_Authentication_IAuthenticationService : {}) &
1399
- (TShape extends Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection ? __Ext_Microsoft_AspNetCore_Authentication_ClaimActionCollection : {}) &
1400
- (TShape extends Microsoft_AspNetCore_Http.HttpContext ? __Ext_Microsoft_AspNetCore_Authentication_HttpContext : {})
1401
- );
1622
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Authentication", __TsonicExtApplier_Microsoft_AspNetCore_Authentication> & __TsonicExtSurface_Microsoft_AspNetCore_Authentication<TShape>;
1402
1623
 
1403
1624
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Authorization
1625
+ type __TsonicExtSurface_Microsoft_AspNetCore_Authorization<TShape> =
1626
+ (
1627
+ (TShape extends Microsoft_AspNetCore_Authorization.IAuthorizationService ? __Ext_Microsoft_AspNetCore_Authorization_IAuthorizationService : {})
1628
+ );
1629
+
1630
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Authorization {
1631
+ __tsonic_shape: unknown;
1632
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Authorization<this["__tsonic_shape"]>;
1633
+ }
1634
+
1404
1635
  export type ExtensionMethods_Microsoft_AspNetCore_Authorization<TShape> =
1405
1636
  TShape extends null | undefined ? TShape
1406
1637
  : TShape extends void ? void
1407
- : TShape & (
1408
- (TShape extends Microsoft_AspNetCore_Authorization.IAuthorizationService ? __Ext_Microsoft_AspNetCore_Authorization_IAuthorizationService : {})
1409
- );
1638
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Authorization", __TsonicExtApplier_Microsoft_AspNetCore_Authorization> & __TsonicExtSurface_Microsoft_AspNetCore_Authorization<TShape>;
1410
1639
 
1411
1640
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Builder
1641
+ type __TsonicExtSurface_Microsoft_AspNetCore_Builder<TShape> =
1642
+ (
1643
+ (TShape extends Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder ? __Ext_Microsoft_AspNetCore_Builder_ControllerActionEndpointConventionBuilder : {}) & (TShape extends Microsoft_AspNetCore_Builder.IApplicationBuilder ? __Ext_Microsoft_AspNetCore_Builder_IApplicationBuilder : {}) & (TShape extends Microsoft_AspNetCore_Builder.IEndpointConventionBuilder ? __Ext_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder : {}) & (TShape extends Microsoft_AspNetCore_Builder.PageActionEndpointConventionBuilder ? __Ext_Microsoft_AspNetCore_Builder_PageActionEndpointConventionBuilder : {}) & (TShape extends Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder ? __Ext_Microsoft_AspNetCore_Builder_RazorComponentsEndpointConventionBuilder : {}) & (TShape extends Microsoft_AspNetCore_Builder.RequestLocalizationOptions ? __Ext_Microsoft_AspNetCore_Builder_RequestLocalizationOptions : {}) & (TShape extends Microsoft_AspNetCore_Routing.IEndpointRouteBuilder ? __Ext_Microsoft_AspNetCore_Builder_IEndpointRouteBuilder : {}) & (TShape extends Microsoft_AspNetCore_Routing.IRouteBuilder ? __Ext_Microsoft_AspNetCore_Builder_IRouteBuilder : {}) & (TShape extends Microsoft_Extensions_DependencyInjection.IServiceCollection ? __Ext_Microsoft_AspNetCore_Builder_IServiceCollection : {})
1644
+ );
1645
+
1646
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Builder {
1647
+ __tsonic_shape: unknown;
1648
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Builder<this["__tsonic_shape"]>;
1649
+ }
1650
+
1412
1651
  export type ExtensionMethods_Microsoft_AspNetCore_Builder<TShape> =
1413
1652
  TShape extends null | undefined ? TShape
1414
1653
  : TShape extends void ? void
1415
- : TShape & (
1416
- (TShape extends Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder ? __Ext_Microsoft_AspNetCore_Builder_ControllerActionEndpointConventionBuilder : {}) &
1417
- (TShape extends Microsoft_AspNetCore_Builder.IApplicationBuilder ? __Ext_Microsoft_AspNetCore_Builder_IApplicationBuilder : {}) &
1418
- (TShape extends Microsoft_AspNetCore_Builder.IEndpointConventionBuilder ? __Ext_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder : {}) &
1419
- (TShape extends Microsoft_AspNetCore_Builder.PageActionEndpointConventionBuilder ? __Ext_Microsoft_AspNetCore_Builder_PageActionEndpointConventionBuilder : {}) &
1420
- (TShape extends Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder ? __Ext_Microsoft_AspNetCore_Builder_RazorComponentsEndpointConventionBuilder : {}) &
1421
- (TShape extends Microsoft_AspNetCore_Builder.RequestLocalizationOptions ? __Ext_Microsoft_AspNetCore_Builder_RequestLocalizationOptions : {}) &
1422
- (TShape extends Microsoft_AspNetCore_Routing.IEndpointRouteBuilder ? __Ext_Microsoft_AspNetCore_Builder_IEndpointRouteBuilder : {}) &
1423
- (TShape extends Microsoft_AspNetCore_Routing.IRouteBuilder ? __Ext_Microsoft_AspNetCore_Builder_IRouteBuilder : {})
1424
- );
1654
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Builder", __TsonicExtApplier_Microsoft_AspNetCore_Builder> & __TsonicExtSurface_Microsoft_AspNetCore_Builder<TShape>;
1425
1655
 
1426
1656
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components
1657
+ type __TsonicExtSurface_Microsoft_AspNetCore_Components<TShape> =
1658
+ (
1659
+ (TShape extends Microsoft_AspNetCore_Components.ElementReference ? __Ext_Microsoft_AspNetCore_Components_ElementReference : {}) & (TShape extends Microsoft_AspNetCore_Components.EventCallbackFactory ? __Ext_Microsoft_AspNetCore_Components_EventCallbackFactory : {}) & (TShape extends Microsoft_AspNetCore_Components.NavigationManager ? __Ext_Microsoft_AspNetCore_Components_NavigationManager : {}) & (TShape extends Microsoft_Extensions_DependencyInjection.IServiceCollection ? __Ext_Microsoft_AspNetCore_Components_IServiceCollection : {})
1660
+ );
1661
+
1662
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Components {
1663
+ __tsonic_shape: unknown;
1664
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Components<this["__tsonic_shape"]>;
1665
+ }
1666
+
1427
1667
  export type ExtensionMethods_Microsoft_AspNetCore_Components<TShape> =
1428
1668
  TShape extends null | undefined ? TShape
1429
1669
  : TShape extends void ? void
1430
- : TShape & (
1431
- (TShape extends Microsoft_AspNetCore_Components.ElementReference ? __Ext_Microsoft_AspNetCore_Components_ElementReference : {}) &
1432
- (TShape extends Microsoft_AspNetCore_Components.EventCallbackFactory ? __Ext_Microsoft_AspNetCore_Components_EventCallbackFactory : {}) &
1433
- (TShape extends Microsoft_AspNetCore_Components.NavigationManager ? __Ext_Microsoft_AspNetCore_Components_NavigationManager : {})
1434
- );
1670
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Components", __TsonicExtApplier_Microsoft_AspNetCore_Components> & __TsonicExtSurface_Microsoft_AspNetCore_Components<TShape>;
1435
1671
 
1436
1672
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components.Forms
1673
+ type __TsonicExtSurface_Microsoft_AspNetCore_Components_Forms<TShape> =
1674
+ (
1675
+ (TShape extends Microsoft_AspNetCore_Components_Forms.EditContext ? __Ext_Microsoft_AspNetCore_Components_Forms_EditContext : {}) & (TShape extends Microsoft_AspNetCore_Components_Forms.IBrowserFile ? __Ext_Microsoft_AspNetCore_Components_Forms_IBrowserFile : {})
1676
+ );
1677
+
1678
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Components_Forms {
1679
+ __tsonic_shape: unknown;
1680
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Components_Forms<this["__tsonic_shape"]>;
1681
+ }
1682
+
1437
1683
  export type ExtensionMethods_Microsoft_AspNetCore_Components_Forms<TShape> =
1438
1684
  TShape extends null | undefined ? TShape
1439
1685
  : TShape extends void ? void
1440
- : TShape & (
1441
- (TShape extends Microsoft_AspNetCore_Components_Forms.EditContext ? __Ext_Microsoft_AspNetCore_Components_Forms_EditContext : {}) &
1442
- (TShape extends Microsoft_AspNetCore_Components_Forms.IBrowserFile ? __Ext_Microsoft_AspNetCore_Components_Forms_IBrowserFile : {})
1686
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Components.Forms", __TsonicExtApplier_Microsoft_AspNetCore_Components_Forms> & __TsonicExtSurface_Microsoft_AspNetCore_Components_Forms<TShape>;
1687
+
1688
+ // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components.Forms.Mapping
1689
+ type __TsonicExtSurface_Microsoft_AspNetCore_Components_Forms_Mapping<TShape> =
1690
+ (
1691
+ (TShape extends Microsoft_Extensions_DependencyInjection.IServiceCollection ? __Ext_Microsoft_AspNetCore_Components_Forms_Mapping_IServiceCollection : {})
1443
1692
  );
1444
1693
 
1445
- // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components.Routing
1446
- export type ExtensionMethods_Microsoft_AspNetCore_Components_Routing<TShape> =
1694
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Components_Forms_Mapping {
1695
+ __tsonic_shape: unknown;
1696
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Components_Forms_Mapping<this["__tsonic_shape"]>;
1697
+ }
1698
+
1699
+ export type ExtensionMethods_Microsoft_AspNetCore_Components_Forms_Mapping<TShape> =
1447
1700
  TShape extends null | undefined ? TShape
1448
1701
  : TShape extends void ? void
1449
- : TShape & (
1702
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Components.Forms.Mapping", __TsonicExtApplier_Microsoft_AspNetCore_Components_Forms_Mapping> & __TsonicExtSurface_Microsoft_AspNetCore_Components_Forms_Mapping<TShape>;
1703
+
1704
+ // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components.Infrastructure
1705
+ type __TsonicExtSurface_Microsoft_AspNetCore_Components_Infrastructure<TShape> =
1706
+ (
1707
+ (TShape extends Microsoft_Extensions_DependencyInjection.IServiceCollection ? __Ext_Microsoft_AspNetCore_Components_Infrastructure_IServiceCollection : {})
1708
+ );
1709
+
1710
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Components_Infrastructure {
1711
+ __tsonic_shape: unknown;
1712
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Components_Infrastructure<this["__tsonic_shape"]>;
1713
+ }
1714
+
1715
+ export type ExtensionMethods_Microsoft_AspNetCore_Components_Infrastructure<TShape> =
1716
+ TShape extends null | undefined ? TShape
1717
+ : TShape extends void ? void
1718
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Components.Infrastructure", __TsonicExtApplier_Microsoft_AspNetCore_Components_Infrastructure> & __TsonicExtSurface_Microsoft_AspNetCore_Components_Infrastructure<TShape>;
1719
+
1720
+ // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components.Routing
1721
+ type __TsonicExtSurface_Microsoft_AspNetCore_Components_Routing<TShape> =
1722
+ (
1450
1723
  (TShape extends Microsoft_AspNetCore_Http.HttpContext ? __Ext_Microsoft_AspNetCore_Components_Routing_HttpContext : {})
1451
1724
  );
1452
1725
 
1726
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Components_Routing {
1727
+ __tsonic_shape: unknown;
1728
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Components_Routing<this["__tsonic_shape"]>;
1729
+ }
1730
+
1731
+ export type ExtensionMethods_Microsoft_AspNetCore_Components_Routing<TShape> =
1732
+ TShape extends null | undefined ? TShape
1733
+ : TShape extends void ? void
1734
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Components.Routing", __TsonicExtApplier_Microsoft_AspNetCore_Components_Routing> & __TsonicExtSurface_Microsoft_AspNetCore_Components_Routing<TShape>;
1735
+
1453
1736
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components.Web
1737
+ type __TsonicExtSurface_Microsoft_AspNetCore_Components_Web<TShape> =
1738
+ (
1739
+ (TShape extends Microsoft_AspNetCore_Components.EventCallbackFactory ? __Ext_Microsoft_AspNetCore_Components_Web_EventCallbackFactory : {}) & (TShape extends Microsoft_AspNetCore_Components_Rendering.RenderTreeBuilder ? __Ext_Microsoft_AspNetCore_Components_Web_RenderTreeBuilder : {}) & (TShape extends Microsoft_AspNetCore_Components_Web.IJSComponentConfiguration ? __Ext_Microsoft_AspNetCore_Components_Web_IJSComponentConfiguration : {})
1740
+ );
1741
+
1742
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Components_Web {
1743
+ __tsonic_shape: unknown;
1744
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Components_Web<this["__tsonic_shape"]>;
1745
+ }
1746
+
1454
1747
  export type ExtensionMethods_Microsoft_AspNetCore_Components_Web<TShape> =
1455
1748
  TShape extends null | undefined ? TShape
1456
1749
  : TShape extends void ? void
1457
- : TShape & (
1458
- (TShape extends Microsoft_AspNetCore_Components.EventCallbackFactory ? __Ext_Microsoft_AspNetCore_Components_Web_EventCallbackFactory : {}) &
1459
- (TShape extends Microsoft_AspNetCore_Components_Rendering.RenderTreeBuilder ? __Ext_Microsoft_AspNetCore_Components_Web_RenderTreeBuilder : {}) &
1460
- (TShape extends Microsoft_AspNetCore_Components_Web.IJSComponentConfiguration ? __Ext_Microsoft_AspNetCore_Components_Web_IJSComponentConfiguration : {})
1461
- );
1750
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Components.Web", __TsonicExtApplier_Microsoft_AspNetCore_Components_Web> & __TsonicExtSurface_Microsoft_AspNetCore_Components_Web<TShape>;
1462
1751
 
1463
1752
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Connections
1753
+ type __TsonicExtSurface_Microsoft_AspNetCore_Connections<TShape> =
1754
+ (
1755
+ (TShape extends Microsoft_AspNetCore_Connections.IConnectionBuilder ? __Ext_Microsoft_AspNetCore_Connections_IConnectionBuilder : {})
1756
+ );
1757
+
1758
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Connections {
1759
+ __tsonic_shape: unknown;
1760
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Connections<this["__tsonic_shape"]>;
1761
+ }
1762
+
1464
1763
  export type ExtensionMethods_Microsoft_AspNetCore_Connections<TShape> =
1465
1764
  TShape extends null | undefined ? TShape
1466
1765
  : TShape extends void ? void
1467
- : TShape & (
1468
- (TShape extends Microsoft_AspNetCore_Connections.IConnectionBuilder ? __Ext_Microsoft_AspNetCore_Connections_IConnectionBuilder : {})
1469
- );
1766
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Connections", __TsonicExtApplier_Microsoft_AspNetCore_Connections> & __TsonicExtSurface_Microsoft_AspNetCore_Connections<TShape>;
1470
1767
 
1471
1768
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.DataProtection
1769
+ type __TsonicExtSurface_Microsoft_AspNetCore_DataProtection<TShape> =
1770
+ (
1771
+ (TShape extends Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder ? __Ext_Microsoft_AspNetCore_DataProtection_IDataProtectionBuilder : {}) & (TShape extends Microsoft_AspNetCore_DataProtection.IDataProtectionProvider ? __Ext_Microsoft_AspNetCore_DataProtection_IDataProtectionProvider : {}) & (TShape extends Microsoft_AspNetCore_DataProtection.IDataProtector ? (TShape extends Microsoft_AspNetCore_DataProtection.ITimeLimitedDataProtector ? {} : __Ext_Microsoft_AspNetCore_DataProtection_IDataProtector) : {}) & (TShape extends Microsoft_AspNetCore_DataProtection.ITimeLimitedDataProtector ? __TsonicPreferExt<__Ext_Microsoft_AspNetCore_DataProtection_IDataProtector, __Ext_Microsoft_AspNetCore_DataProtection_ITimeLimitedDataProtector> : {}) & (TShape extends System.IServiceProvider ? __Ext_Microsoft_AspNetCore_DataProtection_IServiceProvider : {})
1772
+ );
1773
+
1774
+ interface __TsonicExtApplier_Microsoft_AspNetCore_DataProtection {
1775
+ __tsonic_shape: unknown;
1776
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_DataProtection<this["__tsonic_shape"]>;
1777
+ }
1778
+
1472
1779
  export type ExtensionMethods_Microsoft_AspNetCore_DataProtection<TShape> =
1473
1780
  TShape extends null | undefined ? TShape
1474
1781
  : TShape extends void ? void
1475
- : TShape & (
1476
- (TShape extends Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder ? __Ext_Microsoft_AspNetCore_DataProtection_IDataProtectionBuilder : {}) &
1477
- (TShape extends Microsoft_AspNetCore_DataProtection.IDataProtectionProvider ? __Ext_Microsoft_AspNetCore_DataProtection_IDataProtectionProvider : {}) &
1478
- (TShape extends Microsoft_AspNetCore_DataProtection.IDataProtector ? __Ext_Microsoft_AspNetCore_DataProtection_IDataProtector : {}) &
1479
- (TShape extends Microsoft_AspNetCore_DataProtection.ITimeLimitedDataProtector ? __Ext_Microsoft_AspNetCore_DataProtection_ITimeLimitedDataProtector : {})
1782
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.DataProtection", __TsonicExtApplier_Microsoft_AspNetCore_DataProtection> & __TsonicExtSurface_Microsoft_AspNetCore_DataProtection<TShape>;
1783
+
1784
+ // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel
1785
+ type __TsonicExtSurface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel<TShape> =
1786
+ (
1787
+ (TShape extends System_Xml_Linq.XElement ? __Ext_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_XElement : {})
1480
1788
  );
1481
1789
 
1790
+ interface __TsonicExtApplier_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel {
1791
+ __tsonic_shape: unknown;
1792
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel<this["__tsonic_shape"]>;
1793
+ }
1794
+
1795
+ export type ExtensionMethods_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel<TShape> =
1796
+ TShape extends null | undefined ? TShape
1797
+ : TShape extends void ? void
1798
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel", __TsonicExtApplier_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel> & __TsonicExtSurface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel<TShape>;
1799
+
1482
1800
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Hosting
1801
+ type __TsonicExtSurface_Microsoft_AspNetCore_Hosting<TShape> =
1802
+ (
1803
+ (TShape extends Microsoft_AspNetCore_Hosting.IHostingEnvironment ? __Ext_Microsoft_AspNetCore_Hosting_IHostingEnvironment : {}) & (TShape extends Microsoft_AspNetCore_Hosting.IWebHost ? __Ext_Microsoft_AspNetCore_Hosting_IWebHost : {}) & (TShape extends Microsoft_AspNetCore_Hosting.IWebHostBuilder ? __Ext_Microsoft_AspNetCore_Hosting_IWebHostBuilder : {}) & (TShape extends Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions ? __Ext_Microsoft_AspNetCore_Hosting_KestrelServerOptions : {}) & (TShape extends Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions ? __Ext_Microsoft_AspNetCore_Hosting_ListenOptions : {})
1804
+ );
1805
+
1806
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Hosting {
1807
+ __tsonic_shape: unknown;
1808
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Hosting<this["__tsonic_shape"]>;
1809
+ }
1810
+
1483
1811
  export type ExtensionMethods_Microsoft_AspNetCore_Hosting<TShape> =
1484
1812
  TShape extends null | undefined ? TShape
1485
1813
  : TShape extends void ? void
1486
- : TShape & (
1487
- (TShape extends Microsoft_AspNetCore_Hosting.IHostingEnvironment ? __Ext_Microsoft_AspNetCore_Hosting_IHostingEnvironment : {}) &
1488
- (TShape extends Microsoft_AspNetCore_Hosting.IWebHost ? __Ext_Microsoft_AspNetCore_Hosting_IWebHost : {}) &
1489
- (TShape extends Microsoft_AspNetCore_Hosting.IWebHostBuilder ? __Ext_Microsoft_AspNetCore_Hosting_IWebHostBuilder : {}) &
1490
- (TShape extends Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions ? __Ext_Microsoft_AspNetCore_Hosting_KestrelServerOptions : {}) &
1491
- (TShape extends Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions ? __Ext_Microsoft_AspNetCore_Hosting_ListenOptions : {})
1492
- );
1814
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Hosting", __TsonicExtApplier_Microsoft_AspNetCore_Hosting> & __TsonicExtSurface_Microsoft_AspNetCore_Hosting<TShape>;
1493
1815
 
1494
1816
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Html
1817
+ type __TsonicExtSurface_Microsoft_AspNetCore_Html<TShape> =
1818
+ (
1819
+ (TShape extends Microsoft_AspNetCore_Html.IHtmlContentBuilder ? __Ext_Microsoft_AspNetCore_Html_IHtmlContentBuilder : {})
1820
+ );
1821
+
1822
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Html {
1823
+ __tsonic_shape: unknown;
1824
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Html<this["__tsonic_shape"]>;
1825
+ }
1826
+
1495
1827
  export type ExtensionMethods_Microsoft_AspNetCore_Html<TShape> =
1496
1828
  TShape extends null | undefined ? TShape
1497
1829
  : TShape extends void ? void
1498
- : TShape & (
1499
- (TShape extends Microsoft_AspNetCore_Html.IHtmlContentBuilder ? __Ext_Microsoft_AspNetCore_Html_IHtmlContentBuilder : {})
1500
- );
1830
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Html", __TsonicExtApplier_Microsoft_AspNetCore_Html> & __TsonicExtSurface_Microsoft_AspNetCore_Html<TShape>;
1501
1831
 
1502
1832
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Http
1833
+ type __TsonicExtSurface_Microsoft_AspNetCore_Http<TShape> =
1834
+ (
1835
+ (TShape extends Microsoft_AspNetCore_Builder.RouteHandlerBuilder ? __Ext_Microsoft_AspNetCore_Http_RouteHandlerBuilder : {}) & (TShape extends Microsoft_AspNetCore_Http.HttpContext ? __Ext_Microsoft_AspNetCore_Http_HttpContext : {}) & (TShape extends Microsoft_AspNetCore_Http.HttpRequest ? __Ext_Microsoft_AspNetCore_Http_HttpRequest : {}) & (TShape extends Microsoft_AspNetCore_Http.HttpResponse ? __Ext_Microsoft_AspNetCore_Http_HttpResponse : {}) & (TShape extends Microsoft_AspNetCore_Http.IHeaderDictionary ? __Ext_Microsoft_AspNetCore_Http_IHeaderDictionary : {}) & (TShape extends Microsoft_AspNetCore_Http.ISession ? __Ext_Microsoft_AspNetCore_Http_ISession : {}) & (TShape extends Microsoft_AspNetCore_Routing.RouteGroupBuilder ? __Ext_Microsoft_AspNetCore_Http_RouteGroupBuilder : {})
1836
+ );
1837
+
1838
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Http {
1839
+ __tsonic_shape: unknown;
1840
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Http<this["__tsonic_shape"]>;
1841
+ }
1842
+
1503
1843
  export type ExtensionMethods_Microsoft_AspNetCore_Http<TShape> =
1504
1844
  TShape extends null | undefined ? TShape
1505
1845
  : TShape extends void ? void
1506
- : TShape & (
1507
- (TShape extends Microsoft_AspNetCore_Builder.RouteHandlerBuilder ? __Ext_Microsoft_AspNetCore_Http_RouteHandlerBuilder : {}) &
1508
- (TShape extends Microsoft_AspNetCore_Http.HttpContext ? __Ext_Microsoft_AspNetCore_Http_HttpContext : {}) &
1509
- (TShape extends Microsoft_AspNetCore_Http.HttpRequest ? __Ext_Microsoft_AspNetCore_Http_HttpRequest : {}) &
1510
- (TShape extends Microsoft_AspNetCore_Http.HttpResponse ? __Ext_Microsoft_AspNetCore_Http_HttpResponse : {}) &
1511
- (TShape extends Microsoft_AspNetCore_Http.IHeaderDictionary ? __Ext_Microsoft_AspNetCore_Http_IHeaderDictionary : {}) &
1512
- (TShape extends Microsoft_AspNetCore_Http.ISession ? __Ext_Microsoft_AspNetCore_Http_ISession : {}) &
1513
- (TShape extends Microsoft_AspNetCore_Routing.RouteGroupBuilder ? __Ext_Microsoft_AspNetCore_Http_RouteGroupBuilder : {})
1514
- );
1846
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Http", __TsonicExtApplier_Microsoft_AspNetCore_Http> & __TsonicExtSurface_Microsoft_AspNetCore_Http<TShape>;
1515
1847
 
1516
1848
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Http.Connections
1849
+ type __TsonicExtSurface_Microsoft_AspNetCore_Http_Connections<TShape> =
1850
+ (
1851
+ (TShape extends Microsoft_AspNetCore_Connections.ConnectionContext ? __Ext_Microsoft_AspNetCore_Http_Connections_ConnectionContext : {})
1852
+ );
1853
+
1854
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Http_Connections {
1855
+ __tsonic_shape: unknown;
1856
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Http_Connections<this["__tsonic_shape"]>;
1857
+ }
1858
+
1517
1859
  export type ExtensionMethods_Microsoft_AspNetCore_Http_Connections<TShape> =
1518
1860
  TShape extends null | undefined ? TShape
1519
1861
  : TShape extends void ? void
1520
- : TShape & (
1521
- (TShape extends Microsoft_AspNetCore_Connections.ConnectionContext ? __Ext_Microsoft_AspNetCore_Http_Connections_ConnectionContext : {})
1522
- );
1862
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Http.Connections", __TsonicExtApplier_Microsoft_AspNetCore_Http_Connections> & __TsonicExtSurface_Microsoft_AspNetCore_Http_Connections<TShape>;
1523
1863
 
1524
1864
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Http.Extensions
1865
+ type __TsonicExtSurface_Microsoft_AspNetCore_Http_Extensions<TShape> =
1866
+ (
1867
+ (TShape extends Microsoft_AspNetCore_Http.HttpRequest ? __Ext_Microsoft_AspNetCore_Http_Extensions_HttpRequest : {})
1868
+ );
1869
+
1870
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Http_Extensions {
1871
+ __tsonic_shape: unknown;
1872
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Http_Extensions<this["__tsonic_shape"]>;
1873
+ }
1874
+
1525
1875
  export type ExtensionMethods_Microsoft_AspNetCore_Http_Extensions<TShape> =
1526
1876
  TShape extends null | undefined ? TShape
1527
1877
  : TShape extends void ? void
1528
- : TShape & (
1529
- (TShape extends Microsoft_AspNetCore_Http.HttpRequest ? __Ext_Microsoft_AspNetCore_Http_Extensions_HttpRequest : {})
1530
- );
1878
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Http.Extensions", __TsonicExtApplier_Microsoft_AspNetCore_Http_Extensions> & __TsonicExtSurface_Microsoft_AspNetCore_Http_Extensions<TShape>;
1531
1879
 
1532
1880
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Http.Features
1881
+ type __TsonicExtSurface_Microsoft_AspNetCore_Http_Features<TShape> =
1882
+ (
1883
+ (TShape extends Microsoft_AspNetCore_Http_Features.IFeatureCollection ? __Ext_Microsoft_AspNetCore_Http_Features_IFeatureCollection : {})
1884
+ );
1885
+
1886
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Http_Features {
1887
+ __tsonic_shape: unknown;
1888
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Http_Features<this["__tsonic_shape"]>;
1889
+ }
1890
+
1533
1891
  export type ExtensionMethods_Microsoft_AspNetCore_Http_Features<TShape> =
1534
1892
  TShape extends null | undefined ? TShape
1535
1893
  : TShape extends void ? void
1536
- : TShape & (
1537
- (TShape extends Microsoft_AspNetCore_Http_Features.IFeatureCollection ? __Ext_Microsoft_AspNetCore_Http_Features_IFeatureCollection : {})
1538
- );
1894
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Http.Features", __TsonicExtApplier_Microsoft_AspNetCore_Http_Features> & __TsonicExtSurface_Microsoft_AspNetCore_Http_Features<TShape>;
1539
1895
 
1540
1896
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Identity
1897
+ type __TsonicExtSurface_Microsoft_AspNetCore_Identity<TShape> =
1898
+ (
1899
+ (TShape extends Microsoft_AspNetCore_Authentication.AuthenticationBuilder ? __Ext_Microsoft_AspNetCore_Identity_AuthenticationBuilder : {}) & (TShape extends Microsoft_AspNetCore_Identity.IdentityBuilder ? __Ext_Microsoft_AspNetCore_Identity_IdentityBuilder : {})
1900
+ );
1901
+
1902
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Identity {
1903
+ __tsonic_shape: unknown;
1904
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Identity<this["__tsonic_shape"]>;
1905
+ }
1906
+
1541
1907
  export type ExtensionMethods_Microsoft_AspNetCore_Identity<TShape> =
1542
1908
  TShape extends null | undefined ? TShape
1543
1909
  : TShape extends void ? void
1544
- : TShape & (
1545
- (TShape extends Microsoft_AspNetCore_Authentication.AuthenticationBuilder ? __Ext_Microsoft_AspNetCore_Identity_AuthenticationBuilder : {}) &
1546
- (TShape extends Microsoft_AspNetCore_Identity.IdentityBuilder ? __Ext_Microsoft_AspNetCore_Identity_IdentityBuilder : {})
1547
- );
1910
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Identity", __TsonicExtApplier_Microsoft_AspNetCore_Identity> & __TsonicExtSurface_Microsoft_AspNetCore_Identity<TShape>;
1548
1911
 
1549
1912
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc
1913
+ type __TsonicExtSurface_Microsoft_AspNetCore_Mvc<TShape> =
1914
+ (
1915
+ (TShape extends Microsoft_AspNetCore_Mvc.IUrlHelper ? __Ext_Microsoft_AspNetCore_Mvc_IUrlHelper : {})
1916
+ );
1917
+
1918
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc {
1919
+ __tsonic_shape: unknown;
1920
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Mvc<this["__tsonic_shape"]>;
1921
+ }
1922
+
1550
1923
  export type ExtensionMethods_Microsoft_AspNetCore_Mvc<TShape> =
1551
1924
  TShape extends null | undefined ? TShape
1552
1925
  : TShape extends void ? void
1553
- : TShape & (
1554
- (TShape extends Microsoft_AspNetCore_Mvc.IUrlHelper ? __Ext_Microsoft_AspNetCore_Mvc_IUrlHelper : {})
1555
- );
1926
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Mvc", __TsonicExtApplier_Microsoft_AspNetCore_Mvc> & __TsonicExtSurface_Microsoft_AspNetCore_Mvc<TShape>;
1556
1927
 
1557
1928
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.Abstractions
1929
+ type __TsonicExtSurface_Microsoft_AspNetCore_Mvc_Abstractions<TShape> =
1930
+ (
1931
+ (TShape extends Microsoft_AspNetCore_Mvc_Abstractions.ActionDescriptor ? __Ext_Microsoft_AspNetCore_Mvc_Abstractions_ActionDescriptor : {})
1932
+ );
1933
+
1934
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Abstractions {
1935
+ __tsonic_shape: unknown;
1936
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Mvc_Abstractions<this["__tsonic_shape"]>;
1937
+ }
1938
+
1558
1939
  export type ExtensionMethods_Microsoft_AspNetCore_Mvc_Abstractions<TShape> =
1559
1940
  TShape extends null | undefined ? TShape
1560
1941
  : TShape extends void ? void
1561
- : TShape & (
1562
- (TShape extends Microsoft_AspNetCore_Mvc_Abstractions.ActionDescriptor ? __Ext_Microsoft_AspNetCore_Mvc_Abstractions_ActionDescriptor : {})
1563
- );
1942
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Mvc.Abstractions", __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Abstractions> & __TsonicExtSurface_Microsoft_AspNetCore_Mvc_Abstractions<TShape>;
1564
1943
 
1565
1944
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.ApiExplorer
1945
+ type __TsonicExtSurface_Microsoft_AspNetCore_Mvc_ApiExplorer<TShape> =
1946
+ (
1947
+ (TShape extends Microsoft_AspNetCore_Mvc_ApiExplorer.ApiDescription ? __Ext_Microsoft_AspNetCore_Mvc_ApiExplorer_ApiDescription : {})
1948
+ );
1949
+
1950
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ApiExplorer {
1951
+ __tsonic_shape: unknown;
1952
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Mvc_ApiExplorer<this["__tsonic_shape"]>;
1953
+ }
1954
+
1566
1955
  export type ExtensionMethods_Microsoft_AspNetCore_Mvc_ApiExplorer<TShape> =
1567
1956
  TShape extends null | undefined ? TShape
1568
1957
  : TShape extends void ? void
1569
- : TShape & (
1570
- (TShape extends Microsoft_AspNetCore_Mvc_ApiExplorer.ApiDescription ? __Ext_Microsoft_AspNetCore_Mvc_ApiExplorer_ApiDescription : {})
1958
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Mvc.ApiExplorer", __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ApiExplorer> & __TsonicExtSurface_Microsoft_AspNetCore_Mvc_ApiExplorer<TShape>;
1959
+
1960
+ // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.Formatters.Xml
1961
+ type __TsonicExtSurface_Microsoft_AspNetCore_Mvc_Formatters_Xml<TShape> =
1962
+ (
1963
+ (TShape extends System_Collections_Generic.IEnumerable_1<infer T0> ? __Ext_Microsoft_AspNetCore_Mvc_Formatters_Xml_IEnumerable_1<T0> : {}) & (TShape extends (infer T)[] ? __Ext_Microsoft_AspNetCore_Mvc_Formatters_Xml_IEnumerable_1<T> : {})
1571
1964
  );
1572
1965
 
1573
- // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.Localization
1574
- export type ExtensionMethods_Microsoft_AspNetCore_Mvc_Localization<TShape> =
1966
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Formatters_Xml {
1967
+ __tsonic_shape: unknown;
1968
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Mvc_Formatters_Xml<this["__tsonic_shape"]>;
1969
+ }
1970
+
1971
+ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_Formatters_Xml<TShape> =
1575
1972
  TShape extends null | undefined ? TShape
1576
1973
  : TShape extends void ? void
1577
- : TShape & (
1974
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Mvc.Formatters.Xml", __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Formatters_Xml> & __TsonicExtSurface_Microsoft_AspNetCore_Mvc_Formatters_Xml<TShape>;
1975
+
1976
+ // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.Localization
1977
+ type __TsonicExtSurface_Microsoft_AspNetCore_Mvc_Localization<TShape> =
1978
+ (
1578
1979
  (TShape extends Microsoft_AspNetCore_Mvc_Localization.IHtmlLocalizer ? __Ext_Microsoft_AspNetCore_Mvc_Localization_IHtmlLocalizer : {})
1579
1980
  );
1580
1981
 
1982
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Localization {
1983
+ __tsonic_shape: unknown;
1984
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Mvc_Localization<this["__tsonic_shape"]>;
1985
+ }
1986
+
1987
+ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_Localization<TShape> =
1988
+ TShape extends null | undefined ? TShape
1989
+ : TShape extends void ? void
1990
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Mvc.Localization", __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Localization> & __TsonicExtSurface_Microsoft_AspNetCore_Mvc_Localization<TShape>;
1991
+
1581
1992
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.ModelBinding
1993
+ type __TsonicExtSurface_Microsoft_AspNetCore_Mvc_ModelBinding<TShape> =
1994
+ (
1995
+ (TShape extends Microsoft_AspNetCore_Mvc_ModelBinding.IModelMetadataProvider ? __Ext_Microsoft_AspNetCore_Mvc_ModelBinding_IModelMetadataProvider : {}) & (TShape extends Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary ? __Ext_Microsoft_AspNetCore_Mvc_ModelBinding_ModelStateDictionary : {}) & (TShape extends System_Collections_Generic.IList_1<infer T0> ? __Ext_Microsoft_AspNetCore_Mvc_ModelBinding_IList_1<T0> : {})
1996
+ );
1997
+
1998
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ModelBinding {
1999
+ __tsonic_shape: unknown;
2000
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Mvc_ModelBinding<this["__tsonic_shape"]>;
2001
+ }
2002
+
1582
2003
  export type ExtensionMethods_Microsoft_AspNetCore_Mvc_ModelBinding<TShape> =
1583
2004
  TShape extends null | undefined ? TShape
1584
2005
  : TShape extends void ? void
1585
- : TShape & (
1586
- (TShape extends Microsoft_AspNetCore_Mvc_ModelBinding.IModelMetadataProvider ? __Ext_Microsoft_AspNetCore_Mvc_ModelBinding_IModelMetadataProvider : {}) &
1587
- (TShape extends Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary ? __Ext_Microsoft_AspNetCore_Mvc_ModelBinding_ModelStateDictionary : {})
2006
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Mvc.ModelBinding", __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ModelBinding> & __TsonicExtSurface_Microsoft_AspNetCore_Mvc_ModelBinding<TShape>;
2007
+
2008
+ // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.ModelBinding.Metadata
2009
+ type __TsonicExtSurface_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata<TShape> =
2010
+ (
2011
+ (TShape extends System_Collections_Generic.IList_1<infer T0> ? __Ext_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata_IList_1<T0> : {})
1588
2012
  );
1589
2013
 
2014
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata {
2015
+ __tsonic_shape: unknown;
2016
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata<this["__tsonic_shape"]>;
2017
+ }
2018
+
2019
+ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata<TShape> =
2020
+ TShape extends null | undefined ? TShape
2021
+ : TShape extends void ? void
2022
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Mvc.ModelBinding.Metadata", __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata> & __TsonicExtSurface_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata<TShape>;
2023
+
2024
+ // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.ModelBinding.Validation
2025
+ type __TsonicExtSurface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation<TShape> =
2026
+ (
2027
+ (TShape extends System_Collections_Generic.IList_1<infer T0> ? __Ext_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IList_1<T0> : {})
2028
+ );
2029
+
2030
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ModelBinding_Validation {
2031
+ __tsonic_shape: unknown;
2032
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation<this["__tsonic_shape"]>;
2033
+ }
2034
+
2035
+ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Validation<TShape> =
2036
+ TShape extends null | undefined ? TShape
2037
+ : TShape extends void ? void
2038
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Mvc.ModelBinding.Validation", __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ModelBinding_Validation> & __TsonicExtSurface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation<TShape>;
2039
+
1590
2040
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.Rendering
2041
+ type __TsonicExtSurface_Microsoft_AspNetCore_Mvc_Rendering<TShape> =
2042
+ (
2043
+ (TShape extends Microsoft_AspNetCore_Mvc.IViewComponentHelper ? __Ext_Microsoft_AspNetCore_Mvc_Rendering_IViewComponentHelper : {}) & (TShape extends Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper ? __Ext_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper : {}) & (TShape extends Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<infer T0> ? __Ext_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_1<T0> : {})
2044
+ );
2045
+
2046
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Rendering {
2047
+ __tsonic_shape: unknown;
2048
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Mvc_Rendering<this["__tsonic_shape"]>;
2049
+ }
2050
+
1591
2051
  export type ExtensionMethods_Microsoft_AspNetCore_Mvc_Rendering<TShape> =
1592
2052
  TShape extends null | undefined ? TShape
1593
2053
  : TShape extends void ? void
1594
- : TShape & (
1595
- (TShape extends Microsoft_AspNetCore_Mvc.IViewComponentHelper ? __Ext_Microsoft_AspNetCore_Mvc_Rendering_IViewComponentHelper : {}) &
1596
- (TShape extends Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper ? __Ext_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper : {}) &
1597
- (TShape extends Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<infer T0> ? __Ext_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_1<T0> : {})
1598
- );
2054
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Mvc.Rendering", __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Rendering> & __TsonicExtSurface_Microsoft_AspNetCore_Mvc_Rendering<TShape>;
1599
2055
 
1600
2056
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.TagHelpers
2057
+ type __TsonicExtSurface_Microsoft_AspNetCore_Mvc_TagHelpers<TShape> =
2058
+ (
2059
+ (TShape extends Microsoft_AspNetCore_Razor_TagHelpers.TagHelperOutput ? __Ext_Microsoft_AspNetCore_Mvc_TagHelpers_TagHelperOutput : {})
2060
+ );
2061
+
2062
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_TagHelpers {
2063
+ __tsonic_shape: unknown;
2064
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Mvc_TagHelpers<this["__tsonic_shape"]>;
2065
+ }
2066
+
1601
2067
  export type ExtensionMethods_Microsoft_AspNetCore_Mvc_TagHelpers<TShape> =
1602
2068
  TShape extends null | undefined ? TShape
1603
2069
  : TShape extends void ? void
1604
- : TShape & (
1605
- (TShape extends Microsoft_AspNetCore_Razor_TagHelpers.TagHelperOutput ? __Ext_Microsoft_AspNetCore_Mvc_TagHelpers_TagHelperOutput : {})
1606
- );
2070
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Mvc.TagHelpers", __TsonicExtApplier_Microsoft_AspNetCore_Mvc_TagHelpers> & __TsonicExtSurface_Microsoft_AspNetCore_Mvc_TagHelpers<TShape>;
1607
2071
 
1608
2072
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.ViewFeatures
2073
+ type __TsonicExtSurface_Microsoft_AspNetCore_Mvc_ViewFeatures<TShape> =
2074
+ (
2075
+ (TShape extends Microsoft_AspNetCore_Antiforgery.IAntiforgery ? __Ext_Microsoft_AspNetCore_Mvc_ViewFeatures_IAntiforgery : {}) & (TShape extends Microsoft_AspNetCore_Mvc_ModelBinding.IModelMetadataProvider ? __Ext_Microsoft_AspNetCore_Mvc_ViewFeatures_IModelMetadataProvider : {}) & (TShape extends Microsoft_AspNetCore_Mvc_ViewFeatures.IHtmlGenerator ? __Ext_Microsoft_AspNetCore_Mvc_ViewFeatures_IHtmlGenerator : {}) & (TShape extends Microsoft_AspNetCore_Mvc_ViewFeatures.ModelExplorer ? __Ext_Microsoft_AspNetCore_Mvc_ViewFeatures_ModelExplorer : {})
2076
+ );
2077
+
2078
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ViewFeatures {
2079
+ __tsonic_shape: unknown;
2080
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Mvc_ViewFeatures<this["__tsonic_shape"]>;
2081
+ }
2082
+
1609
2083
  export type ExtensionMethods_Microsoft_AspNetCore_Mvc_ViewFeatures<TShape> =
1610
2084
  TShape extends null | undefined ? TShape
1611
2085
  : TShape extends void ? void
1612
- : TShape & (
1613
- (TShape extends Microsoft_AspNetCore_Antiforgery.IAntiforgery ? __Ext_Microsoft_AspNetCore_Mvc_ViewFeatures_IAntiforgery : {}) &
1614
- (TShape extends Microsoft_AspNetCore_Mvc_ModelBinding.IModelMetadataProvider ? __Ext_Microsoft_AspNetCore_Mvc_ViewFeatures_IModelMetadataProvider : {}) &
1615
- (TShape extends Microsoft_AspNetCore_Mvc_ViewFeatures.IHtmlGenerator ? __Ext_Microsoft_AspNetCore_Mvc_ViewFeatures_IHtmlGenerator : {}) &
1616
- (TShape extends Microsoft_AspNetCore_Mvc_ViewFeatures.ModelExplorer ? __Ext_Microsoft_AspNetCore_Mvc_ViewFeatures_ModelExplorer : {})
1617
- );
2086
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Mvc.ViewFeatures", __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ViewFeatures> & __TsonicExtSurface_Microsoft_AspNetCore_Mvc_ViewFeatures<TShape>;
1618
2087
 
1619
2088
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.RateLimiting
2089
+ type __TsonicExtSurface_Microsoft_AspNetCore_RateLimiting<TShape> =
2090
+ (
2091
+ (TShape extends Microsoft_AspNetCore_RateLimiting.RateLimiterOptions ? __Ext_Microsoft_AspNetCore_RateLimiting_RateLimiterOptions : {})
2092
+ );
2093
+
2094
+ interface __TsonicExtApplier_Microsoft_AspNetCore_RateLimiting {
2095
+ __tsonic_shape: unknown;
2096
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_RateLimiting<this["__tsonic_shape"]>;
2097
+ }
2098
+
1620
2099
  export type ExtensionMethods_Microsoft_AspNetCore_RateLimiting<TShape> =
1621
2100
  TShape extends null | undefined ? TShape
1622
2101
  : TShape extends void ? void
1623
- : TShape & (
1624
- (TShape extends Microsoft_AspNetCore_RateLimiting.RateLimiterOptions ? __Ext_Microsoft_AspNetCore_RateLimiting_RateLimiterOptions : {})
1625
- );
2102
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.RateLimiting", __TsonicExtApplier_Microsoft_AspNetCore_RateLimiting> & __TsonicExtSurface_Microsoft_AspNetCore_RateLimiting<TShape>;
1626
2103
 
1627
2104
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Razor.Hosting
2105
+ type __TsonicExtSurface_Microsoft_AspNetCore_Razor_Hosting<TShape> =
2106
+ (
2107
+ (TShape extends Microsoft_AspNetCore_Razor_Hosting.RazorCompiledItem ? __Ext_Microsoft_AspNetCore_Razor_Hosting_RazorCompiledItem : {})
2108
+ );
2109
+
2110
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Razor_Hosting {
2111
+ __tsonic_shape: unknown;
2112
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Razor_Hosting<this["__tsonic_shape"]>;
2113
+ }
2114
+
1628
2115
  export type ExtensionMethods_Microsoft_AspNetCore_Razor_Hosting<TShape> =
1629
2116
  TShape extends null | undefined ? TShape
1630
2117
  : TShape extends void ? void
1631
- : TShape & (
1632
- (TShape extends Microsoft_AspNetCore_Razor_Hosting.RazorCompiledItem ? __Ext_Microsoft_AspNetCore_Razor_Hosting_RazorCompiledItem : {})
1633
- );
2118
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Razor.Hosting", __TsonicExtApplier_Microsoft_AspNetCore_Razor_Hosting> & __TsonicExtSurface_Microsoft_AspNetCore_Razor_Hosting<TShape>;
1634
2119
 
1635
2120
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Rewrite
2121
+ type __TsonicExtSurface_Microsoft_AspNetCore_Rewrite<TShape> =
2122
+ (
2123
+ (TShape extends Microsoft_AspNetCore_Rewrite.RewriteOptions ? __Ext_Microsoft_AspNetCore_Rewrite_RewriteOptions : {})
2124
+ );
2125
+
2126
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Rewrite {
2127
+ __tsonic_shape: unknown;
2128
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Rewrite<this["__tsonic_shape"]>;
2129
+ }
2130
+
1636
2131
  export type ExtensionMethods_Microsoft_AspNetCore_Rewrite<TShape> =
1637
2132
  TShape extends null | undefined ? TShape
1638
2133
  : TShape extends void ? void
1639
- : TShape & (
1640
- (TShape extends Microsoft_AspNetCore_Rewrite.RewriteOptions ? __Ext_Microsoft_AspNetCore_Rewrite_RewriteOptions : {})
1641
- );
2134
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Rewrite", __TsonicExtApplier_Microsoft_AspNetCore_Rewrite> & __TsonicExtSurface_Microsoft_AspNetCore_Rewrite<TShape>;
1642
2135
 
1643
2136
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Routing
2137
+ type __TsonicExtSurface_Microsoft_AspNetCore_Routing<TShape> =
2138
+ (
2139
+ (TShape extends Microsoft_AspNetCore_Http.HttpContext ? __Ext_Microsoft_AspNetCore_Routing_HttpContext : {}) & (TShape extends Microsoft_AspNetCore_Routing.IEndpointRouteBuilder ? __Ext_Microsoft_AspNetCore_Routing_IEndpointRouteBuilder : {}) & (TShape extends Microsoft_AspNetCore_Routing.IRouteBuilder ? __Ext_Microsoft_AspNetCore_Routing_IRouteBuilder : {}) & (TShape extends Microsoft_AspNetCore_Routing.LinkGenerator ? __Ext_Microsoft_AspNetCore_Routing_LinkGenerator : {}) & (TShape extends Microsoft_AspNetCore_Routing.LinkParser ? __Ext_Microsoft_AspNetCore_Routing_LinkParser : {})
2140
+ );
2141
+
2142
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Routing {
2143
+ __tsonic_shape: unknown;
2144
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Routing<this["__tsonic_shape"]>;
2145
+ }
2146
+
1644
2147
  export type ExtensionMethods_Microsoft_AspNetCore_Routing<TShape> =
1645
2148
  TShape extends null | undefined ? TShape
1646
2149
  : TShape extends void ? void
1647
- : TShape & (
1648
- (TShape extends Microsoft_AspNetCore_Http.HttpContext ? __Ext_Microsoft_AspNetCore_Routing_HttpContext : {}) &
1649
- (TShape extends Microsoft_AspNetCore_Routing.IEndpointRouteBuilder ? __Ext_Microsoft_AspNetCore_Routing_IEndpointRouteBuilder : {}) &
1650
- (TShape extends Microsoft_AspNetCore_Routing.IRouteBuilder ? __Ext_Microsoft_AspNetCore_Routing_IRouteBuilder : {}) &
1651
- (TShape extends Microsoft_AspNetCore_Routing.LinkGenerator ? __Ext_Microsoft_AspNetCore_Routing_LinkGenerator : {}) &
1652
- (TShape extends Microsoft_AspNetCore_Routing.LinkParser ? __Ext_Microsoft_AspNetCore_Routing_LinkParser : {})
1653
- );
2150
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Routing", __TsonicExtApplier_Microsoft_AspNetCore_Routing> & __TsonicExtSurface_Microsoft_AspNetCore_Routing<TShape>;
1654
2151
 
1655
2152
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Server.IIS
2153
+ type __TsonicExtSurface_Microsoft_AspNetCore_Server_IIS<TShape> =
2154
+ (
2155
+ (TShape extends Microsoft_AspNetCore_Http.HttpContext ? __Ext_Microsoft_AspNetCore_Server_IIS_HttpContext : {})
2156
+ );
2157
+
2158
+ interface __TsonicExtApplier_Microsoft_AspNetCore_Server_IIS {
2159
+ __tsonic_shape: unknown;
2160
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_Server_IIS<this["__tsonic_shape"]>;
2161
+ }
2162
+
1656
2163
  export type ExtensionMethods_Microsoft_AspNetCore_Server_IIS<TShape> =
1657
2164
  TShape extends null | undefined ? TShape
1658
2165
  : TShape extends void ? void
1659
- : TShape & (
1660
- (TShape extends Microsoft_AspNetCore_Http.HttpContext ? __Ext_Microsoft_AspNetCore_Server_IIS_HttpContext : {})
1661
- );
2166
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Server.IIS", __TsonicExtApplier_Microsoft_AspNetCore_Server_IIS> & __TsonicExtSurface_Microsoft_AspNetCore_Server_IIS<TShape>;
1662
2167
 
1663
2168
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.SignalR
2169
+ type __TsonicExtSurface_Microsoft_AspNetCore_SignalR<TShape> =
2170
+ (
2171
+ (TShape extends Microsoft_AspNetCore_Connections.IConnectionBuilder ? __Ext_Microsoft_AspNetCore_SignalR_IConnectionBuilder : {}) & (TShape extends Microsoft_AspNetCore_SignalR.HubCallerContext ? __Ext_Microsoft_AspNetCore_SignalR_HubCallerContext : {}) & (TShape extends Microsoft_AspNetCore_SignalR.HubConnectionContext ? __Ext_Microsoft_AspNetCore_SignalR_HubConnectionContext : {}) & (TShape extends Microsoft_AspNetCore_SignalR.HubOptions ? __Ext_Microsoft_AspNetCore_SignalR_HubOptions : {}) & (TShape extends Microsoft_AspNetCore_SignalR.IClientProxy ? __Ext_Microsoft_AspNetCore_SignalR_IClientProxy : {}) & (TShape extends Microsoft_AspNetCore_SignalR.IHubClients_1<infer T0> ? __Ext_Microsoft_AspNetCore_SignalR_IHubClients_1<T0> : {}) & (TShape extends Microsoft_AspNetCore_SignalR.ISingleClientProxy ? __Ext_Microsoft_AspNetCore_SignalR_ISingleClientProxy : {})
2172
+ );
2173
+
2174
+ interface __TsonicExtApplier_Microsoft_AspNetCore_SignalR {
2175
+ __tsonic_shape: unknown;
2176
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_SignalR<this["__tsonic_shape"]>;
2177
+ }
2178
+
1664
2179
  export type ExtensionMethods_Microsoft_AspNetCore_SignalR<TShape> =
1665
2180
  TShape extends null | undefined ? TShape
1666
2181
  : TShape extends void ? void
1667
- : TShape & (
1668
- (TShape extends Microsoft_AspNetCore_Connections.IConnectionBuilder ? __Ext_Microsoft_AspNetCore_SignalR_IConnectionBuilder : {}) &
1669
- (TShape extends Microsoft_AspNetCore_SignalR.HubCallerContext ? __Ext_Microsoft_AspNetCore_SignalR_HubCallerContext : {}) &
1670
- (TShape extends Microsoft_AspNetCore_SignalR.HubConnectionContext ? __Ext_Microsoft_AspNetCore_SignalR_HubConnectionContext : {}) &
1671
- (TShape extends Microsoft_AspNetCore_SignalR.HubOptions ? __Ext_Microsoft_AspNetCore_SignalR_HubOptions : {}) &
1672
- (TShape extends Microsoft_AspNetCore_SignalR.IClientProxy ? __Ext_Microsoft_AspNetCore_SignalR_IClientProxy : {}) &
1673
- (TShape extends Microsoft_AspNetCore_SignalR.IHubClients_1<infer T0> ? __Ext_Microsoft_AspNetCore_SignalR_IHubClients_1<T0> : {}) &
1674
- (TShape extends Microsoft_AspNetCore_SignalR.ISingleClientProxy ? __Ext_Microsoft_AspNetCore_SignalR_ISingleClientProxy : {})
1675
- );
2182
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.SignalR", __TsonicExtApplier_Microsoft_AspNetCore_SignalR> & __TsonicExtSurface_Microsoft_AspNetCore_SignalR<TShape>;
1676
2183
 
1677
2184
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.SignalR.Protocol
2185
+ type __TsonicExtSurface_Microsoft_AspNetCore_SignalR_Protocol<TShape> =
2186
+ (
2187
+ (TShape extends Microsoft_AspNetCore_SignalR_Protocol.IHubProtocol ? __Ext_Microsoft_AspNetCore_SignalR_Protocol_IHubProtocol : {})
2188
+ );
2189
+
2190
+ interface __TsonicExtApplier_Microsoft_AspNetCore_SignalR_Protocol {
2191
+ __tsonic_shape: unknown;
2192
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_SignalR_Protocol<this["__tsonic_shape"]>;
2193
+ }
2194
+
1678
2195
  export type ExtensionMethods_Microsoft_AspNetCore_SignalR_Protocol<TShape> =
1679
2196
  TShape extends null | undefined ? TShape
1680
2197
  : TShape extends void ? void
1681
- : TShape & (
1682
- (TShape extends Microsoft_AspNetCore_SignalR_Protocol.IHubProtocol ? __Ext_Microsoft_AspNetCore_SignalR_Protocol_IHubProtocol : {})
2198
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.SignalR.Protocol", __TsonicExtApplier_Microsoft_AspNetCore_SignalR_Protocol> & __TsonicExtSurface_Microsoft_AspNetCore_SignalR_Protocol<TShape>;
2199
+
2200
+ // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.WebSockets
2201
+ type __TsonicExtSurface_Microsoft_AspNetCore_WebSockets<TShape> =
2202
+ (
2203
+ (TShape extends Microsoft_Extensions_DependencyInjection.IServiceCollection ? __Ext_Microsoft_AspNetCore_WebSockets_IServiceCollection : {})
1683
2204
  );
1684
2205
 
2206
+ interface __TsonicExtApplier_Microsoft_AspNetCore_WebSockets {
2207
+ __tsonic_shape: unknown;
2208
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_WebSockets<this["__tsonic_shape"]>;
2209
+ }
2210
+
2211
+ export type ExtensionMethods_Microsoft_AspNetCore_WebSockets<TShape> =
2212
+ TShape extends null | undefined ? TShape
2213
+ : TShape extends void ? void
2214
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.WebSockets", __TsonicExtApplier_Microsoft_AspNetCore_WebSockets> & __TsonicExtSurface_Microsoft_AspNetCore_WebSockets<TShape>;
2215
+
1685
2216
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.WebUtilities
2217
+ type __TsonicExtSurface_Microsoft_AspNetCore_WebUtilities<TShape> =
2218
+ (
2219
+ (TShape extends Microsoft_AspNetCore_WebUtilities.MultipartSection ? __Ext_Microsoft_AspNetCore_WebUtilities_MultipartSection : {}) & (TShape extends System_IO.Stream ? __Ext_Microsoft_AspNetCore_WebUtilities_Stream : {})
2220
+ );
2221
+
2222
+ interface __TsonicExtApplier_Microsoft_AspNetCore_WebUtilities {
2223
+ __tsonic_shape: unknown;
2224
+ __tsonic_type: __TsonicExtSurface_Microsoft_AspNetCore_WebUtilities<this["__tsonic_shape"]>;
2225
+ }
2226
+
1686
2227
  export type ExtensionMethods_Microsoft_AspNetCore_WebUtilities<TShape> =
1687
2228
  TShape extends null | undefined ? TShape
1688
2229
  : TShape extends void ? void
1689
- : TShape & (
1690
- (TShape extends Microsoft_AspNetCore_WebUtilities.MultipartSection ? __Ext_Microsoft_AspNetCore_WebUtilities_MultipartSection : {})
1691
- );
2230
+ : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.WebUtilities", __TsonicExtApplier_Microsoft_AspNetCore_WebUtilities> & __TsonicExtSurface_Microsoft_AspNetCore_WebUtilities<TShape>;
1692
2231
 
1693
2232
  // Generic helper type for extension methods in namespace: Microsoft.Extensions.DependencyInjection
2233
+ type __TsonicExtSurface_Microsoft_Extensions_DependencyInjection<TShape> =
2234
+ (
2235
+ (TShape extends Microsoft_AspNetCore_Authentication.AuthenticationBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_AuthenticationBuilder : {}) & (TShape extends Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection ? __Ext_Microsoft_Extensions_DependencyInjection_PageConventionCollection : {}) & (TShape extends Microsoft_AspNetCore_SignalR.ISignalRServerBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_ISignalRServerBuilder : {}) & (TShape extends Microsoft_Extensions_DependencyInjection.IMvcBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_IMvcBuilder : {}) & (TShape extends Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_IMvcCoreBuilder : {}) & (TShape extends Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_IRazorComponentsBuilder : {}) & (TShape extends Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_IServerSideBlazorBuilder : {}) & (TShape extends Microsoft_Extensions_DependencyInjection.IServiceCollection ? __Ext_Microsoft_Extensions_DependencyInjection_IServiceCollection : {}) & (TShape extends System_Collections_Generic.IList_1<infer T0> ? __Ext_Microsoft_Extensions_DependencyInjection_IList_1<T0> : {})
2236
+ );
2237
+
2238
+ interface __TsonicExtApplier_Microsoft_Extensions_DependencyInjection {
2239
+ __tsonic_shape: unknown;
2240
+ __tsonic_type: __TsonicExtSurface_Microsoft_Extensions_DependencyInjection<this["__tsonic_shape"]>;
2241
+ }
2242
+
1694
2243
  export type ExtensionMethods_Microsoft_Extensions_DependencyInjection<TShape> =
1695
2244
  TShape extends null | undefined ? TShape
1696
2245
  : TShape extends void ? void
1697
- : TShape & (
1698
- (TShape extends Microsoft_AspNetCore_Authentication.AuthenticationBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_AuthenticationBuilder : {}) &
1699
- (TShape extends Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection ? __Ext_Microsoft_Extensions_DependencyInjection_PageConventionCollection : {}) &
1700
- (TShape extends Microsoft_AspNetCore_SignalR.ISignalRServerBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_ISignalRServerBuilder : {}) &
1701
- (TShape extends Microsoft_Extensions_DependencyInjection.IMvcBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_IMvcBuilder : {}) &
1702
- (TShape extends Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_IMvcCoreBuilder : {}) &
1703
- (TShape extends Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_IRazorComponentsBuilder : {}) &
1704
- (TShape extends Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder ? __Ext_Microsoft_Extensions_DependencyInjection_IServerSideBlazorBuilder : {})
2246
+ : TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.DependencyInjection", __TsonicExtApplier_Microsoft_Extensions_DependencyInjection> & __TsonicExtSurface_Microsoft_Extensions_DependencyInjection<TShape>;
2247
+
2248
+ // Generic helper type for extension methods in namespace: Microsoft.Extensions.Hosting
2249
+ type __TsonicExtSurface_Microsoft_Extensions_Hosting<TShape> =
2250
+ (
2251
+ (TShape extends Microsoft_Extensions_Hosting.IHostBuilder ? __Ext_Microsoft_Extensions_Hosting_IHostBuilder : {})
1705
2252
  );
1706
2253
 
2254
+ interface __TsonicExtApplier_Microsoft_Extensions_Hosting {
2255
+ __tsonic_shape: unknown;
2256
+ __tsonic_type: __TsonicExtSurface_Microsoft_Extensions_Hosting<this["__tsonic_shape"]>;
2257
+ }
2258
+
2259
+ export type ExtensionMethods_Microsoft_Extensions_Hosting<TShape> =
2260
+ TShape extends null | undefined ? TShape
2261
+ : TShape extends void ? void
2262
+ : TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.Hosting", __TsonicExtApplier_Microsoft_Extensions_Hosting> & __TsonicExtSurface_Microsoft_Extensions_Hosting<TShape>;
2263
+
1707
2264
  // Generic helper type for extension methods in namespace: Microsoft.JSInterop
2265
+ type __TsonicExtSurface_Microsoft_JSInterop<TShape> =
2266
+ (
2267
+ (TShape extends Microsoft_JSInterop.IJSInProcessObjectReference ? __Ext_Microsoft_JSInterop_IJSInProcessObjectReference : {}) & (TShape extends Microsoft_JSInterop.IJSInProcessRuntime ? __Ext_Microsoft_JSInterop_IJSInProcessRuntime : {}) & (TShape extends Microsoft_JSInterop.IJSObjectReference ? __Ext_Microsoft_JSInterop_IJSObjectReference : {}) & (TShape extends Microsoft_JSInterop.IJSRuntime ? __Ext_Microsoft_JSInterop_IJSRuntime : {})
2268
+ );
2269
+
2270
+ interface __TsonicExtApplier_Microsoft_JSInterop {
2271
+ __tsonic_shape: unknown;
2272
+ __tsonic_type: __TsonicExtSurface_Microsoft_JSInterop<this["__tsonic_shape"]>;
2273
+ }
2274
+
1708
2275
  export type ExtensionMethods_Microsoft_JSInterop<TShape> =
1709
2276
  TShape extends null | undefined ? TShape
1710
2277
  : TShape extends void ? void
1711
- : TShape & (
1712
- (TShape extends Microsoft_JSInterop.IJSInProcessObjectReference ? __Ext_Microsoft_JSInterop_IJSInProcessObjectReference : {}) &
1713
- (TShape extends Microsoft_JSInterop.IJSInProcessRuntime ? __Ext_Microsoft_JSInterop_IJSInProcessRuntime : {}) &
1714
- (TShape extends Microsoft_JSInterop.IJSObjectReference ? __Ext_Microsoft_JSInterop_IJSObjectReference : {}) &
1715
- (TShape extends Microsoft_JSInterop.IJSRuntime ? __Ext_Microsoft_JSInterop_IJSRuntime : {})
1716
- );
2278
+ : TShape & __TsonicWithExt<TShape, "Microsoft.JSInterop", __TsonicExtApplier_Microsoft_JSInterop> & __TsonicExtSurface_Microsoft_JSInterop<TShape>;
1717
2279
 
1718
2280
  // Generic helper type for extension methods in namespace: Microsoft.Net.Http.Headers
2281
+ type __TsonicExtSurface_Microsoft_Net_Http_Headers<TShape> =
2282
+ (
2283
+ (TShape extends Microsoft_Net_Http_Headers.ContentDispositionHeaderValue ? __Ext_Microsoft_Net_Http_Headers_ContentDispositionHeaderValue : {})
2284
+ );
2285
+
2286
+ interface __TsonicExtApplier_Microsoft_Net_Http_Headers {
2287
+ __tsonic_shape: unknown;
2288
+ __tsonic_type: __TsonicExtSurface_Microsoft_Net_Http_Headers<this["__tsonic_shape"]>;
2289
+ }
2290
+
1719
2291
  export type ExtensionMethods_Microsoft_Net_Http_Headers<TShape> =
1720
2292
  TShape extends null | undefined ? TShape
1721
2293
  : TShape extends void ? void
1722
- : TShape & (
1723
- (TShape extends Microsoft_Net_Http_Headers.ContentDispositionHeaderValue ? __Ext_Microsoft_Net_Http_Headers_ContentDispositionHeaderValue : {})
2294
+ : TShape & __TsonicWithExt<TShape, "Microsoft.Net.Http.Headers", __TsonicExtApplier_Microsoft_Net_Http_Headers> & __TsonicExtSurface_Microsoft_Net_Http_Headers<TShape>;
2295
+
2296
+ // Generic helper type for extension methods in namespace: System.Security.Claims
2297
+ type __TsonicExtSurface_System_Security_Claims<TShape> =
2298
+ (
2299
+ (TShape extends System_Security_Claims.ClaimsPrincipal ? __Ext_System_Security_Claims_ClaimsPrincipal : {})
1724
2300
  );
1725
2301
 
2302
+ interface __TsonicExtApplier_System_Security_Claims {
2303
+ __tsonic_shape: unknown;
2304
+ __tsonic_type: __TsonicExtSurface_System_Security_Claims<this["__tsonic_shape"]>;
2305
+ }
2306
+
2307
+ export type ExtensionMethods_System_Security_Claims<TShape> =
2308
+ TShape extends null | undefined ? TShape
2309
+ : TShape extends void ? void
2310
+ : TShape & __TsonicWithExt<TShape, "System.Security.Claims", __TsonicExtApplier_System_Security_Claims> & __TsonicExtSurface_System_Security_Claims<TShape>;
2311
+