@tsonic/aspnetcore 10.0.40 → 10.0.42
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.
- package/Microsoft.AspNetCore/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Antiforgery.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +218 -214
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +27 -26
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.d.ts +7 -2
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +44 -43
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Authorization.Policy.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.d.ts +8 -4
- package/Microsoft.AspNetCore.Builder/bindings.json +0 -130
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +110 -129
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Builder.d.ts +4 -1
- package/Microsoft.AspNetCore.Components/bindings.json +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +240 -242
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +98 -100
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +21 -20
- package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Server.Circuits.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +5 -1
- package/Microsoft.AspNetCore.Components.Web.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.d.ts +11 -7
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.d.ts +5 -1
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Cors.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +19 -27
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Server.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.d.ts +7 -5
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +14 -11
- package/Microsoft.AspNetCore.Html.d.ts +4 -0
- package/Microsoft.AspNetCore.Http/bindings.json +494 -494
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +336 -338
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Http.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Connections.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +53 -55
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Http.Features.Authentication.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +39 -38
- package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +117 -116
- package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.d.ts +11 -7
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +453 -452
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Identity.UI.Services.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.d.ts +44 -40
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +21 -20
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Localization.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Localization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +447 -446
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +54 -53
- package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +119 -119
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +29 -28
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +5 -1
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +57 -56
- package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +38 -37
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +20 -19
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +58 -39
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +272 -274
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +54 -53
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +42 -27
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +11 -7
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +51 -50
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +4 -6
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.d.ts +7 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +135 -134
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.RazorPages.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +61 -60
- package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +47 -46
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +22 -24
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +78 -80
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +9 -5
- package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +137 -139
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +49 -48
- package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +12 -14
- package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +29 -28
- package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.d.ts +6 -2
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.IISIntegration.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +16 -16
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +33 -33
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +6 -8
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +10 -10
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
- package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.d.ts +4 -0
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Session.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +201 -201
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +168 -170
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
- package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR.d.ts +20 -16
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles.d.ts +4 -0
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.WebUtilities.d.ts +5 -1
- package/Microsoft.AspNetCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +62 -61
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.JSInterop/internal/index.d.ts +102 -77
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +16 -17
- package/Microsoft.JSInterop.Implementation.d.ts +4 -0
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
- package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
- package/Microsoft.JSInterop.d.ts +6 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
- package/Microsoft.Net.Http.Headers.d.ts +4 -0
- package/README.md +65 -15
- package/System.Formats.Cbor/internal/index.d.ts +4 -6
- package/System.Formats.Cbor.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +4 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Threading.RateLimiting/internal/index.d.ts +31 -33
- package/System.Threading.RateLimiting.d.ts +10 -6
- package/__internal/extensions/index.d.ts +410 -431
- package/package.json +4 -4
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -297
- package/Microsoft.AspNetCore.Server.HttpSys.d.ts +0 -34
- package/Microsoft.AspNetCore.Server.HttpSys.js +0 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +0 -332
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -68
- package/Microsoft.AspNetCore.Server.IIS.d.ts +0 -20
- package/Microsoft.AspNetCore.Server.IIS.js +0 -9
|
@@ -70,7 +70,6 @@ import * as Microsoft_AspNetCore_ResponseCompression from "../../Microsoft.AspNe
|
|
|
70
70
|
import * as Microsoft_AspNetCore_Rewrite from "../../Microsoft.AspNetCore.Rewrite/internal/index.js";
|
|
71
71
|
import * as Microsoft_AspNetCore_Routing from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
72
72
|
import * as Microsoft_AspNetCore_Routing_Patterns from "../../Microsoft.AspNetCore.Routing.Patterns/internal/index.js";
|
|
73
|
-
import * as Microsoft_AspNetCore_Server_HttpSys from "../../Microsoft.AspNetCore.Server.HttpSys/internal/index.js";
|
|
74
73
|
import * as Microsoft_AspNetCore_Server_Kestrel_Core from "../../Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.js";
|
|
75
74
|
import * as Microsoft_AspNetCore_Server_Kestrel_Https from "../../Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.js";
|
|
76
75
|
import * as Microsoft_AspNetCore_Server_Kestrel_Transport_NamedPipes from "../../Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.js";
|
|
@@ -111,8 +110,9 @@ import * as System_Threading_RateLimiting from "../../System.Threading.RateLimit
|
|
|
111
110
|
import * as System_Threading_Tasks from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
112
111
|
import * as System_Xml_Linq from "@tsonic/dotnet/System.Xml.Linq/internal/index.js";
|
|
113
112
|
|
|
114
|
-
//
|
|
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';
|
|
113
|
+
// Core type aliases from @tsonic/core
|
|
114
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
115
|
+
|
|
116
116
|
|
|
117
117
|
// Import sticky extension scope helper
|
|
118
118
|
import type { Rewrap } from '@tsonic/core/lang.js';
|
|
@@ -120,9 +120,6 @@ import type { Rewrap } from '@tsonic/core/lang.js';
|
|
|
120
120
|
// Import CLR type aliases for generic type arguments
|
|
121
121
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
122
122
|
|
|
123
|
-
// Import unsafe type markers
|
|
124
|
-
import type { ptr } from '@tsonic/core/types.js';
|
|
125
|
-
|
|
126
123
|
// Internal helper types for sticky extension scopes
|
|
127
124
|
type __TsonicExtMapOf<T> = T extends { __tsonic_ext?: infer M } ? M : {};
|
|
128
125
|
type __TsonicMergeExtMaps<A, B> = A & B;
|
|
@@ -131,43 +128,43 @@ type __TsonicWithExt<TShape, K extends string, TApplier> = { __tsonic_ext?: __Ts
|
|
|
131
128
|
// Extension method table for namespace: Microsoft.AspNetCore.Authentication
|
|
132
129
|
interface __TsonicExtMethods_Microsoft_AspNetCore_Authentication {
|
|
133
130
|
AuthenticateAsync(this: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authentication.AuthenticateResult>>;
|
|
134
|
-
AuthenticateAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authentication.AuthenticateResult>>;
|
|
135
|
-
ChallengeAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string): Rewrap<this, System_Threading_Tasks.Task>;
|
|
131
|
+
AuthenticateAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authentication.AuthenticateResult>>;
|
|
132
|
+
ChallengeAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null): Rewrap<this, System_Threading_Tasks.Task>;
|
|
136
133
|
ChallengeAsync(this: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, System_Threading_Tasks.Task>;
|
|
137
|
-
ChallengeAsync(this: Microsoft_AspNetCore_Http.HttpContext, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
|
|
138
|
-
ChallengeAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
|
|
134
|
+
ChallengeAsync(this: Microsoft_AspNetCore_Http.HttpContext, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties | null): Rewrap<this, System_Threading_Tasks.Task>;
|
|
135
|
+
ChallengeAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties | null): Rewrap<this, System_Threading_Tasks.Task>;
|
|
139
136
|
DeleteClaim(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string): Rewrap<this, void>;
|
|
140
137
|
DeleteClaims(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, ...claimTypes: string[]): Rewrap<this, void>;
|
|
141
|
-
ForbidAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string): Rewrap<this, System_Threading_Tasks.Task>;
|
|
138
|
+
ForbidAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null): Rewrap<this, System_Threading_Tasks.Task>;
|
|
142
139
|
ForbidAsync(this: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, System_Threading_Tasks.Task>;
|
|
143
|
-
ForbidAsync(this: Microsoft_AspNetCore_Http.HttpContext, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
|
|
144
|
-
ForbidAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
|
|
140
|
+
ForbidAsync(this: Microsoft_AspNetCore_Http.HttpContext, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties | null): Rewrap<this, System_Threading_Tasks.Task>;
|
|
141
|
+
ForbidAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties | null): Rewrap<this, System_Threading_Tasks.Task>;
|
|
145
142
|
GetSchemeConfiguration(this: Microsoft_AspNetCore_Authentication.IAuthenticationConfigurationProvider, authenticationScheme: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfiguration>;
|
|
146
|
-
GetString(this: System_Text_Json.JsonElement, key: string): Rewrap<this, string |
|
|
147
|
-
GetTokenAsync(this: Microsoft_AspNetCore_Authentication.IAuthenticationService, context: Microsoft_AspNetCore_Http.HttpContext, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string |
|
|
148
|
-
GetTokenAsync(this: Microsoft_AspNetCore_Authentication.IAuthenticationService, context: Microsoft_AspNetCore_Http.HttpContext, scheme: string, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string |
|
|
149
|
-
GetTokenAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string |
|
|
150
|
-
GetTokenAsync(this: Microsoft_AspNetCore_Http.HttpContext, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string |
|
|
151
|
-
GetTokenValue(this: Microsoft_AspNetCore_Authentication.AuthenticationProperties, tokenName: string): Rewrap<this, string |
|
|
143
|
+
GetString(this: System_Text_Json.JsonElement, key: string): Rewrap<this, string | null>;
|
|
144
|
+
GetTokenAsync(this: Microsoft_AspNetCore_Authentication.IAuthenticationService, context: Microsoft_AspNetCore_Http.HttpContext, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string | null>>;
|
|
145
|
+
GetTokenAsync(this: Microsoft_AspNetCore_Authentication.IAuthenticationService, context: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string | null>>;
|
|
146
|
+
GetTokenAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string | null>>;
|
|
147
|
+
GetTokenAsync(this: Microsoft_AspNetCore_Http.HttpContext, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string | null>>;
|
|
148
|
+
GetTokenValue(this: Microsoft_AspNetCore_Authentication.AuthenticationProperties, tokenName: string): Rewrap<this, string | null>;
|
|
152
149
|
GetTokens(this: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Authentication.AuthenticationToken>>;
|
|
153
150
|
MapAll(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection): Rewrap<this, void>;
|
|
154
151
|
MapAllExcept(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, ...exclusions: string[]): Rewrap<this, void>;
|
|
155
|
-
MapCustomJson(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string, resolver: System.Func_2<System_Text_Json.JsonElement,
|
|
156
|
-
MapCustomJson(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string, valueType: string, resolver: System.Func_2<System_Text_Json.JsonElement,
|
|
152
|
+
MapCustomJson(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string, resolver: System.Func_2<System_Text_Json.JsonElement, string | null>): Rewrap<this, void>;
|
|
153
|
+
MapCustomJson(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string, valueType: string, resolver: System.Func_2<System_Text_Json.JsonElement, string | null>): Rewrap<this, void>;
|
|
157
154
|
MapJsonKey(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string, jsonKey: string): Rewrap<this, void>;
|
|
158
155
|
MapJsonKey(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string, jsonKey: string, valueType: string): Rewrap<this, void>;
|
|
159
156
|
MapJsonSubKey(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string, jsonKey: string, subKey: string): Rewrap<this, void>;
|
|
160
157
|
MapJsonSubKey(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string, jsonKey: string, subKey: string, valueType: string): Rewrap<this, void>;
|
|
161
|
-
SignInAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string, principal: System_Security_Claims.ClaimsPrincipal): Rewrap<this, System_Threading_Tasks.Task>;
|
|
158
|
+
SignInAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null, principal: System_Security_Claims.ClaimsPrincipal): Rewrap<this, System_Threading_Tasks.Task>;
|
|
162
159
|
SignInAsync(this: Microsoft_AspNetCore_Http.HttpContext, principal: System_Security_Claims.ClaimsPrincipal): Rewrap<this, System_Threading_Tasks.Task>;
|
|
163
|
-
SignInAsync(this: Microsoft_AspNetCore_Http.HttpContext, principal: System_Security_Claims.ClaimsPrincipal, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
|
|
164
|
-
SignInAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string, principal: System_Security_Claims.ClaimsPrincipal, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
|
|
160
|
+
SignInAsync(this: Microsoft_AspNetCore_Http.HttpContext, principal: System_Security_Claims.ClaimsPrincipal, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties | null): Rewrap<this, System_Threading_Tasks.Task>;
|
|
161
|
+
SignInAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null, principal: System_Security_Claims.ClaimsPrincipal, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties | null): Rewrap<this, System_Threading_Tasks.Task>;
|
|
165
162
|
SignOutAsync(this: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, System_Threading_Tasks.Task>;
|
|
166
|
-
SignOutAsync(this: Microsoft_AspNetCore_Http.HttpContext, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
|
|
167
|
-
SignOutAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string): Rewrap<this, System_Threading_Tasks.Task>;
|
|
168
|
-
SignOutAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
|
|
163
|
+
SignOutAsync(this: Microsoft_AspNetCore_Http.HttpContext, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties | null): Rewrap<this, System_Threading_Tasks.Task>;
|
|
164
|
+
SignOutAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null): Rewrap<this, System_Threading_Tasks.Task>;
|
|
165
|
+
SignOutAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties | null): Rewrap<this, System_Threading_Tasks.Task>;
|
|
169
166
|
StoreTokens(this: Microsoft_AspNetCore_Authentication.AuthenticationProperties, tokens: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Authentication.AuthenticationToken>): Rewrap<this, void>;
|
|
170
|
-
UpdateTokenValue(this: Microsoft_AspNetCore_Authentication.AuthenticationProperties, tokenName: string, tokenValue: string): Rewrap<this, boolean>;
|
|
167
|
+
UpdateTokenValue(this: Microsoft_AspNetCore_Authentication.AuthenticationProperties, tokenName: string, tokenValue: string | null): Rewrap<this, boolean>;
|
|
171
168
|
}
|
|
172
169
|
|
|
173
170
|
// Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Authentication
|
|
@@ -183,8 +180,8 @@ export type ExtensionMethods_Microsoft_AspNetCore_Authentication<TShape> =
|
|
|
183
180
|
|
|
184
181
|
// Extension method table for namespace: Microsoft.AspNetCore.Authorization
|
|
185
182
|
interface __TsonicExtMethods_Microsoft_AspNetCore_Authorization {
|
|
186
|
-
AuthorizeAsync(this: Microsoft_AspNetCore_Authorization.IAuthorizationService, user: System_Security_Claims.ClaimsPrincipal, resource: unknown, requirement: Microsoft_AspNetCore_Authorization.IAuthorizationRequirement): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
|
|
187
|
-
AuthorizeAsync(this: Microsoft_AspNetCore_Authorization.IAuthorizationService, user: System_Security_Claims.ClaimsPrincipal, resource: unknown, policy: Microsoft_AspNetCore_Authorization.AuthorizationPolicy): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
|
|
183
|
+
AuthorizeAsync(this: Microsoft_AspNetCore_Authorization.IAuthorizationService, user: System_Security_Claims.ClaimsPrincipal, resource: unknown | null, requirement: Microsoft_AspNetCore_Authorization.IAuthorizationRequirement): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
|
|
184
|
+
AuthorizeAsync(this: Microsoft_AspNetCore_Authorization.IAuthorizationService, user: System_Security_Claims.ClaimsPrincipal, resource: unknown | null, policy: Microsoft_AspNetCore_Authorization.AuthorizationPolicy): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
|
|
188
185
|
AuthorizeAsync(this: Microsoft_AspNetCore_Authorization.IAuthorizationService, user: System_Security_Claims.ClaimsPrincipal, policy: Microsoft_AspNetCore_Authorization.AuthorizationPolicy): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
|
|
189
186
|
AuthorizeAsync(this: Microsoft_AspNetCore_Authorization.IAuthorizationService, user: System_Security_Claims.ClaimsPrincipal, policyName: string): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
|
|
190
187
|
}
|
|
@@ -221,30 +218,30 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Builder {
|
|
|
221
218
|
Map(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: Microsoft_AspNetCore_Routing_Patterns.RoutePattern, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
|
|
222
219
|
Map(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
223
220
|
Map(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: Microsoft_AspNetCore_Routing_Patterns.RoutePattern, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
224
|
-
MapAreaControllerRoute(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, name: string, areaName: string, pattern: string, defaults?: unknown, constraints?: unknown, dataTokens?: unknown): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
|
|
225
|
-
MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
226
|
-
MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string, defaults: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
227
|
-
MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string, defaults: unknown, constraints: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
228
|
-
MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string, defaults: unknown, constraints: unknown, dataTokens: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
221
|
+
MapAreaControllerRoute(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, name: string, areaName: string, pattern: string, defaults?: unknown | null, constraints?: unknown | null, dataTokens?: unknown | null): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
|
|
222
|
+
MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
223
|
+
MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string | null, defaults: unknown | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
224
|
+
MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string | null, defaults: unknown | null, constraints: unknown | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
225
|
+
MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string | null, defaults: unknown | null, constraints: unknown | null, dataTokens: unknown | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
229
226
|
MapBlazorHub(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
|
|
230
227
|
MapBlazorHub(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, path: string): Rewrap<this, Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
|
|
231
228
|
MapBlazorHub(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): Rewrap<this, Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
|
|
232
229
|
MapBlazorHub(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, path: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): Rewrap<this, Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
|
|
233
|
-
MapConnectionHandler<TConnectionHandler extends Microsoft_AspNetCore_Connections.ConnectionHandler>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
|
|
234
|
-
MapConnectionHandler<TConnectionHandler extends Microsoft_AspNetCore_Connections.ConnectionHandler>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
|
|
230
|
+
MapConnectionHandler<TConnectionHandler extends unknown & Microsoft_AspNetCore_Connections.ConnectionHandler>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
|
|
231
|
+
MapConnectionHandler<TConnectionHandler extends unknown & Microsoft_AspNetCore_Connections.ConnectionHandler>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions> | null): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
|
|
235
232
|
MapConnections(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, configure: System.Action_1<Microsoft_AspNetCore_Connections.IConnectionBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
|
|
236
233
|
MapConnections(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, options: Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions, configure: System.Action_1<Microsoft_AspNetCore_Connections.IConnectionBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
|
|
237
|
-
MapControllerRoute(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, name: string, pattern: string, defaults?: unknown, constraints?: unknown, dataTokens?: unknown): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
|
|
234
|
+
MapControllerRoute(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, name: string, pattern: string, defaults?: unknown | null, constraints?: unknown | null, dataTokens?: unknown | null): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
|
|
238
235
|
MapControllers(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
|
|
239
236
|
MapDefaultControllerRoute(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
|
|
240
237
|
MapDelete(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
|
|
241
238
|
MapDelete(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
242
|
-
MapDynamicControllerRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, void>;
|
|
243
|
-
MapDynamicControllerRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: unknown): Rewrap<this, void>;
|
|
244
|
-
MapDynamicControllerRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: unknown, order: int): Rewrap<this, void>;
|
|
245
|
-
MapDynamicPageRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, void>;
|
|
246
|
-
MapDynamicPageRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: unknown): Rewrap<this, void>;
|
|
247
|
-
MapDynamicPageRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: unknown, order: int): Rewrap<this, void>;
|
|
239
|
+
MapDynamicControllerRoute<TTransformer extends unknown & Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, void>;
|
|
240
|
+
MapDynamicControllerRoute<TTransformer extends unknown & Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: unknown | null): Rewrap<this, void>;
|
|
241
|
+
MapDynamicControllerRoute<TTransformer extends unknown & Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: unknown, order: int): Rewrap<this, void>;
|
|
242
|
+
MapDynamicPageRoute<TTransformer extends unknown & Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, void>;
|
|
243
|
+
MapDynamicPageRoute<TTransformer extends unknown & Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: unknown | null): Rewrap<this, void>;
|
|
244
|
+
MapDynamicPageRoute<TTransformer extends unknown & Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: unknown, order: int): Rewrap<this, void>;
|
|
248
245
|
MapFallback(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
249
246
|
MapFallback(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
250
247
|
MapFallback(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
|
|
@@ -267,8 +264,8 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Builder {
|
|
|
267
264
|
MapGroup(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, prefix: Microsoft_AspNetCore_Routing_Patterns.RoutePattern): Rewrap<this, Microsoft_AspNetCore_Routing.RouteGroupBuilder>;
|
|
268
265
|
MapHealthChecks(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
|
|
269
266
|
MapHealthChecks(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, options: Microsoft_AspNetCore_Diagnostics_HealthChecks.HealthCheckOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
|
|
270
|
-
MapHub<THub extends Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, Microsoft_AspNetCore_Builder.HubEndpointConventionBuilder>;
|
|
271
|
-
MapHub<THub extends Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): Rewrap<this, Microsoft_AspNetCore_Builder.HubEndpointConventionBuilder>;
|
|
267
|
+
MapHub<THub extends unknown & Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, Microsoft_AspNetCore_Builder.HubEndpointConventionBuilder>;
|
|
268
|
+
MapHub<THub extends unknown & Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions> | null): Rewrap<this, Microsoft_AspNetCore_Builder.HubEndpointConventionBuilder>;
|
|
272
269
|
MapMethods(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, httpMethods: System_Collections_Generic.IEnumerable_1<System_Internal.String>, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
|
|
273
270
|
MapMethods(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, httpMethods: System_Collections_Generic.IEnumerable_1<System_Internal.String>, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
274
271
|
MapPatch(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
|
|
@@ -277,13 +274,13 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Builder {
|
|
|
277
274
|
MapPost(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
278
275
|
MapPut(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
|
|
279
276
|
MapPut(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
280
|
-
MapRazorComponents<TRootComponent>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
|
|
277
|
+
MapRazorComponents<TRootComponent extends unknown>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
|
|
281
278
|
MapRazorPages(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.PageActionEndpointConventionBuilder>;
|
|
282
|
-
MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, template: string): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
283
|
-
MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, template: string, defaults: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
284
|
-
MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, template: string, defaults: unknown, constraints: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
285
|
-
MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, template: string, defaults: unknown, constraints: unknown, dataTokens: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
286
|
-
MapStaticAssets(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, staticAssetsManifestPath?: string): Rewrap<this, Microsoft_AspNetCore_StaticAssets.StaticAssetsEndpointConventionBuilder>;
|
|
279
|
+
MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string | null, template: string | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
280
|
+
MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string | null, template: string | null, defaults: unknown | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
281
|
+
MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string | null, template: string | null, defaults: unknown | null, constraints: unknown | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
282
|
+
MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string | null, template: string | null, defaults: unknown | null, constraints: unknown | null, dataTokens: unknown | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
283
|
+
MapStaticAssets(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, staticAssetsManifestPath?: string | null): Rewrap<this, Microsoft_AspNetCore_StaticAssets.StaticAssetsEndpointConventionBuilder>;
|
|
287
284
|
MapWhen(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, 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>;
|
|
288
285
|
Run(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, void>;
|
|
289
286
|
ShortCircuit(this: Microsoft_AspNetCore_Builder.IEndpointConventionBuilder, statusCode?: System.Nullable_1<System_Internal.Int32>): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
|
|
@@ -330,8 +327,8 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Builder {
|
|
|
330
327
|
UseHttpMethodOverride(this: Microsoft_AspNetCore_Builder.IApplicationBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
331
328
|
UseHttpMethodOverride(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, options: Microsoft_AspNetCore_Builder.HttpMethodOverrideOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
332
329
|
UseHttpsRedirection(this: Microsoft_AspNetCore_Builder.IApplicationBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
333
|
-
UseMiddleware<TMiddleware>(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, ...args: unknown[]): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
334
|
-
UseMiddleware(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, middleware: System.Type, ...args: unknown[]): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
330
|
+
UseMiddleware<TMiddleware extends unknown>(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, ...args: (unknown | null)[]): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
331
|
+
UseMiddleware(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, middleware: System.Type, ...args: (unknown | null)[]): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
335
332
|
UseMvc(this: Microsoft_AspNetCore_Builder.IApplicationBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
336
333
|
UseMvc(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, configureRoutes: System.Action_1<Microsoft_AspNetCore_Routing.IRouteBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
337
334
|
UseMvcWithDefaultRoute(this: Microsoft_AspNetCore_Builder.IApplicationBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
@@ -363,7 +360,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Builder {
|
|
|
363
360
|
UseStatusCodePages(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, contentType: string, bodyFormat: string): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
364
361
|
UseStatusCodePages(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, configuration: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
365
362
|
UseStatusCodePagesWithReExecute(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, pathFormat: string, queryFormat: string): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
366
|
-
UseStatusCodePagesWithReExecute(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, pathFormat: string, queryFormat?: string, createScopeForStatusCodePages?: boolean): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
363
|
+
UseStatusCodePagesWithReExecute(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, pathFormat: string, queryFormat?: string | null, createScopeForStatusCodePages?: boolean): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
367
364
|
UseStatusCodePagesWithRedirects(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, locationFormat: string): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
368
365
|
UseW3CLogging(this: Microsoft_AspNetCore_Builder.IApplicationBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
369
366
|
UseWebSockets(this: Microsoft_AspNetCore_Builder.IApplicationBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
|
|
@@ -377,8 +374,8 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Builder {
|
|
|
377
374
|
WithRequestTimeout(this: Microsoft_AspNetCore_Builder.IEndpointConventionBuilder, policyName: string): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
|
|
378
375
|
WithRequestTimeout(this: Microsoft_AspNetCore_Builder.IEndpointConventionBuilder, policy: Microsoft_AspNetCore_Http_Timeouts.RequestTimeoutPolicy): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
|
|
379
376
|
WithStaticAssets(this: Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder, manifestPath?: string): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
|
|
380
|
-
WithStaticAssets(this: Microsoft_AspNetCore_Builder.PageActionEndpointConventionBuilder, manifestPath?: string): Rewrap<this, Microsoft_AspNetCore_Builder.PageActionEndpointConventionBuilder>;
|
|
381
|
-
WithStaticAssets(this: Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder, manifestPath?: string): Rewrap<this, Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
|
|
377
|
+
WithStaticAssets(this: Microsoft_AspNetCore_Builder.PageActionEndpointConventionBuilder, manifestPath?: string | null): Rewrap<this, Microsoft_AspNetCore_Builder.PageActionEndpointConventionBuilder>;
|
|
378
|
+
WithStaticAssets(this: Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder, manifestPath?: string | null): Rewrap<this, Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
|
|
382
379
|
}
|
|
383
380
|
|
|
384
381
|
// Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Builder
|
|
@@ -399,70 +396,70 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Components {
|
|
|
399
396
|
Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Func_2<System.EventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<System.EventArgs>>;
|
|
400
397
|
Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components.ChangeEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
401
398
|
Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
402
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<
|
|
403
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<
|
|
404
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
405
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
406
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
407
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
408
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
409
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
410
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
411
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
412
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
413
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
414
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
415
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
416
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
417
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
418
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
419
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
420
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
421
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
422
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
423
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
424
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
425
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
426
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
427
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
428
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
429
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
430
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
431
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
432
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
433
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
434
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
435
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
436
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
437
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
438
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
439
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
440
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
441
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
442
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
443
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
444
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
445
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
446
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
447
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
448
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
449
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
450
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
451
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
452
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
453
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
454
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
455
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
456
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
457
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
458
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
459
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
460
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
461
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
462
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
463
|
-
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
464
|
-
CreateBinder<T>(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<T>, existingValue: T, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
465
|
-
CreateBinder<T>(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
399
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<string | null>, existingValue: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
400
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<string | null, System_Threading_Tasks.Task>, existingValue: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
401
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Boolean>, existingValue: boolean, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
402
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System_Internal.Boolean, System_Threading_Tasks.Task>, existingValue: boolean, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
403
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Boolean>>, existingValue: System.Nullable_1<System_Internal.Boolean>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
404
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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 | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
405
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Int32>, existingValue: int, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
406
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System_Internal.Int32, System_Threading_Tasks.Task>, existingValue: int, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
407
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Int32>>, existingValue: System.Nullable_1<System_Internal.Int32>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
408
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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 | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
409
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Int64>, existingValue: long, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
410
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System_Internal.Int64, System_Threading_Tasks.Task>, existingValue: long, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
411
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Int16>, existingValue: short, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
412
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System_Internal.Int16, System_Threading_Tasks.Task>, existingValue: short, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
413
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Int64>>, existingValue: System.Nullable_1<System_Internal.Int64>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
414
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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 | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
415
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Int16>>, existingValue: System.Nullable_1<System_Internal.Int16>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
416
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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 | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
417
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Single>, existingValue: float, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
418
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System_Internal.Single, System_Threading_Tasks.Task>, existingValue: float, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
419
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Single>>, existingValue: System.Nullable_1<System_Internal.Single>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
420
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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 | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
421
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Double>, existingValue: double, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
422
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System_Internal.Double, System_Threading_Tasks.Task>, existingValue: double, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
423
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Double>>, existingValue: System.Nullable_1<System_Internal.Double>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
424
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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 | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
425
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Decimal>, existingValue: decimal, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
426
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System_Internal.Decimal, System_Threading_Tasks.Task>, existingValue: decimal, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
427
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Decimal>>, existingValue: System.Nullable_1<System_Internal.Decimal>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
428
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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 | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
429
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateTime>, existingValue: System.DateTime, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
430
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.DateTime, System_Threading_Tasks.Task>, existingValue: System.DateTime, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
431
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateTime>, existingValue: System.DateTime, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
432
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.DateTime, System_Threading_Tasks.Task>, existingValue: System.DateTime, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
433
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateTime>>, existingValue: System.Nullable_1<System.DateTime>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
434
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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 | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
435
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateTime>>, existingValue: System.Nullable_1<System.DateTime>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
436
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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 | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
437
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateTimeOffset>, existingValue: System.DateTimeOffset, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
438
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.DateTimeOffset, System_Threading_Tasks.Task>, existingValue: System.DateTimeOffset, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
439
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateTimeOffset>, existingValue: System.DateTimeOffset, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
440
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.DateTimeOffset, System_Threading_Tasks.Task>, existingValue: System.DateTimeOffset, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
441
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateTimeOffset>>, existingValue: System.Nullable_1<System.DateTimeOffset>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
442
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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 | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
443
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateTimeOffset>>, existingValue: System.Nullable_1<System.DateTimeOffset>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
444
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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 | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
445
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateOnly>, existingValue: System.DateOnly, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
446
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.DateOnly, System_Threading_Tasks.Task>, existingValue: System.DateOnly, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
447
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateOnly>, existingValue: System.DateOnly, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
448
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.DateOnly, System_Threading_Tasks.Task>, existingValue: System.DateOnly, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
449
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateOnly>>, existingValue: System.Nullable_1<System.DateOnly>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
450
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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 | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
451
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateOnly>>, existingValue: System.Nullable_1<System.DateOnly>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
452
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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 | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
453
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.TimeOnly>, existingValue: System.TimeOnly, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
454
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.TimeOnly, System_Threading_Tasks.Task>, existingValue: System.TimeOnly, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
455
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.TimeOnly>, existingValue: System.TimeOnly, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
456
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.TimeOnly, System_Threading_Tasks.Task>, existingValue: System.TimeOnly, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
457
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System.TimeOnly>>, existingValue: System.Nullable_1<System.TimeOnly>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
458
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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 | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
459
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System.TimeOnly>>, existingValue: System.Nullable_1<System.TimeOnly>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
460
|
+
CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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 | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
461
|
+
CreateBinder<T extends unknown>(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<T>, existingValue: T, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
462
|
+
CreateBinder<T extends unknown>(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<T, System_Threading_Tasks.Task>, existingValue: T, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
|
|
466
463
|
FocusAsync(this: Microsoft_AspNetCore_Components.ElementReference): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
467
464
|
FocusAsync(this: Microsoft_AspNetCore_Components.ElementReference, preventScroll: boolean): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
468
465
|
GetUriWithQueryParameter(this: Microsoft_AspNetCore_Components.NavigationManager, name: string, value: boolean): Rewrap<this, string>;
|
|
@@ -485,9 +482,9 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Components {
|
|
|
485
482
|
GetUriWithQueryParameter(this: Microsoft_AspNetCore_Components.NavigationManager, name: string, value: System.Nullable_1<System_Internal.Int32>): Rewrap<this, string>;
|
|
486
483
|
GetUriWithQueryParameter(this: Microsoft_AspNetCore_Components.NavigationManager, name: string, value: long): Rewrap<this, string>;
|
|
487
484
|
GetUriWithQueryParameter(this: Microsoft_AspNetCore_Components.NavigationManager, name: string, value: System.Nullable_1<System_Internal.Int64>): Rewrap<this, string>;
|
|
488
|
-
GetUriWithQueryParameter(this: Microsoft_AspNetCore_Components.NavigationManager, name: string, value: string): Rewrap<this, string>;
|
|
489
|
-
GetUriWithQueryParameters(this: Microsoft_AspNetCore_Components.NavigationManager, parameters: System_Collections_Generic.IReadOnlyDictionary_2<System_Internal.String, unknown>): Rewrap<this, string>;
|
|
490
|
-
GetUriWithQueryParameters(this: Microsoft_AspNetCore_Components.NavigationManager, uri: string, parameters: System_Collections_Generic.IReadOnlyDictionary_2<System_Internal.String, unknown>): Rewrap<this, string>;
|
|
485
|
+
GetUriWithQueryParameter(this: Microsoft_AspNetCore_Components.NavigationManager, name: string, value: string | null): Rewrap<this, string>;
|
|
486
|
+
GetUriWithQueryParameters(this: Microsoft_AspNetCore_Components.NavigationManager, parameters: System_Collections_Generic.IReadOnlyDictionary_2<System_Internal.String, unknown | null>): Rewrap<this, string>;
|
|
487
|
+
GetUriWithQueryParameters(this: Microsoft_AspNetCore_Components.NavigationManager, uri: string, parameters: System_Collections_Generic.IReadOnlyDictionary_2<System_Internal.String, unknown | null>): Rewrap<this, string>;
|
|
491
488
|
}
|
|
492
489
|
|
|
493
490
|
// Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components
|
|
@@ -506,7 +503,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Components_Forms {
|
|
|
506
503
|
AddDataAnnotationsValidation(this: Microsoft_AspNetCore_Components_Forms.EditContext): Rewrap<this, Microsoft_AspNetCore_Components_Forms.EditContext>;
|
|
507
504
|
EnableDataAnnotationsValidation(this: Microsoft_AspNetCore_Components_Forms.EditContext): Rewrap<this, System.IDisposable>;
|
|
508
505
|
EnableDataAnnotationsValidation(this: Microsoft_AspNetCore_Components_Forms.EditContext, serviceProvider: System.IServiceProvider): Rewrap<this, System.IDisposable>;
|
|
509
|
-
FieldCssClass<TField>(this: Microsoft_AspNetCore_Components_Forms.EditContext, accessor: System_Linq_Expressions.Expression_1<System.Func_1<TField>>): Rewrap<this, string>;
|
|
506
|
+
FieldCssClass<TField extends unknown>(this: Microsoft_AspNetCore_Components_Forms.EditContext, accessor: System_Linq_Expressions.Expression_1<System.Func_1<TField>>): Rewrap<this, string>;
|
|
510
507
|
FieldCssClass(this: Microsoft_AspNetCore_Components_Forms.EditContext, fieldIdentifier: Microsoft_AspNetCore_Components_Forms.FieldIdentifier): Rewrap<this, string>;
|
|
511
508
|
RequestImageFileAsync(this: Microsoft_AspNetCore_Components_Forms.IBrowserFile, format: string, maxWidth: int, maxHeight: int): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_AspNetCore_Components_Forms.IBrowserFile>>;
|
|
512
509
|
SetFieldCssClassProvider(this: Microsoft_AspNetCore_Components_Forms.EditContext, fieldCssClassProvider: Microsoft_AspNetCore_Components_Forms.FieldCssClassProvider): Rewrap<this, void>;
|
|
@@ -595,8 +592,8 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Components_Web {
|
|
|
595
592
|
Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
596
593
|
Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.WheelEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.WheelEventArgs>>;
|
|
597
594
|
Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, 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>>;
|
|
598
|
-
RegisterForJavaScript<TComponent extends Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Components_Web.IJSComponentConfiguration, identifier: string): Rewrap<this, void>;
|
|
599
|
-
RegisterForJavaScript<TComponent extends Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Components_Web.IJSComponentConfiguration, identifier: string, javaScriptInitializer: string): Rewrap<this, void>;
|
|
595
|
+
RegisterForJavaScript<TComponent extends unknown & Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Components_Web.IJSComponentConfiguration, identifier: string): Rewrap<this, void>;
|
|
596
|
+
RegisterForJavaScript<TComponent extends unknown & Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Components_Web.IJSComponentConfiguration, identifier: string, javaScriptInitializer: string): Rewrap<this, void>;
|
|
600
597
|
RegisterForJavaScript(this: Microsoft_AspNetCore_Components_Web.IJSComponentConfiguration, componentType: System.Type, identifier: string): Rewrap<this, void>;
|
|
601
598
|
RegisterForJavaScript(this: Microsoft_AspNetCore_Components_Web.IJSComponentConfiguration, componentType: System.Type, identifier: string, javaScriptInitializer: string): Rewrap<this, void>;
|
|
602
599
|
}
|
|
@@ -617,7 +614,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Connections {
|
|
|
617
614
|
Run(this: Microsoft_AspNetCore_Connections.IConnectionBuilder, middleware: System.Func_2<Microsoft_AspNetCore_Connections.ConnectionContext, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
|
|
618
615
|
Use(this: Microsoft_AspNetCore_Connections.IConnectionBuilder, 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>;
|
|
619
616
|
Use(this: Microsoft_AspNetCore_Connections.IConnectionBuilder, middleware: System.Func_3<Microsoft_AspNetCore_Connections.ConnectionContext, Microsoft_AspNetCore_Connections.ConnectionDelegate, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
|
|
620
|
-
UseConnectionHandler<TConnectionHandler extends Microsoft_AspNetCore_Connections.ConnectionHandler>(this: Microsoft_AspNetCore_Connections.IConnectionBuilder): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
|
|
617
|
+
UseConnectionHandler<TConnectionHandler extends unknown & Microsoft_AspNetCore_Connections.ConnectionHandler>(this: Microsoft_AspNetCore_Connections.IConnectionBuilder): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
|
|
621
618
|
}
|
|
622
619
|
|
|
623
620
|
// Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Connections
|
|
@@ -634,13 +631,13 @@ export type ExtensionMethods_Microsoft_AspNetCore_Connections<TShape> =
|
|
|
634
631
|
// Extension method table for namespace: Microsoft.AspNetCore.DataProtection
|
|
635
632
|
interface __TsonicExtMethods_Microsoft_AspNetCore_DataProtection {
|
|
636
633
|
AddKeyEscrowSink(this: Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder, sink: Microsoft_AspNetCore_DataProtection_KeyManagement.IKeyEscrowSink): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
|
|
637
|
-
AddKeyEscrowSink<TImplementation extends Microsoft_AspNetCore_DataProtection_KeyManagement.IKeyEscrowSink>(this: Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
|
|
634
|
+
AddKeyEscrowSink<TImplementation extends (object | null) & Microsoft_AspNetCore_DataProtection_KeyManagement.IKeyEscrowSink>(this: Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
|
|
638
635
|
AddKeyEscrowSink(this: Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder, factory: System.Func_2<System.IServiceProvider, Microsoft_AspNetCore_DataProtection_KeyManagement.IKeyEscrowSink>): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
|
|
639
636
|
AddKeyManagementOptions(this: Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_DataProtection_KeyManagement.KeyManagementOptions>): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
|
|
640
637
|
CreateProtector(this: Microsoft_AspNetCore_DataProtection.IDataProtectionProvider, purposes: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtector>;
|
|
641
638
|
CreateProtector(this: Microsoft_AspNetCore_DataProtection.IDataProtectionProvider, purpose: string, ...subPurposes: string[]): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtector>;
|
|
642
639
|
DisableAutomaticKeyGeneration(this: Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
|
|
643
|
-
GetApplicationUniqueIdentifier(this: System.IServiceProvider): Rewrap<this, string |
|
|
640
|
+
GetApplicationUniqueIdentifier(this: System.IServiceProvider): Rewrap<this, string | null>;
|
|
644
641
|
GetDataProtectionProvider(this: System.IServiceProvider): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionProvider>;
|
|
645
642
|
GetDataProtector(this: System.IServiceProvider, purposes: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtector>;
|
|
646
643
|
GetDataProtector(this: System.IServiceProvider, purpose: string, ...subPurposes: string[]): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtector>;
|
|
@@ -718,17 +715,15 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Hosting {
|
|
|
718
715
|
SuppressStatusMessages(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, suppressStatusMessages: boolean): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
719
716
|
UseConfiguration(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, configuration: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
720
717
|
UseConnectionLogging(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
|
|
721
|
-
UseConnectionLogging(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, loggerName: string): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
|
|
718
|
+
UseConnectionLogging(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, loggerName: string | null): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
|
|
722
719
|
UseContentRoot(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, contentRoot: string): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
723
720
|
UseDefaultServiceProvider(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, configure: System.Action_1<Microsoft_Extensions_DependencyInjection.ServiceProviderOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
724
721
|
UseDefaultServiceProvider(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, configure: System.Action_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, Microsoft_Extensions_DependencyInjection.ServiceProviderOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
725
722
|
UseEnvironment(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, environment: string): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
726
|
-
UseHttpSys(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
727
|
-
UseHttpSys(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, options: System.Action_1<Microsoft_AspNetCore_Server_HttpSys.HttpSysOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
728
723
|
UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
|
|
729
724
|
UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, fileName: string): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
|
|
730
|
-
UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, fileName: string, password: string): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
|
|
731
|
-
UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, fileName: string, password: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions>): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
|
|
725
|
+
UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, fileName: string, password: string | null): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
|
|
726
|
+
UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, fileName: string, password: string | null, configureOptions: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions>): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
|
|
732
727
|
UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, storeName: System_Security_Cryptography_X509Certificates.StoreName, subject: string): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
|
|
733
728
|
UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, storeName: System_Security_Cryptography_X509Certificates.StoreName, subject: string, allowInvalid: boolean): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
|
|
734
729
|
UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, storeName: System_Security_Cryptography_X509Certificates.StoreName, subject: string, allowInvalid: boolean, location: System_Security_Cryptography_X509Certificates.StoreLocation): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
|
|
@@ -755,9 +750,9 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Hosting {
|
|
|
755
750
|
UseShutdownTimeout(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, timeout: System.TimeSpan): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
756
751
|
UseSockets(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
757
752
|
UseSockets(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, configureOptions: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Transport_Sockets.SocketTransportOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
758
|
-
UseStartup<TStartup>(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, startupFactory: System.Func_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, TStartup>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
753
|
+
UseStartup<TStartup extends (object | null)>(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, startupFactory: System.Func_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, TStartup>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
759
754
|
UseStartup(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, startupType: System.Type): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
760
|
-
UseStartup<TStartup>(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
755
|
+
UseStartup<TStartup extends (object | null)>(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
761
756
|
UseStartup(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, startupAssemblyName: string): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
762
757
|
UseStaticWebAssets(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
|
|
763
758
|
UseSystemd(this: Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions>;
|
|
@@ -781,8 +776,8 @@ export type ExtensionMethods_Microsoft_AspNetCore_Hosting<TShape> =
|
|
|
781
776
|
|
|
782
777
|
// Extension method table for namespace: Microsoft.AspNetCore.Html
|
|
783
778
|
interface __TsonicExtMethods_Microsoft_AspNetCore_Html {
|
|
784
|
-
AppendFormat(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder, format: string, ...args: unknown[]): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
|
|
785
|
-
AppendFormat(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder, formatProvider: System.IFormatProvider, format: string, ...args: unknown[]): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
|
|
779
|
+
AppendFormat(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder, format: string, ...args: (unknown | null)[]): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
|
|
780
|
+
AppendFormat(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder, formatProvider: System.IFormatProvider, format: string, ...args: (unknown | null)[]): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
|
|
786
781
|
AppendHtmlLine(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder, encoded: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
|
|
787
782
|
AppendLine(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
|
|
788
783
|
AppendLine(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder, unencoded: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
|
|
@@ -805,15 +800,15 @@ export type ExtensionMethods_Microsoft_AspNetCore_Html<TShape> =
|
|
|
805
800
|
|
|
806
801
|
// Extension method table for namespace: Microsoft.AspNetCore.Http
|
|
807
802
|
interface __TsonicExtMethods_Microsoft_AspNetCore_Http {
|
|
808
|
-
Accepts<TRequest>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, contentType: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
809
|
-
Accepts<TRequest>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, isOptional: boolean, contentType: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
803
|
+
Accepts<TRequest extends unknown>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, contentType: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
804
|
+
Accepts<TRequest extends unknown>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, isOptional: boolean, contentType: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
810
805
|
Accepts(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, requestType: System.Type, contentType: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
811
806
|
Accepts(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, requestType: System.Type, isOptional: boolean, contentType: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
812
|
-
AddEndpointFilter<TFilterType extends Microsoft_AspNetCore_Http.IEndpointFilter>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
813
|
-
AddEndpointFilter<TFilterType extends Microsoft_AspNetCore_Http.IEndpointFilter>(this: Microsoft_AspNetCore_Routing.RouteGroupBuilder): Rewrap<this, Microsoft_AspNetCore_Routing.RouteGroupBuilder>;
|
|
807
|
+
AddEndpointFilter<TFilterType extends unknown & Microsoft_AspNetCore_Http.IEndpointFilter>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
808
|
+
AddEndpointFilter<TFilterType extends unknown & Microsoft_AspNetCore_Http.IEndpointFilter>(this: Microsoft_AspNetCore_Routing.RouteGroupBuilder): Rewrap<this, Microsoft_AspNetCore_Routing.RouteGroupBuilder>;
|
|
814
809
|
Append(this: Microsoft_AspNetCore_Http.IHeaderDictionary, key: string, value: Microsoft_Extensions_Primitives.StringValues): Rewrap<this, void>;
|
|
815
810
|
AppendCommaSeparatedValues(this: Microsoft_AspNetCore_Http.IHeaderDictionary, key: string, ...values: string[]): Rewrap<this, void>;
|
|
816
|
-
AppendList<T>(this: Microsoft_AspNetCore_Http.IHeaderDictionary, name: string, values: System_Collections_Generic.IList_1<T>): Rewrap<this, void>;
|
|
811
|
+
AppendList<T extends unknown>(this: Microsoft_AspNetCore_Http.IHeaderDictionary, name: string, values: System_Collections_Generic.IList_1<T>): Rewrap<this, void>;
|
|
817
812
|
AppendTrailer(this: Microsoft_AspNetCore_Http.HttpResponse, trailerName: string, trailerValues: Microsoft_Extensions_Primitives.StringValues): Rewrap<this, void>;
|
|
818
813
|
CheckTrailersAvailable(this: Microsoft_AspNetCore_Http.HttpRequest): Rewrap<this, boolean>;
|
|
819
814
|
Clear(this: Microsoft_AspNetCore_Http.HttpResponse): Rewrap<this, void>;
|
|
@@ -823,28 +818,28 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Http {
|
|
|
823
818
|
EnableBuffering(this: Microsoft_AspNetCore_Http.HttpRequest, bufferLimit: long): Rewrap<this, void>;
|
|
824
819
|
EnableBuffering(this: Microsoft_AspNetCore_Http.HttpRequest, bufferThreshold: int, bufferLimit: long): Rewrap<this, void>;
|
|
825
820
|
ExcludeFromDescription(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
826
|
-
Get(this: Microsoft_AspNetCore_Http.ISession, key: string): Rewrap<this, byte[] |
|
|
821
|
+
Get(this: Microsoft_AspNetCore_Http.ISession, key: string): Rewrap<this, byte[] | null>;
|
|
827
822
|
GetCommaSeparatedValues(this: Microsoft_AspNetCore_Http.IHeaderDictionary, key: string): Rewrap<this, string[]>;
|
|
828
823
|
GetDeclaredTrailers(this: Microsoft_AspNetCore_Http.HttpRequest): Rewrap<this, Microsoft_Extensions_Primitives.StringValues>;
|
|
829
|
-
GetEndpoint(this: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, Microsoft_AspNetCore_Http.Endpoint |
|
|
824
|
+
GetEndpoint(this: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, Microsoft_AspNetCore_Http.Endpoint | null>;
|
|
830
825
|
GetInt32(this: Microsoft_AspNetCore_Http.ISession, key: string): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
831
|
-
GetServerVariable(this: Microsoft_AspNetCore_Http.HttpContext, variableName: string): Rewrap<this, string |
|
|
832
|
-
GetString(this: Microsoft_AspNetCore_Http.ISession, key: string): Rewrap<this, string |
|
|
826
|
+
GetServerVariable(this: Microsoft_AspNetCore_Http.HttpContext, variableName: string): Rewrap<this, string | null>;
|
|
827
|
+
GetString(this: Microsoft_AspNetCore_Http.ISession, key: string): Rewrap<this, string | null>;
|
|
833
828
|
GetTrailer(this: Microsoft_AspNetCore_Http.HttpRequest, trailerName: string): Rewrap<this, Microsoft_Extensions_Primitives.StringValues>;
|
|
834
829
|
GetTypedHeaders(this: Microsoft_AspNetCore_Http.HttpRequest): Rewrap<this, Microsoft_AspNetCore_Http_Headers.RequestHeaders>;
|
|
835
830
|
GetTypedHeaders(this: Microsoft_AspNetCore_Http.HttpResponse): Rewrap<this, Microsoft_AspNetCore_Http_Headers.ResponseHeaders>;
|
|
836
831
|
HasJsonContentType(this: Microsoft_AspNetCore_Http.HttpRequest): Rewrap<this, boolean>;
|
|
837
|
-
Produces<TResponse>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode?: int, contentType?: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
838
|
-
Produces(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode: int, responseType?: System.Type, contentType?: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
839
|
-
ProducesProblem(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode: int, contentType?: string): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
840
|
-
ProducesValidationProblem(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode?: int, contentType?: string): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
832
|
+
Produces<TResponse extends unknown>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode?: int, contentType?: string | null, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
833
|
+
Produces(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode: int, responseType?: System.Type | null, contentType?: string | null, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
834
|
+
ProducesProblem(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode: int, contentType?: string | null): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
835
|
+
ProducesValidationProblem(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode?: int, contentType?: string | null): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
841
836
|
ReadFormAsync(this: Microsoft_AspNetCore_Http.HttpRequest, options: Microsoft_AspNetCore_Http_Features.FormOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Http.IFormCollection>>;
|
|
842
|
-
ReadFromJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpRequest, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
843
|
-
ReadFromJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpRequest, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
844
|
-
ReadFromJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpRequest, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
837
|
+
ReadFromJsonAsync<TValue extends unknown>(this: Microsoft_AspNetCore_Http.HttpRequest, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
838
|
+
ReadFromJsonAsync<TValue extends unknown>(this: Microsoft_AspNetCore_Http.HttpRequest, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
839
|
+
ReadFromJsonAsync<TValue extends unknown>(this: Microsoft_AspNetCore_Http.HttpRequest, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
845
840
|
ReadFromJsonAsync(this: Microsoft_AspNetCore_Http.HttpRequest, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<unknown>>;
|
|
846
841
|
ReadFromJsonAsync(this: Microsoft_AspNetCore_Http.HttpRequest, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<unknown>>;
|
|
847
|
-
ReadFromJsonAsync(this: Microsoft_AspNetCore_Http.HttpRequest, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<unknown>>;
|
|
842
|
+
ReadFromJsonAsync(this: Microsoft_AspNetCore_Http.HttpRequest, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<unknown>>;
|
|
848
843
|
ReadFromJsonAsync(this: Microsoft_AspNetCore_Http.HttpRequest, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<unknown>>;
|
|
849
844
|
Redirect(this: Microsoft_AspNetCore_Http.HttpResponse, location: string, permanent: boolean, preserveMethod: boolean): Rewrap<this, void>;
|
|
850
845
|
SendFileAsync(this: Microsoft_AspNetCore_Http.HttpResponse, file: Microsoft_Extensions_FileProviders.IFileInfo, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
@@ -852,21 +847,21 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Http {
|
|
|
852
847
|
SendFileAsync(this: Microsoft_AspNetCore_Http.HttpResponse, fileName: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
853
848
|
SendFileAsync(this: Microsoft_AspNetCore_Http.HttpResponse, fileName: string, offset: long, count: System.Nullable_1<System_Internal.Int64>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
854
849
|
SetCommaSeparatedValues(this: Microsoft_AspNetCore_Http.IHeaderDictionary, key: string, ...values: string[]): Rewrap<this, void>;
|
|
855
|
-
SetEndpoint(this: Microsoft_AspNetCore_Http.HttpContext, endpoint: Microsoft_AspNetCore_Http.Endpoint): Rewrap<this, void>;
|
|
850
|
+
SetEndpoint(this: Microsoft_AspNetCore_Http.HttpContext, endpoint: Microsoft_AspNetCore_Http.Endpoint | null): Rewrap<this, void>;
|
|
856
851
|
SetInt32(this: Microsoft_AspNetCore_Http.ISession, key: string, value: int): Rewrap<this, void>;
|
|
857
852
|
SetString(this: Microsoft_AspNetCore_Http.ISession, key: string, value: string): Rewrap<this, void>;
|
|
858
853
|
SupportsTrailers(this: Microsoft_AspNetCore_Http.HttpRequest): Rewrap<this, boolean>;
|
|
859
854
|
SupportsTrailers(this: Microsoft_AspNetCore_Http.HttpResponse): Rewrap<this, boolean>;
|
|
860
855
|
WithTags(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, ...tags: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
|
|
861
|
-
WriteAsJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
862
|
-
WriteAsJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
863
|
-
WriteAsJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, options: System_Text_Json.JsonSerializerOptions, contentType: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
864
|
-
WriteAsJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, contentType?: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
865
|
-
WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo, contentType?: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
866
|
-
WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
867
|
-
WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
868
|
-
WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown, type: System.Type, options: System_Text_Json.JsonSerializerOptions, contentType: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
869
|
-
WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, contentType?: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
856
|
+
WriteAsJsonAsync<TValue extends unknown>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
857
|
+
WriteAsJsonAsync<TValue extends unknown>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
858
|
+
WriteAsJsonAsync<TValue extends unknown>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, options: System_Text_Json.JsonSerializerOptions | null, contentType: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
859
|
+
WriteAsJsonAsync<TValue extends unknown>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, contentType?: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
860
|
+
WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo, contentType?: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
861
|
+
WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown | null, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
862
|
+
WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
863
|
+
WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, contentType: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
864
|
+
WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown | null, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, contentType?: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
870
865
|
WriteAsync(this: Microsoft_AspNetCore_Http.HttpResponse, text: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
871
866
|
WriteAsync(this: Microsoft_AspNetCore_Http.HttpResponse, text: string, encoding: System_Text.Encoding, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
872
867
|
}
|
|
@@ -884,7 +879,7 @@ export type ExtensionMethods_Microsoft_AspNetCore_Http<TShape> =
|
|
|
884
879
|
|
|
885
880
|
// Extension method table for namespace: Microsoft.AspNetCore.Http.Connections
|
|
886
881
|
interface __TsonicExtMethods_Microsoft_AspNetCore_Http_Connections {
|
|
887
|
-
GetHttpContext(this: Microsoft_AspNetCore_Connections.ConnectionContext): Rewrap<this, Microsoft_AspNetCore_Http.HttpContext |
|
|
882
|
+
GetHttpContext(this: Microsoft_AspNetCore_Connections.ConnectionContext): Rewrap<this, Microsoft_AspNetCore_Http.HttpContext | null>;
|
|
888
883
|
}
|
|
889
884
|
|
|
890
885
|
// Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Http.Connections
|
|
@@ -919,7 +914,7 @@ export type ExtensionMethods_Microsoft_AspNetCore_Http_Extensions<TShape> =
|
|
|
919
914
|
|
|
920
915
|
// Extension method table for namespace: Microsoft.AspNetCore.Http.Features
|
|
921
916
|
interface __TsonicExtMethods_Microsoft_AspNetCore_Http_Features {
|
|
922
|
-
GetRequiredFeature<TFeature>(this: Microsoft_AspNetCore_Http_Features.IFeatureCollection): Rewrap<this, TFeature>;
|
|
917
|
+
GetRequiredFeature<TFeature extends unknown>(this: Microsoft_AspNetCore_Http_Features.IFeatureCollection): Rewrap<this, TFeature>;
|
|
923
918
|
GetRequiredFeature(this: Microsoft_AspNetCore_Http_Features.IFeatureCollection, key: System.Type): Rewrap<this, unknown>;
|
|
924
919
|
}
|
|
925
920
|
|
|
@@ -960,29 +955,29 @@ export type ExtensionMethods_Microsoft_AspNetCore_Identity<TShape> =
|
|
|
960
955
|
|
|
961
956
|
// Extension method table for namespace: Microsoft.AspNetCore.Mvc
|
|
962
957
|
interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc {
|
|
963
|
-
Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper): Rewrap<this, string |
|
|
964
|
-
Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string): Rewrap<this, string |
|
|
965
|
-
Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string, values: unknown): Rewrap<this, string |
|
|
966
|
-
Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string, controller: string): Rewrap<this, string |
|
|
967
|
-
Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string, controller: string, values: unknown): Rewrap<this, string |
|
|
968
|
-
Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string, controller: string, values: unknown, protocol: string): Rewrap<this, string |
|
|
969
|
-
Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string, controller: string, values: unknown, protocol: string, host: string): Rewrap<this, string |
|
|
970
|
-
Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string, controller: string, values: unknown, protocol: string, host: string, fragment: string): Rewrap<this, string |
|
|
971
|
-
ActionLink(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action?: string, controller?: string, values?: unknown, protocol?: string, host?: string, fragment?: string): Rewrap<this, string |
|
|
972
|
-
Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string): Rewrap<this, string |
|
|
973
|
-
Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string, pageHandler: string): Rewrap<this, string |
|
|
974
|
-
Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string, values: unknown): Rewrap<this, string |
|
|
975
|
-
Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string, pageHandler: string, values: unknown): Rewrap<this, string |
|
|
976
|
-
Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string, pageHandler: string, values: unknown, protocol: string): Rewrap<this, string |
|
|
977
|
-
Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string, pageHandler: string, values: unknown, protocol: string, host: string): Rewrap<this, string |
|
|
978
|
-
Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string, pageHandler: string, values: unknown, protocol: string, host: string, fragment: string): Rewrap<this, string |
|
|
979
|
-
PageLink(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName?: string, pageHandler?: string, values?: unknown, protocol?: string, host?: string, fragment?: string): Rewrap<this, string |
|
|
980
|
-
RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, values: unknown): Rewrap<this, string |
|
|
981
|
-
RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string): Rewrap<this, string |
|
|
982
|
-
RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string, values: unknown): Rewrap<this, string |
|
|
983
|
-
RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string, values: unknown, protocol: string): Rewrap<this, string |
|
|
984
|
-
RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string, values: unknown, protocol: string, host: string): Rewrap<this, string |
|
|
985
|
-
RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string, values: unknown, protocol: string, host: string, fragment: string): Rewrap<this, string |
|
|
958
|
+
Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper): Rewrap<this, string | null>;
|
|
959
|
+
Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null): Rewrap<this, string | null>;
|
|
960
|
+
Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null, values: unknown | null): Rewrap<this, string | null>;
|
|
961
|
+
Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null, controller: string | null): Rewrap<this, string | null>;
|
|
962
|
+
Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null, controller: string | null, values: unknown | null): Rewrap<this, string | null>;
|
|
963
|
+
Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null, controller: string | null, values: unknown | null, protocol: string | null): Rewrap<this, string | null>;
|
|
964
|
+
Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null, controller: string | null, values: unknown | null, protocol: string | null, host: string | null): Rewrap<this, string | null>;
|
|
965
|
+
Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null, controller: string | null, values: unknown | null, protocol: string | null, host: string | null, fragment: string | null): Rewrap<this, string | null>;
|
|
966
|
+
ActionLink(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action?: string | null, controller?: string | null, values?: unknown | null, protocol?: string | null, host?: string | null, fragment?: string | null): Rewrap<this, string | null>;
|
|
967
|
+
Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null): Rewrap<this, string | null>;
|
|
968
|
+
Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null, pageHandler: string | null): Rewrap<this, string | null>;
|
|
969
|
+
Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null, values: unknown | null): Rewrap<this, string | null>;
|
|
970
|
+
Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null, pageHandler: string | null, values: unknown | null): Rewrap<this, string | null>;
|
|
971
|
+
Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null, pageHandler: string | null, values: unknown | null, protocol: string | null): Rewrap<this, string | null>;
|
|
972
|
+
Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null, pageHandler: string | null, values: unknown | null, protocol: string | null, host: string | null): Rewrap<this, string | null>;
|
|
973
|
+
Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null, pageHandler: string | null, values: unknown | null, protocol: string | null, host: string | null, fragment: string | null): Rewrap<this, string | null>;
|
|
974
|
+
PageLink(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName?: string | null, pageHandler?: string | null, values?: unknown | null, protocol?: string | null, host?: string | null, fragment?: string | null): Rewrap<this, string | null>;
|
|
975
|
+
RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, values: unknown | null): Rewrap<this, string | null>;
|
|
976
|
+
RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string | null): Rewrap<this, string | null>;
|
|
977
|
+
RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string | null, values: unknown | null): Rewrap<this, string | null>;
|
|
978
|
+
RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string | null, values: unknown | null, protocol: string | null): Rewrap<this, string | null>;
|
|
979
|
+
RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string | null, values: unknown | null, protocol: string | null, host: string | null): Rewrap<this, string | null>;
|
|
980
|
+
RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string | null, values: unknown | null, protocol: string | null, host: string | null, fragment: string | null): Rewrap<this, string | null>;
|
|
986
981
|
}
|
|
987
982
|
|
|
988
983
|
// Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc
|
|
@@ -998,8 +993,8 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc<TShape> =
|
|
|
998
993
|
|
|
999
994
|
// Extension method table for namespace: Microsoft.AspNetCore.Mvc.Abstractions
|
|
1000
995
|
interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Abstractions {
|
|
1001
|
-
GetProperty<T>(this: Microsoft_AspNetCore_Mvc_Abstractions.ActionDescriptor): Rewrap<this, T |
|
|
1002
|
-
SetProperty<T>(this: Microsoft_AspNetCore_Mvc_Abstractions.ActionDescriptor, value: T): Rewrap<this, void>;
|
|
996
|
+
GetProperty<T extends unknown>(this: Microsoft_AspNetCore_Mvc_Abstractions.ActionDescriptor): Rewrap<this, T | null>;
|
|
997
|
+
SetProperty<T extends unknown>(this: Microsoft_AspNetCore_Mvc_Abstractions.ActionDescriptor, value: T): Rewrap<this, void>;
|
|
1003
998
|
}
|
|
1004
999
|
|
|
1005
1000
|
// Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.Abstractions
|
|
@@ -1015,8 +1010,8 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_Abstractions<TShape> =
|
|
|
1015
1010
|
|
|
1016
1011
|
// Extension method table for namespace: Microsoft.AspNetCore.Mvc.ApiExplorer
|
|
1017
1012
|
interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ApiExplorer {
|
|
1018
|
-
GetProperty<T>(this: Microsoft_AspNetCore_Mvc_ApiExplorer.ApiDescription): Rewrap<this, T |
|
|
1019
|
-
SetProperty<T>(this: Microsoft_AspNetCore_Mvc_ApiExplorer.ApiDescription, value: T): Rewrap<this, void>;
|
|
1013
|
+
GetProperty<T extends unknown>(this: Microsoft_AspNetCore_Mvc_ApiExplorer.ApiDescription): Rewrap<this, T | null>;
|
|
1014
|
+
SetProperty<T extends unknown>(this: Microsoft_AspNetCore_Mvc_ApiExplorer.ApiDescription, value: T): Rewrap<this, void>;
|
|
1020
1015
|
}
|
|
1021
1016
|
|
|
1022
1017
|
// Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.ApiExplorer
|
|
@@ -1032,7 +1027,7 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_ApiExplorer<TShape> =
|
|
|
1032
1027
|
|
|
1033
1028
|
// Extension method table for namespace: Microsoft.AspNetCore.Mvc.Formatters.Xml
|
|
1034
1029
|
interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Formatters_Xml {
|
|
1035
|
-
GetWrapperProvider(this: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Formatters_Xml.IWrapperProviderFactory>, wrapperProviderContext: Microsoft_AspNetCore_Mvc_Formatters_Xml.WrapperProviderContext): Rewrap<this, Microsoft_AspNetCore_Mvc_Formatters_Xml.IWrapperProvider |
|
|
1030
|
+
GetWrapperProvider(this: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Formatters_Xml.IWrapperProviderFactory>, wrapperProviderContext: Microsoft_AspNetCore_Mvc_Formatters_Xml.WrapperProviderContext): Rewrap<this, Microsoft_AspNetCore_Mvc_Formatters_Xml.IWrapperProvider | null>;
|
|
1036
1031
|
}
|
|
1037
1032
|
|
|
1038
1033
|
// Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.Formatters.Xml
|
|
@@ -1044,7 +1039,7 @@ interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Formatters_Xml {
|
|
|
1044
1039
|
export type ExtensionMethods_Microsoft_AspNetCore_Mvc_Formatters_Xml<TShape> =
|
|
1045
1040
|
TShape extends null | undefined ? TShape
|
|
1046
1041
|
: TShape extends void ? void
|
|
1047
|
-
: TShape extends (infer T)[] ? (TShape & System_Collections_Generic.IEnumerable_1<T> & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Mvc.Formatters.Xml", __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Formatters_Xml> & __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Formatters_Xml)
|
|
1042
|
+
: TShape extends (infer T extends unknown)[] ? (TShape & System_Collections_Generic.IEnumerable_1<T> & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Mvc.Formatters.Xml", __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Formatters_Xml> & __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Formatters_Xml)
|
|
1048
1043
|
: TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Mvc.Formatters.Xml", __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Formatters_Xml> & __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Formatters_Xml;
|
|
1049
1044
|
|
|
1050
1045
|
// Extension method table for namespace: Microsoft.AspNetCore.Mvc.Localization
|
|
@@ -1067,16 +1062,16 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_Localization<TShape> =
|
|
|
1067
1062
|
|
|
1068
1063
|
// Extension method table for namespace: Microsoft.AspNetCore.Mvc.ModelBinding
|
|
1069
1064
|
interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ModelBinding {
|
|
1070
|
-
AddModelError<TModel>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>, errorMessage: string): Rewrap<this, void>;
|
|
1071
|
-
AddModelError<TModel>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>, exception: System.Exception, metadata: Microsoft_AspNetCore_Mvc_ModelBinding.ModelMetadata): Rewrap<this, void>;
|
|
1065
|
+
AddModelError<TModel extends unknown>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>, errorMessage: string): Rewrap<this, void>;
|
|
1066
|
+
AddModelError<TModel extends unknown>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>, exception: System.Exception, metadata: Microsoft_AspNetCore_Mvc_ModelBinding.ModelMetadata): Rewrap<this, void>;
|
|
1072
1067
|
GetMetadataForProperty(this: Microsoft_AspNetCore_Mvc_ModelBinding.IModelMetadataProvider, containerType: System.Type, propertyName: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ModelBinding.ModelMetadata>;
|
|
1073
|
-
Remove<TModel>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>): Rewrap<this, boolean>;
|
|
1074
|
-
RemoveAll<TModel>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>): Rewrap<this, void>;
|
|
1075
|
-
RemoveType<TModelBinderProvider extends Microsoft_AspNetCore_Mvc_ModelBinding.IModelBinderProvider>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding.IModelBinderProvider>): Rewrap<this, void>;
|
|
1068
|
+
Remove<TModel extends unknown>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>): Rewrap<this, boolean>;
|
|
1069
|
+
RemoveAll<TModel extends unknown>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>): Rewrap<this, void>;
|
|
1070
|
+
RemoveType<TModelBinderProvider extends unknown & Microsoft_AspNetCore_Mvc_ModelBinding.IModelBinderProvider>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding.IModelBinderProvider>): Rewrap<this, void>;
|
|
1076
1071
|
RemoveType(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding.IModelBinderProvider>, type: System.Type): Rewrap<this, void>;
|
|
1077
|
-
RemoveType<TValueProviderFactory extends Microsoft_AspNetCore_Mvc_ModelBinding.IValueProviderFactory>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding.IValueProviderFactory>): Rewrap<this, void>;
|
|
1072
|
+
RemoveType<TValueProviderFactory extends unknown & Microsoft_AspNetCore_Mvc_ModelBinding.IValueProviderFactory>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding.IValueProviderFactory>): Rewrap<this, void>;
|
|
1078
1073
|
RemoveType(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding.IValueProviderFactory>, type: System.Type): Rewrap<this, void>;
|
|
1079
|
-
TryAddModelException<TModel>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>, exception: System.Exception): Rewrap<this, void>;
|
|
1074
|
+
TryAddModelException<TModel extends unknown>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>, exception: System.Exception): Rewrap<this, void>;
|
|
1080
1075
|
}
|
|
1081
1076
|
|
|
1082
1077
|
// Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.ModelBinding
|
|
@@ -1092,7 +1087,7 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_ModelBinding<TShape> =
|
|
|
1092
1087
|
|
|
1093
1088
|
// Extension method table for namespace: Microsoft.AspNetCore.Mvc.ModelBinding.Metadata
|
|
1094
1089
|
interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata {
|
|
1095
|
-
RemoveType<TMetadataDetailsProvider extends Microsoft_AspNetCore_Mvc_ModelBinding_Metadata.IMetadataDetailsProvider>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding_Metadata.IMetadataDetailsProvider>): Rewrap<this, void>;
|
|
1090
|
+
RemoveType<TMetadataDetailsProvider extends unknown & Microsoft_AspNetCore_Mvc_ModelBinding_Metadata.IMetadataDetailsProvider>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding_Metadata.IMetadataDetailsProvider>): Rewrap<this, void>;
|
|
1096
1091
|
RemoveType(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding_Metadata.IMetadataDetailsProvider>, type: System.Type): Rewrap<this, void>;
|
|
1097
1092
|
}
|
|
1098
1093
|
|
|
@@ -1109,7 +1104,7 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata<TSha
|
|
|
1109
1104
|
|
|
1110
1105
|
// Extension method table for namespace: Microsoft.AspNetCore.Mvc.ModelBinding.Validation
|
|
1111
1106
|
interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Validation {
|
|
1112
|
-
RemoveType<TModelValidatorProvider extends Microsoft_AspNetCore_Mvc_ModelBinding_Validation.IModelValidatorProvider>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding_Validation.IModelValidatorProvider>): Rewrap<this, void>;
|
|
1107
|
+
RemoveType<TModelValidatorProvider extends unknown & Microsoft_AspNetCore_Mvc_ModelBinding_Validation.IModelValidatorProvider>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding_Validation.IModelValidatorProvider>): Rewrap<this, void>;
|
|
1113
1108
|
RemoveType(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding_Validation.IModelValidatorProvider>, type: System.Type): Rewrap<this, void>;
|
|
1114
1109
|
}
|
|
1115
1110
|
|
|
@@ -1154,43 +1149,43 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Rendering {
|
|
|
1154
1149
|
CheckBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1155
1150
|
CheckBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, isChecked: boolean): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1156
1151
|
CheckBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1157
|
-
CheckBoxFor<TModel>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, System_Internal.Boolean>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1152
|
+
CheckBoxFor<TModel extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, System_Internal.Boolean>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1158
1153
|
Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1159
1154
|
Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1160
1155
|
Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1161
1156
|
Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1162
1157
|
Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1163
|
-
DisplayFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1164
|
-
DisplayFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1165
|
-
DisplayFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1166
|
-
DisplayFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1167
|
-
DisplayFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1158
|
+
DisplayFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1159
|
+
DisplayFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1160
|
+
DisplayFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1161
|
+
DisplayFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1162
|
+
DisplayFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1168
1163
|
DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1169
1164
|
DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1170
1165
|
DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1171
1166
|
DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1172
1167
|
DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1173
1168
|
DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1174
|
-
DisplayNameFor<TModelItem, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<System_Collections_Generic.IEnumerable_1<TModelItem>>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModelItem, TResult>>): Rewrap<this, string>;
|
|
1169
|
+
DisplayNameFor<TModelItem extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<System_Collections_Generic.IEnumerable_1<TModelItem>>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModelItem, TResult>>): Rewrap<this, string>;
|
|
1175
1170
|
DisplayNameForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, string>;
|
|
1176
1171
|
DropDownList(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1177
1172
|
DropDownList(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, optionLabel: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1178
1173
|
DropDownList(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1179
1174
|
DropDownList(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1180
1175
|
DropDownList(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>, optionLabel: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1181
|
-
DropDownListFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, 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>;
|
|
1182
|
-
DropDownListFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, 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>;
|
|
1183
|
-
DropDownListFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, 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>;
|
|
1176
|
+
DropDownListFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, 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>;
|
|
1177
|
+
DropDownListFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, 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>;
|
|
1178
|
+
DropDownListFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, 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>;
|
|
1184
1179
|
Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1185
1180
|
Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1186
1181
|
Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1187
1182
|
Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1188
1183
|
Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1189
|
-
EditorFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1190
|
-
EditorFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1191
|
-
EditorFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1192
|
-
EditorFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1193
|
-
EditorFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1184
|
+
EditorFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1185
|
+
EditorFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1186
|
+
EditorFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1187
|
+
EditorFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1188
|
+
EditorFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1194
1189
|
EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1195
1190
|
EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1196
1191
|
EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
@@ -1199,24 +1194,24 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Rendering {
|
|
|
1199
1194
|
EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1200
1195
|
Hidden(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1201
1196
|
Hidden(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1202
|
-
HiddenFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1197
|
+
HiddenFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1203
1198
|
IdForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, string>;
|
|
1204
1199
|
InvokeAsync(this: Microsoft_AspNetCore_Mvc.IViewComponentHelper, name: string): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
|
|
1205
1200
|
InvokeAsync(this: Microsoft_AspNetCore_Mvc.IViewComponentHelper, componentType: System.Type): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
|
|
1206
|
-
InvokeAsync<TComponent>(this: Microsoft_AspNetCore_Mvc.IViewComponentHelper, arguments: unknown): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
|
|
1207
|
-
InvokeAsync<TComponent>(this: Microsoft_AspNetCore_Mvc.IViewComponentHelper): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
|
|
1201
|
+
InvokeAsync<TComponent extends unknown>(this: Microsoft_AspNetCore_Mvc.IViewComponentHelper, arguments: unknown | null): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
|
|
1202
|
+
InvokeAsync<TComponent extends unknown>(this: Microsoft_AspNetCore_Mvc.IViewComponentHelper): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
|
|
1208
1203
|
Label(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1209
1204
|
Label(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, labelText: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1210
|
-
LabelFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1211
|
-
LabelFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, labelText: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1212
|
-
LabelFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1205
|
+
LabelFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1206
|
+
LabelFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, labelText: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1207
|
+
LabelFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1213
1208
|
LabelForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1214
1209
|
LabelForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, labelText: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1215
1210
|
LabelForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1216
1211
|
LabelForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, labelText: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1217
1212
|
ListBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1218
1213
|
ListBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1219
|
-
ListBoxFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, 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>;
|
|
1214
|
+
ListBoxFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, 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>;
|
|
1220
1215
|
NameForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, string>;
|
|
1221
1216
|
Partial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1222
1217
|
Partial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
@@ -1227,13 +1222,13 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Rendering {
|
|
|
1227
1222
|
PartialAsync(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: unknown): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
|
|
1228
1223
|
Password(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1229
1224
|
Password(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1230
|
-
PasswordFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1225
|
+
PasswordFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1231
1226
|
RadioButton(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1232
1227
|
RadioButton(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1233
1228
|
RadioButton(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown, isChecked: boolean): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1234
|
-
RadioButtonFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1235
|
-
RenderComponentAsync<TComponent extends Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, renderMode: Microsoft_AspNetCore_Mvc_Rendering.RenderMode): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
|
|
1236
|
-
RenderComponentAsync<TComponent extends Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, renderMode: Microsoft_AspNetCore_Mvc_Rendering.RenderMode, parameters: unknown): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
|
|
1229
|
+
RadioButtonFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1230
|
+
RenderComponentAsync<TComponent extends unknown & Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, renderMode: Microsoft_AspNetCore_Mvc_Rendering.RenderMode): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
|
|
1231
|
+
RenderComponentAsync<TComponent extends unknown & Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, renderMode: Microsoft_AspNetCore_Mvc_Rendering.RenderMode, parameters: unknown): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
|
|
1237
1232
|
RenderComponentAsync(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, componentType: System.Type, renderMode: Microsoft_AspNetCore_Mvc_Rendering.RenderMode, parameters: unknown): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
|
|
1238
1233
|
RenderPartial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string): Rewrap<this, void>;
|
|
1239
1234
|
RenderPartial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, void>;
|
|
@@ -1251,24 +1246,24 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Rendering {
|
|
|
1251
1246
|
TextArea(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1252
1247
|
TextArea(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1253
1248
|
TextArea(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1254
|
-
TextAreaFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1255
|
-
TextAreaFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1249
|
+
TextAreaFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1250
|
+
TextAreaFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1256
1251
|
TextBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1257
1252
|
TextBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1258
1253
|
TextBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown, format: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1259
1254
|
TextBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1260
|
-
TextBoxFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1261
|
-
TextBoxFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, format: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1262
|
-
TextBoxFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1255
|
+
TextBoxFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1256
|
+
TextBoxFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, format: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1257
|
+
TextBoxFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1263
1258
|
ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1264
1259
|
ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, message: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1265
1260
|
ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1266
1261
|
ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, message: string, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1267
1262
|
ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, message: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1268
|
-
ValidationMessageFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1269
|
-
ValidationMessageFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, message: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1270
|
-
ValidationMessageFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, message: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1271
|
-
ValidationMessageFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, message: string, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1263
|
+
ValidationMessageFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1264
|
+
ValidationMessageFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, message: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1265
|
+
ValidationMessageFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, message: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1266
|
+
ValidationMessageFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, message: string, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1272
1267
|
ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1273
1268
|
ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, excludePropertyErrors: boolean): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1274
1269
|
ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, message: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
@@ -1279,7 +1274,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Rendering {
|
|
|
1279
1274
|
ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, excludePropertyErrors: boolean, message: string, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1280
1275
|
ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, excludePropertyErrors: boolean, message: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
|
|
1281
1276
|
Value(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, string>;
|
|
1282
|
-
ValueFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, string>;
|
|
1277
|
+
ValueFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, string>;
|
|
1283
1278
|
ValueForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, string>;
|
|
1284
1279
|
ValueForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, format: string): Rewrap<this, string>;
|
|
1285
1280
|
}
|
|
@@ -1412,37 +1407,37 @@ export type ExtensionMethods_Microsoft_AspNetCore_Rewrite<TShape> =
|
|
|
1412
1407
|
|
|
1413
1408
|
// Extension method table for namespace: Microsoft.AspNetCore.Routing
|
|
1414
1409
|
interface __TsonicExtMethods_Microsoft_AspNetCore_Routing {
|
|
1415
|
-
GetPathByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1416
|
-
GetPathByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, action: string, controller: string, values?: unknown, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string |
|
|
1417
|
-
GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1418
|
-
GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1419
|
-
GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, endpointName: string, values: unknown, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string |
|
|
1420
|
-
GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1421
|
-
GetPathByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1422
|
-
GetPathByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, page: string, handler?: string, values?: unknown, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string |
|
|
1423
|
-
GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1424
|
-
GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1425
|
-
GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, routeName: string, values: unknown, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string |
|
|
1426
|
-
GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1410
|
+
GetPathByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, action?: string | null, controller?: string | null, values?: unknown | null, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
|
|
1411
|
+
GetPathByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, action: string, controller: string, values?: unknown | null, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
|
|
1412
|
+
GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values: unknown | null, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
|
|
1413
|
+
GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary | null, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
|
|
1414
|
+
GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, endpointName: string, values: unknown | null, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
|
|
1415
|
+
GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, endpointName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary | null, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
|
|
1416
|
+
GetPathByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, page?: string | null, handler?: string | null, values?: unknown | null, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
|
|
1417
|
+
GetPathByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, page: string, handler?: string | null, values?: unknown | null, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
|
|
1418
|
+
GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string | null, values: unknown | null, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
|
|
1419
|
+
GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string | null, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary | null, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
|
|
1420
|
+
GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, routeName: string | null, values: unknown | null, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
|
|
1421
|
+
GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, routeName: string | null, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary | null, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
|
|
1427
1422
|
GetRouteData(this: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, Microsoft_AspNetCore_Routing.RouteData>;
|
|
1428
|
-
GetRouteValue(this: Microsoft_AspNetCore_Http.HttpContext, key: string): Rewrap<this, unknown |
|
|
1429
|
-
GetUriByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1430
|
-
GetUriByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1431
|
-
GetUriByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1432
|
-
GetUriByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1433
|
-
GetUriByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1434
|
-
GetUriByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1435
|
-
GetUriByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1436
|
-
GetUriByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1437
|
-
GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1438
|
-
GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1439
|
-
GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1440
|
-
GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 |
|
|
1423
|
+
GetRouteValue(this: Microsoft_AspNetCore_Http.HttpContext, key: string): Rewrap<this, unknown | null>;
|
|
1424
|
+
GetUriByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, action?: string | null, controller?: string | null, values?: unknown | null, scheme?: string | null, 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 | null): Rewrap<this, string | null>;
|
|
1425
|
+
GetUriByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, action: string, controller: string, values: unknown | null, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
|
|
1426
|
+
GetUriByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values: unknown | null, scheme?: string | null, 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 | null): Rewrap<this, string | null>;
|
|
1427
|
+
GetUriByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary | null, scheme?: string | null, 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 | null): Rewrap<this, string | null>;
|
|
1428
|
+
GetUriByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, endpointName: string, values: unknown | null, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
|
|
1429
|
+
GetUriByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, 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 | null): Rewrap<this, string | null>;
|
|
1430
|
+
GetUriByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, page?: string | null, handler?: string | null, values?: unknown | null, scheme?: string | null, 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 | null): Rewrap<this, string | null>;
|
|
1431
|
+
GetUriByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, page: string, handler: string | null, values: unknown | null, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
|
|
1432
|
+
GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string | null, values: unknown | null, scheme?: string | null, 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 | null): Rewrap<this, string | null>;
|
|
1433
|
+
GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string | null, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary | null, scheme?: string | null, 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 | null): Rewrap<this, string | null>;
|
|
1434
|
+
GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, routeName: string | null, values: unknown | null, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
|
|
1435
|
+
GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, routeName: string | null, 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 | null): Rewrap<this, string | null>;
|
|
1441
1436
|
MapDelete(this: Microsoft_AspNetCore_Routing.IRouteBuilder, template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
1442
1437
|
MapDelete(this: Microsoft_AspNetCore_Routing.IRouteBuilder, 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>;
|
|
1443
1438
|
MapGet(this: Microsoft_AspNetCore_Routing.IRouteBuilder, template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
1444
1439
|
MapGet(this: Microsoft_AspNetCore_Routing.IRouteBuilder, 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>;
|
|
1445
|
-
MapIdentityApi<TUser>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
|
|
1440
|
+
MapIdentityApi<TUser extends (object | null)>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
|
|
1446
1441
|
MapMiddlewareDelete(this: Microsoft_AspNetCore_Routing.IRouteBuilder, template: string, action: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
1447
1442
|
MapMiddlewareGet(this: Microsoft_AspNetCore_Routing.IRouteBuilder, template: string, action: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
1448
1443
|
MapMiddlewarePost(this: Microsoft_AspNetCore_Routing.IRouteBuilder, template: string, action: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
@@ -1457,7 +1452,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Routing {
|
|
|
1457
1452
|
MapShortCircuit(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, statusCode: int, ...routePrefixes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
|
|
1458
1453
|
MapVerb(this: Microsoft_AspNetCore_Routing.IRouteBuilder, 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>;
|
|
1459
1454
|
MapVerb(this: Microsoft_AspNetCore_Routing.IRouteBuilder, verb: string, template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
|
|
1460
|
-
ParsePathByEndpointName(this: Microsoft_AspNetCore_Routing.LinkParser, endpointName: string, path: Microsoft_AspNetCore_Http.PathString): Rewrap<this, Microsoft_AspNetCore_Routing.RouteValueDictionary |
|
|
1455
|
+
ParsePathByEndpointName(this: Microsoft_AspNetCore_Routing.LinkParser, endpointName: string, path: Microsoft_AspNetCore_Http.PathString): Rewrap<this, Microsoft_AspNetCore_Routing.RouteValueDictionary | null>;
|
|
1461
1456
|
}
|
|
1462
1457
|
|
|
1463
1458
|
// Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Routing
|
|
@@ -1471,97 +1466,81 @@ export type ExtensionMethods_Microsoft_AspNetCore_Routing<TShape> =
|
|
|
1471
1466
|
: TShape extends void ? void
|
|
1472
1467
|
: TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Routing", __TsonicExtApplier_Microsoft_AspNetCore_Routing> & __TsonicExtMethods_Microsoft_AspNetCore_Routing;
|
|
1473
1468
|
|
|
1474
|
-
// Extension method table for namespace: Microsoft.AspNetCore.Server.IIS
|
|
1475
|
-
interface __TsonicExtMethods_Microsoft_AspNetCore_Server_IIS {
|
|
1476
|
-
GetIISServerVariable(this: Microsoft_AspNetCore_Http.HttpContext, variableName: string): Rewrap<this, string | undefined>;
|
|
1477
|
-
}
|
|
1478
|
-
|
|
1479
|
-
// Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Server.IIS
|
|
1480
|
-
interface __TsonicExtApplier_Microsoft_AspNetCore_Server_IIS {
|
|
1481
|
-
__tsonic_shape: unknown;
|
|
1482
|
-
__tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Server_IIS;
|
|
1483
|
-
}
|
|
1484
|
-
|
|
1485
|
-
export type ExtensionMethods_Microsoft_AspNetCore_Server_IIS<TShape> =
|
|
1486
|
-
TShape extends null | undefined ? TShape
|
|
1487
|
-
: TShape extends void ? void
|
|
1488
|
-
: TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Server.IIS", __TsonicExtApplier_Microsoft_AspNetCore_Server_IIS> & __TsonicExtMethods_Microsoft_AspNetCore_Server_IIS;
|
|
1489
|
-
|
|
1490
1469
|
// Extension method table for namespace: Microsoft.AspNetCore.SignalR
|
|
1491
1470
|
interface __TsonicExtMethods_Microsoft_AspNetCore_SignalR {
|
|
1492
1471
|
AddFilter(this: Microsoft_AspNetCore_SignalR.HubOptions, hubFilter: Microsoft_AspNetCore_SignalR.IHubFilter): Rewrap<this, void>;
|
|
1493
|
-
AddFilter<TFilter extends Microsoft_AspNetCore_SignalR.IHubFilter>(this: Microsoft_AspNetCore_SignalR.HubOptions): Rewrap<this, void>;
|
|
1472
|
+
AddFilter<TFilter extends unknown & Microsoft_AspNetCore_SignalR.IHubFilter>(this: Microsoft_AspNetCore_SignalR.HubOptions): Rewrap<this, void>;
|
|
1494
1473
|
AddFilter(this: Microsoft_AspNetCore_SignalR.HubOptions, filterType: System.Type): Rewrap<this, void>;
|
|
1495
|
-
AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string): Rewrap<this, T>;
|
|
1496
|
-
AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string): Rewrap<this, T>;
|
|
1497
|
-
AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): Rewrap<this, T>;
|
|
1498
|
-
AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string): Rewrap<this, T>;
|
|
1499
|
-
AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string): Rewrap<this, T>;
|
|
1500
|
-
AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): Rewrap<this, T>;
|
|
1501
|
-
AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): Rewrap<this, T>;
|
|
1502
|
-
AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): Rewrap<this, T>;
|
|
1503
|
-
AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
|
|
1504
|
-
Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string): Rewrap<this, T>;
|
|
1505
|
-
Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string): Rewrap<this, T>;
|
|
1506
|
-
Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string): Rewrap<this, T>;
|
|
1507
|
-
Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string): Rewrap<this, T>;
|
|
1508
|
-
Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string): Rewrap<this, T>;
|
|
1509
|
-
Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string): Rewrap<this, T>;
|
|
1510
|
-
Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string): Rewrap<this, T>;
|
|
1511
|
-
Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string, connection8: string): Rewrap<this, T>;
|
|
1512
|
-
Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connectionIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
|
|
1513
|
-
GetHttpContext(this: Microsoft_AspNetCore_SignalR.HubCallerContext): Rewrap<this, Microsoft_AspNetCore_Http.HttpContext |
|
|
1514
|
-
GetHttpContext(this: Microsoft_AspNetCore_SignalR.HubConnectionContext): Rewrap<this, Microsoft_AspNetCore_Http.HttpContext |
|
|
1515
|
-
GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string): Rewrap<this, T>;
|
|
1516
|
-
GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string): Rewrap<this, T>;
|
|
1517
|
-
GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): Rewrap<this, T>;
|
|
1518
|
-
GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string): Rewrap<this, T>;
|
|
1519
|
-
GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string): Rewrap<this, T>;
|
|
1520
|
-
GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): Rewrap<this, T>;
|
|
1521
|
-
GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): Rewrap<this, T>;
|
|
1522
|
-
GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): Rewrap<this, T>;
|
|
1523
|
-
GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
|
|
1524
|
-
Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string): Rewrap<this, T>;
|
|
1525
|
-
Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string): Rewrap<this, T>;
|
|
1526
|
-
Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string): Rewrap<this, T>;
|
|
1527
|
-
Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string): Rewrap<this, T>;
|
|
1528
|
-
Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string): Rewrap<this, T>;
|
|
1529
|
-
Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string): Rewrap<this, T>;
|
|
1530
|
-
Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string): Rewrap<this, T>;
|
|
1531
|
-
Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string, group8: string): Rewrap<this, T>;
|
|
1532
|
-
Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupNames: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
|
|
1533
|
-
InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
1534
|
-
InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
1535
|
-
InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
1536
|
-
InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
1537
|
-
InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
1538
|
-
InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
1539
|
-
InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, 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>>;
|
|
1540
|
-
InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, 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>>;
|
|
1541
|
-
InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, 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>>;
|
|
1542
|
-
InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, 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>>;
|
|
1543
|
-
InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, 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>>;
|
|
1474
|
+
AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string): Rewrap<this, T>;
|
|
1475
|
+
AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string): Rewrap<this, T>;
|
|
1476
|
+
AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): Rewrap<this, T>;
|
|
1477
|
+
AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string): Rewrap<this, T>;
|
|
1478
|
+
AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string): Rewrap<this, T>;
|
|
1479
|
+
AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): Rewrap<this, T>;
|
|
1480
|
+
AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): Rewrap<this, T>;
|
|
1481
|
+
AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): Rewrap<this, T>;
|
|
1482
|
+
AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
|
|
1483
|
+
Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string): Rewrap<this, T>;
|
|
1484
|
+
Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string): Rewrap<this, T>;
|
|
1485
|
+
Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string): Rewrap<this, T>;
|
|
1486
|
+
Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string): Rewrap<this, T>;
|
|
1487
|
+
Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string): Rewrap<this, T>;
|
|
1488
|
+
Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string): Rewrap<this, T>;
|
|
1489
|
+
Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string): Rewrap<this, T>;
|
|
1490
|
+
Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string, connection8: string): Rewrap<this, T>;
|
|
1491
|
+
Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connectionIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
|
|
1492
|
+
GetHttpContext(this: Microsoft_AspNetCore_SignalR.HubCallerContext): Rewrap<this, Microsoft_AspNetCore_Http.HttpContext | null>;
|
|
1493
|
+
GetHttpContext(this: Microsoft_AspNetCore_SignalR.HubConnectionContext): Rewrap<this, Microsoft_AspNetCore_Http.HttpContext | null>;
|
|
1494
|
+
GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string): Rewrap<this, T>;
|
|
1495
|
+
GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string): Rewrap<this, T>;
|
|
1496
|
+
GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): Rewrap<this, T>;
|
|
1497
|
+
GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string): Rewrap<this, T>;
|
|
1498
|
+
GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string): Rewrap<this, T>;
|
|
1499
|
+
GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): Rewrap<this, T>;
|
|
1500
|
+
GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): Rewrap<this, T>;
|
|
1501
|
+
GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): Rewrap<this, T>;
|
|
1502
|
+
GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
|
|
1503
|
+
Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string): Rewrap<this, T>;
|
|
1504
|
+
Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string): Rewrap<this, T>;
|
|
1505
|
+
Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string): Rewrap<this, T>;
|
|
1506
|
+
Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string): Rewrap<this, T>;
|
|
1507
|
+
Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string): Rewrap<this, T>;
|
|
1508
|
+
Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string): Rewrap<this, T>;
|
|
1509
|
+
Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string): Rewrap<this, T>;
|
|
1510
|
+
Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string, group8: string): Rewrap<this, T>;
|
|
1511
|
+
Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupNames: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
|
|
1512
|
+
InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
1513
|
+
InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
1514
|
+
InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
1515
|
+
InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
1516
|
+
InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
1517
|
+
InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
1518
|
+
InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
1519
|
+
InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
1520
|
+
InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
1521
|
+
InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, arg9: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
1522
|
+
InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, arg9: unknown | null, arg10: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
1544
1523
|
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1545
|
-
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1546
|
-
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown, arg2: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1547
|
-
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1548
|
-
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1549
|
-
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1550
|
-
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1551
|
-
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, 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>;
|
|
1552
|
-
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, 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>;
|
|
1553
|
-
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, 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>;
|
|
1554
|
-
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, 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>;
|
|
1555
|
-
UseHub<THub extends Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_Connections.IConnectionBuilder): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
|
|
1556
|
-
Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string): Rewrap<this, T>;
|
|
1557
|
-
Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string): Rewrap<this, T>;
|
|
1558
|
-
Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string): Rewrap<this, T>;
|
|
1559
|
-
Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string): Rewrap<this, T>;
|
|
1560
|
-
Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string): Rewrap<this, T>;
|
|
1561
|
-
Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string): Rewrap<this, T>;
|
|
1562
|
-
Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string): Rewrap<this, T>;
|
|
1563
|
-
Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string, user8: string): Rewrap<this, T>;
|
|
1564
|
-
Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, userIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
|
|
1524
|
+
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1525
|
+
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1526
|
+
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1527
|
+
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1528
|
+
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1529
|
+
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1530
|
+
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1531
|
+
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1532
|
+
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, arg9: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1533
|
+
SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, arg9: unknown | null, arg10: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1534
|
+
UseHub<THub extends unknown & Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_Connections.IConnectionBuilder): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
|
|
1535
|
+
Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string): Rewrap<this, T>;
|
|
1536
|
+
Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string): Rewrap<this, T>;
|
|
1537
|
+
Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string): Rewrap<this, T>;
|
|
1538
|
+
Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string): Rewrap<this, T>;
|
|
1539
|
+
Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string): Rewrap<this, T>;
|
|
1540
|
+
Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string): Rewrap<this, T>;
|
|
1541
|
+
Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string): Rewrap<this, T>;
|
|
1542
|
+
Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string, user8: string): Rewrap<this, T>;
|
|
1543
|
+
Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, userIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
|
|
1565
1544
|
}
|
|
1566
1545
|
|
|
1567
1546
|
// Generic helper type for extension methods in namespace: Microsoft.AspNetCore.SignalR
|
|
@@ -1609,12 +1588,12 @@ export type ExtensionMethods_Microsoft_AspNetCore_WebSockets<TShape> =
|
|
|
1609
1588
|
|
|
1610
1589
|
// Extension method table for namespace: Microsoft.AspNetCore.WebUtilities
|
|
1611
1590
|
interface __TsonicExtMethods_Microsoft_AspNetCore_WebUtilities {
|
|
1612
|
-
AsFileSection(this: Microsoft_AspNetCore_WebUtilities.MultipartSection): Rewrap<this, Microsoft_AspNetCore_WebUtilities.FileMultipartSection |
|
|
1613
|
-
AsFormDataSection(this: Microsoft_AspNetCore_WebUtilities.MultipartSection): Rewrap<this, Microsoft_AspNetCore_WebUtilities.FormMultipartSection |
|
|
1591
|
+
AsFileSection(this: Microsoft_AspNetCore_WebUtilities.MultipartSection): Rewrap<this, Microsoft_AspNetCore_WebUtilities.FileMultipartSection | null>;
|
|
1592
|
+
AsFormDataSection(this: Microsoft_AspNetCore_WebUtilities.MultipartSection): Rewrap<this, Microsoft_AspNetCore_WebUtilities.FormMultipartSection | null>;
|
|
1614
1593
|
DrainAsync(this: System_IO.Stream, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1615
1594
|
DrainAsync(this: System_IO.Stream, limit: System.Nullable_1<System_Internal.Int64>, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
|
|
1616
1595
|
DrainAsync(this: System_IO.Stream, 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>;
|
|
1617
|
-
GetContentDispositionHeader(this: Microsoft_AspNetCore_WebUtilities.MultipartSection): Rewrap<this, Microsoft_Net_Http_Headers.ContentDispositionHeaderValue |
|
|
1596
|
+
GetContentDispositionHeader(this: Microsoft_AspNetCore_WebUtilities.MultipartSection): Rewrap<this, Microsoft_Net_Http_Headers.ContentDispositionHeaderValue | null>;
|
|
1618
1597
|
ReadAsStringAsync(this: Microsoft_AspNetCore_WebUtilities.MultipartSection): Rewrap<this, System_Threading_Tasks.Task_1<System_Internal.String>>;
|
|
1619
1598
|
ReadAsStringAsync(this: Microsoft_AspNetCore_WebUtilities.MultipartSection, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.String>>;
|
|
1620
1599
|
}
|
|
@@ -1664,25 +1643,25 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
|
|
|
1664
1643
|
AddCacheTagHelperLimits(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, configure: System.Action_1<Microsoft_AspNetCore_Mvc_TagHelpers.CacheTagHelperOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1665
1644
|
AddCacheTagHelperLimits(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, configure: System.Action_1<Microsoft_AspNetCore_Mvc_TagHelpers.CacheTagHelperOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1666
1645
|
AddCascadingAuthenticationState(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1667
|
-
AddCascadingValue<TValue>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, initialValueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1668
|
-
AddCascadingValue<TValue>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string, initialValueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1646
|
+
AddCascadingValue<TValue extends unknown>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, initialValueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1647
|
+
AddCascadingValue<TValue extends unknown>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string, initialValueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1669
1648
|
AddCertificateForwarding(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_HttpOverrides.CertificateForwardingOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1670
1649
|
AddCircuitOptions(this: Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder, configure: System.Action_1<Microsoft_AspNetCore_Components_Server.CircuitOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
|
|
1671
1650
|
AddConnections(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1672
1651
|
AddConnections(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, options: System.Action_1<Microsoft_AspNetCore_Http_Connections.ConnectionOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1673
1652
|
AddControllers(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1674
|
-
AddControllers(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1653
|
+
AddControllers(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1675
1654
|
AddControllersAsServices(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1676
1655
|
AddControllersAsServices(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1677
1656
|
AddControllersWithViews(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1678
|
-
AddControllersWithViews(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1657
|
+
AddControllersWithViews(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1679
1658
|
AddCookie(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
|
|
1680
1659
|
AddCookie(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
|
|
1681
1660
|
AddCookie(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
|
|
1682
1661
|
AddCookie(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
|
|
1683
|
-
AddCookie(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, displayName: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
|
|
1662
|
+
AddCookie(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, displayName: string | null, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
|
|
1684
1663
|
AddCookiePolicy(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_Builder.CookiePolicyOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1685
|
-
AddCookiePolicy<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_2<Microsoft_AspNetCore_Builder.CookiePolicyOptions, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1664
|
+
AddCookiePolicy<TService extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_2<Microsoft_AspNetCore_Builder.CookiePolicyOptions, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1686
1665
|
AddCookieTempDataProvider(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1687
1666
|
AddCookieTempDataProvider(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.CookieTempDataProviderOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1688
1667
|
AddCookieTempDataProvider(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
@@ -1693,32 +1672,32 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
|
|
|
1693
1672
|
AddCors(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_AspNetCore_Cors_Infrastructure.CorsOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1694
1673
|
AddDataAnnotations(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1695
1674
|
AddDataAnnotationsLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1696
|
-
AddDataAnnotationsLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1675
|
+
AddDataAnnotationsLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1697
1676
|
AddDataAnnotationsLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1698
|
-
AddDataAnnotationsLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1677
|
+
AddDataAnnotationsLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1699
1678
|
AddDataProtection(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
|
|
1700
1679
|
AddDataProtection(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_AspNetCore_DataProtection.DataProtectionOptions>): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
|
|
1701
1680
|
AddDirectoryBrowser(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1702
1681
|
AddEndpointsApiExplorer(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1703
1682
|
AddExceptionHandler(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_Builder.ExceptionHandlerOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1704
|
-
AddExceptionHandler<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_2<Microsoft_AspNetCore_Builder.ExceptionHandlerOptions, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1705
|
-
AddExceptionHandler<T extends Microsoft_AspNetCore_Diagnostics.IExceptionHandler>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1683
|
+
AddExceptionHandler<TService extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_2<Microsoft_AspNetCore_Builder.ExceptionHandlerOptions, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1684
|
+
AddExceptionHandler<T extends (object | null) & Microsoft_AspNetCore_Diagnostics.IExceptionHandler>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1706
1685
|
AddFormatterMappings(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Formatters.FormatterMappings>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1707
1686
|
AddFormatterMappings(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1708
1687
|
AddFormatterMappings(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Formatters.FormatterMappings>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1709
1688
|
AddHttpContextAccessor(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1710
1689
|
AddHttpLogging(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1711
1690
|
AddHttpLogging(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_HttpLogging.HttpLoggingOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1712
|
-
AddHttpLoggingInterceptor<T extends Microsoft_AspNetCore_HttpLogging.IHttpLoggingInterceptor>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1713
|
-
AddHubOptions<THub extends Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_SignalR.ISignalRServerBuilder, configure: System.Action_1<Microsoft_AspNetCore_SignalR.HubOptions_1<THub>>): Rewrap<this, Microsoft_AspNetCore_SignalR.ISignalRServerBuilder>;
|
|
1691
|
+
AddHttpLoggingInterceptor<T extends (object | null) & Microsoft_AspNetCore_HttpLogging.IHttpLoggingInterceptor>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1692
|
+
AddHubOptions<THub extends unknown & Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_SignalR.ISignalRServerBuilder, configure: System.Action_1<Microsoft_AspNetCore_SignalR.HubOptions_1<THub>>): Rewrap<this, Microsoft_AspNetCore_SignalR.ISignalRServerBuilder>;
|
|
1714
1693
|
AddHubOptions(this: Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder, configure: System.Action_1<Microsoft_AspNetCore_SignalR.HubOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
|
|
1715
|
-
AddIdentity<TUser, TRole>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
|
|
1716
|
-
AddIdentity<TUser, TRole>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_AspNetCore_Identity.IdentityOptions>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
|
|
1717
|
-
AddIdentityApiEndpoints<TUser>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
|
|
1718
|
-
AddIdentityApiEndpoints<TUser>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Identity.IdentityOptions>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
|
|
1719
|
-
AddIdentityCore<TUser>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
|
|
1720
|
-
AddIdentityCore<TUser>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_AspNetCore_Identity.IdentityOptions>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
|
|
1721
|
-
AddInteractiveServerComponents(this: Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder, configure?: System.Action_1<Microsoft_AspNetCore_Components_Server.CircuitOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
|
|
1694
|
+
AddIdentity<TUser extends (object | null), TRole extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
|
|
1695
|
+
AddIdentity<TUser extends (object | null), TRole extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_AspNetCore_Identity.IdentityOptions>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
|
|
1696
|
+
AddIdentityApiEndpoints<TUser extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
|
|
1697
|
+
AddIdentityApiEndpoints<TUser extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Identity.IdentityOptions>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
|
|
1698
|
+
AddIdentityCore<TUser extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
|
|
1699
|
+
AddIdentityCore<TUser extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_AspNetCore_Identity.IdentityOptions>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
|
|
1700
|
+
AddInteractiveServerComponents(this: Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder, configure?: System.Action_1<Microsoft_AspNetCore_Components_Server.CircuitOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
|
|
1722
1701
|
AddJsonOptions(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, configure: System.Action_1<Microsoft_AspNetCore_Mvc.JsonOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1723
1702
|
AddJsonOptions(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, configure: System.Action_1<Microsoft_AspNetCore_Mvc.JsonOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1724
1703
|
AddMvc(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
@@ -1726,45 +1705,45 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
|
|
|
1726
1705
|
AddMvcCore(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1727
1706
|
AddMvcCore(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1728
1707
|
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1729
|
-
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1708
|
+
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1730
1709
|
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1731
|
-
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions
|
|
1732
|
-
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1733
|
-
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions
|
|
1734
|
-
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1735
|
-
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions
|
|
1710
|
+
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1711
|
+
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1712
|
+
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1713
|
+
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1714
|
+
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1736
1715
|
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1737
|
-
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1716
|
+
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1738
1717
|
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1739
|
-
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions
|
|
1740
|
-
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1741
|
-
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions
|
|
1742
|
-
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1743
|
-
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions
|
|
1718
|
+
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1719
|
+
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1720
|
+
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1721
|
+
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1722
|
+
AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1744
1723
|
AddMvcOptions(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1745
1724
|
AddMvcOptions(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1746
1725
|
AddOAuth(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_OAuth.OAuthOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
|
|
1747
1726
|
AddOAuth(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, displayName: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_OAuth.OAuthOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
|
|
1748
|
-
AddOAuth<TOptions extends Microsoft_AspNetCore_Authentication_OAuth.OAuthOptions, THandler extends Microsoft_AspNetCore_Authentication_OAuth.OAuthHandler_1<TOptions>>(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
|
|
1749
|
-
AddOAuth<TOptions extends Microsoft_AspNetCore_Authentication_OAuth.OAuthOptions, THandler extends Microsoft_AspNetCore_Authentication_OAuth.OAuthHandler_1<TOptions>>(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, displayName: string, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
|
|
1727
|
+
AddOAuth<TOptions extends unknown & Microsoft_AspNetCore_Authentication_OAuth.OAuthOptions, THandler extends unknown & Microsoft_AspNetCore_Authentication_OAuth.OAuthHandler_1<TOptions>>(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
|
|
1728
|
+
AddOAuth<TOptions extends unknown & Microsoft_AspNetCore_Authentication_OAuth.OAuthOptions, THandler extends unknown & Microsoft_AspNetCore_Authentication_OAuth.OAuthHandler_1<TOptions>>(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, displayName: string, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
|
|
1750
1729
|
AddOutputCache(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1751
1730
|
AddOutputCache(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_OutputCaching.OutputCacheOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1752
1731
|
AddPageRoute(this: Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection, pageName: string, route: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
|
|
1753
1732
|
AddProblemDetails(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1754
|
-
AddProblemDetails(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Http.ProblemDetailsOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1755
|
-
AddRazorComponents(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure?: System.Action_1<Microsoft_AspNetCore_Components_Endpoints.RazorComponentsServiceOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder>;
|
|
1733
|
+
AddProblemDetails(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Http.ProblemDetailsOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1734
|
+
AddRazorComponents(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure?: System.Action_1<Microsoft_AspNetCore_Components_Endpoints.RazorComponentsServiceOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder>;
|
|
1756
1735
|
AddRazorOptions(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Razor.RazorViewEngineOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1757
1736
|
AddRazorPages(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1758
1737
|
AddRazorPages(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_RazorPages.RazorPagesOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1759
1738
|
AddRazorPages(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1760
|
-
AddRazorPages(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Mvc_RazorPages.RazorPagesOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1739
|
+
AddRazorPages(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Mvc_RazorPages.RazorPagesOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1761
1740
|
AddRazorPagesOptions(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_RazorPages.RazorPagesOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1762
1741
|
AddRazorViewEngine(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1763
1742
|
AddRazorViewEngine(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Razor.RazorViewEngineOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1764
1743
|
AddRequestDecompression(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1765
1744
|
AddRequestDecompression(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_RequestDecompression.RequestDecompressionOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1766
1745
|
AddRequestLocalization(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_Builder.RequestLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1767
|
-
AddRequestLocalization<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_2<Microsoft_AspNetCore_Builder.RequestLocalizationOptions, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1746
|
+
AddRequestLocalization<TService extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_2<Microsoft_AspNetCore_Builder.RequestLocalizationOptions, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1768
1747
|
AddRequestTimeouts(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1769
1748
|
AddRequestTimeouts(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Http_Timeouts.RequestTimeoutOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1770
1749
|
AddResponseCaching(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
@@ -1772,7 +1751,7 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
|
|
|
1772
1751
|
AddRouting(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1773
1752
|
AddRouting(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_Routing.RouteOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1774
1753
|
AddRoutingCore(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1775
|
-
AddServerSideBlazor(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure?: System.Action_1<Microsoft_AspNetCore_Components_Server.CircuitOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
|
|
1754
|
+
AddServerSideBlazor(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure?: System.Action_1<Microsoft_AspNetCore_Components_Server.CircuitOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
|
|
1776
1755
|
AddSession(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1777
1756
|
AddSession(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Builder.SessionOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1778
1757
|
AddSessionStateTempDataProvider(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
@@ -1784,12 +1763,12 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
|
|
|
1784
1763
|
AddViewComponentsAsServices(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1785
1764
|
AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1786
1765
|
AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1787
|
-
AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1788
|
-
AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1766
|
+
AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1767
|
+
AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1789
1768
|
AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1790
1769
|
AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1791
|
-
AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1792
|
-
AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1770
|
+
AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1771
|
+
AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1793
1772
|
AddViewOptions(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcViewOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1794
1773
|
AddViews(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1795
1774
|
AddViews(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcViewOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
@@ -1827,15 +1806,15 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
|
|
|
1827
1806
|
ConfigureFilter(this: Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection, filter: Microsoft_AspNetCore_Mvc_Filters.IFilterMetadata): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
|
|
1828
1807
|
ConfigureHttpJsonOptions(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Json.JsonOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1829
1808
|
ConfigureViews(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcViewOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1830
|
-
InitializeTagHelper<TTagHelper extends Microsoft_AspNetCore_Razor_TagHelpers.ITagHelper>(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, initialize: System.Action_2<TTagHelper, Microsoft_AspNetCore_Mvc_Rendering.ViewContext>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1831
|
-
InitializeTagHelper<TTagHelper extends Microsoft_AspNetCore_Razor_TagHelpers.ITagHelper>(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, initialize: System.Action_2<TTagHelper, Microsoft_AspNetCore_Mvc_Rendering.ViewContext>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1832
|
-
RegisterPersistentService<TPersistentService>(this: Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder, renderMode: Microsoft_AspNetCore_Components.IComponentRenderMode): Rewrap<this, Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder>;
|
|
1833
|
-
RemoveType<TApplicationModelConvention extends Microsoft_AspNetCore_Mvc_ApplicationModels.IApplicationModelConvention>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ApplicationModels.IApplicationModelConvention>): Rewrap<this, void>;
|
|
1809
|
+
InitializeTagHelper<TTagHelper extends unknown & Microsoft_AspNetCore_Razor_TagHelpers.ITagHelper>(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, initialize: System.Action_2<TTagHelper, Microsoft_AspNetCore_Mvc_Rendering.ViewContext>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1810
|
+
InitializeTagHelper<TTagHelper extends unknown & Microsoft_AspNetCore_Razor_TagHelpers.ITagHelper>(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, initialize: System.Action_2<TTagHelper, Microsoft_AspNetCore_Mvc_Rendering.ViewContext>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1811
|
+
RegisterPersistentService<TPersistentService extends unknown>(this: Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder, renderMode: Microsoft_AspNetCore_Components.IComponentRenderMode): Rewrap<this, Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder>;
|
|
1812
|
+
RemoveType<TApplicationModelConvention extends unknown & Microsoft_AspNetCore_Mvc_ApplicationModels.IApplicationModelConvention>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ApplicationModels.IApplicationModelConvention>): Rewrap<this, void>;
|
|
1834
1813
|
RemoveType(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ApplicationModels.IApplicationModelConvention>, type: System.Type): Rewrap<this, void>;
|
|
1835
1814
|
SetCompatibilityVersion(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, version: Microsoft_AspNetCore_Mvc.CompatibilityVersion): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1836
1815
|
SetCompatibilityVersion(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, version: Microsoft_AspNetCore_Mvc.CompatibilityVersion): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
1837
|
-
TryAddCascadingValue<TValue>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, valueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, void>;
|
|
1838
|
-
TryAddCascadingValue<TValue>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string, valueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, void>;
|
|
1816
|
+
TryAddCascadingValue<TValue extends unknown>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, valueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, void>;
|
|
1817
|
+
TryAddCascadingValue<TValue extends unknown>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string, valueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, void>;
|
|
1839
1818
|
WithRazorPagesAtContentRoot(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1840
1819
|
WithRazorPagesRoot(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, rootDirectory: string): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
|
|
1841
1820
|
WithRazorPagesRoot(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, rootDirectory: string): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
|
|
@@ -1874,30 +1853,30 @@ export type ExtensionMethods_Microsoft_Extensions_Hosting<TShape> =
|
|
|
1874
1853
|
|
|
1875
1854
|
// Extension method table for namespace: Microsoft.JSInterop
|
|
1876
1855
|
interface __TsonicExtMethods_Microsoft_JSInterop {
|
|
1877
|
-
GetValueAsync<TValue>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
1878
|
-
GetValueAsync<TValue>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
1879
|
-
InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
1880
|
-
InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
1881
|
-
InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
1882
|
-
InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
1883
|
-
InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
1884
|
-
InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
1885
|
-
InvokeConstructorAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
|
|
1886
|
-
InvokeConstructorAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, cancellationToken: System_Threading.CancellationToken, args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
|
|
1887
|
-
InvokeConstructorAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan, args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
|
|
1888
|
-
InvokeConstructorAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
|
|
1889
|
-
InvokeConstructorAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, cancellationToken: System_Threading.CancellationToken, args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
|
|
1890
|
-
InvokeConstructorAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan, args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
|
|
1891
|
-
InvokeVoid(this: Microsoft_JSInterop.IJSInProcessObjectReference, identifier: string, ...args: unknown[]): Rewrap<this, void>;
|
|
1892
|
-
InvokeVoid(this: Microsoft_JSInterop.IJSInProcessRuntime, identifier: string, ...args: unknown[]): Rewrap<this, void>;
|
|
1893
|
-
InvokeVoidAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
1894
|
-
InvokeVoidAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
1895
|
-
InvokeVoidAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
1896
|
-
InvokeVoidAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
1897
|
-
InvokeVoidAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
1898
|
-
InvokeVoidAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
1899
|
-
SetValueAsync<TValue>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, value: TValue, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
1900
|
-
SetValueAsync<TValue>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, value: TValue, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
1856
|
+
GetValueAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
1857
|
+
GetValueAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
1858
|
+
InvokeAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
1859
|
+
InvokeAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
1860
|
+
InvokeAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
1861
|
+
InvokeAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
1862
|
+
InvokeAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
1863
|
+
InvokeAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
|
|
1864
|
+
InvokeConstructorAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
|
|
1865
|
+
InvokeConstructorAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, cancellationToken: System_Threading.CancellationToken, args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
|
|
1866
|
+
InvokeConstructorAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan, args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
|
|
1867
|
+
InvokeConstructorAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
|
|
1868
|
+
InvokeConstructorAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, cancellationToken: System_Threading.CancellationToken, args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
|
|
1869
|
+
InvokeConstructorAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan, args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
|
|
1870
|
+
InvokeVoid(this: Microsoft_JSInterop.IJSInProcessObjectReference, identifier: string, ...args: (unknown | null)[] | null): Rewrap<this, void>;
|
|
1871
|
+
InvokeVoid(this: Microsoft_JSInterop.IJSInProcessRuntime, identifier: string, ...args: (unknown | null)[] | null): Rewrap<this, void>;
|
|
1872
|
+
InvokeVoidAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
1873
|
+
InvokeVoidAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
1874
|
+
InvokeVoidAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
1875
|
+
InvokeVoidAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
1876
|
+
InvokeVoidAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
1877
|
+
InvokeVoidAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
1878
|
+
SetValueAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, value: TValue, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
1879
|
+
SetValueAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, value: TValue, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask>;
|
|
1901
1880
|
}
|
|
1902
1881
|
|
|
1903
1882
|
// Generic helper type for extension methods in namespace: Microsoft.JSInterop
|
|
@@ -1930,7 +1909,7 @@ export type ExtensionMethods_Microsoft_Net_Http_Headers<TShape> =
|
|
|
1930
1909
|
|
|
1931
1910
|
// Extension method table for namespace: System.Security.Claims
|
|
1932
1911
|
interface __TsonicExtMethods_System_Security_Claims {
|
|
1933
|
-
FindFirstValue(this: System_Security_Claims.ClaimsPrincipal, claimType: string): Rewrap<this, string |
|
|
1912
|
+
FindFirstValue(this: System_Security_Claims.ClaimsPrincipal, claimType: string): Rewrap<this, string | null>;
|
|
1934
1913
|
}
|
|
1935
1914
|
|
|
1936
1915
|
// Generic helper type for extension methods in namespace: System.Security.Claims
|