@tsonic/aspnetcore 10.0.1 → 10.0.2
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/bindings.json +12 -0
- package/Microsoft.AspNetCore.Antiforgery/bindings.json +54 -0
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication/bindings.json +2048 -91
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +103 -65
- package/Microsoft.AspNetCore.Authentication.BearerToken/bindings.json +40 -0
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +402 -1
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +12 -3
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +365 -1
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +26 -13
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/bindings.json +63 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +3 -3
- package/Microsoft.AspNetCore.Authentication.d.ts +2 -2
- package/Microsoft.AspNetCore.Authorization/bindings.json +339 -12
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +295 -0
- package/Microsoft.AspNetCore.Authorization.Policy/bindings.json +50 -8
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Builder/bindings.json +970 -13
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +32 -38
- package/Microsoft.AspNetCore.Builder.Extensions/bindings.json +33 -0
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Components/bindings.json +2005 -166
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +77 -47
- package/Microsoft.AspNetCore.Components.Authorization/bindings.json +403 -2
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +33 -17
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -2
- package/Microsoft.AspNetCore.Components.CompilerServices/bindings.json +13 -0
- package/Microsoft.AspNetCore.Components.Endpoints/bindings.json +27 -0
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/bindings.json +25 -1
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Forms/bindings.json +2327 -51
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +104 -44
- package/Microsoft.AspNetCore.Components.Forms.Mapping/bindings.json +32 -4
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +5 -6
- package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -3
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/bindings.json +155 -0
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +13 -3
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +5 -3
- package/Microsoft.AspNetCore.Components.Infrastructure/bindings.json +27 -0
- package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +774 -2
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +25 -10
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Rendering/bindings.json +99 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +1 -0
- package/Microsoft.AspNetCore.Components.Routing/bindings.json +368 -2
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +26 -15
- package/Microsoft.AspNetCore.Components.Routing.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Sections/bindings.json +41 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Components.Server/bindings.json +130 -1
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +8 -5
- package/Microsoft.AspNetCore.Components.Server.Circuits/bindings.json +33 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/bindings.json +28 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.d.ts +1 -0
- package/Microsoft.AspNetCore.Components.Web/bindings.json +559 -0
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +24 -11
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/bindings.json +7 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/bindings.json +67 -1
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +4 -1
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +2 -1
- package/Microsoft.AspNetCore.Components.Web.Internal/bindings.json +2 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +156 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections/bindings.json +439 -4
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Connections.Abstractions/bindings.json +2 -0
- package/Microsoft.AspNetCore.Connections.Features/bindings.json +35 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.CookiePolicy/bindings.json +64 -8
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Cors/bindings.json +52 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Cors.Infrastructure/bindings.json +140 -0
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/bindings.json +31 -0
- package/Microsoft.AspNetCore.DataProtection/bindings.json +151 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +108 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/bindings.json +173 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/bindings.json +1 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/bindings.json +1 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/bindings.json +65 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +20 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.DataProtection.Repositories/bindings.json +59 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/bindings.json +158 -0
- package/Microsoft.AspNetCore.Diagnostics/bindings.json +190 -8
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +16 -14
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/bindings.json +15 -0
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HostFiltering/bindings.json +14 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +297 -1
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +2 -3
- package/Microsoft.AspNetCore.Hosting.Builder/bindings.json +14 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/bindings.json +5 -0
- package/Microsoft.AspNetCore.Hosting.Server/bindings.json +32 -0
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/bindings.json +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.Features/bindings.json +17 -0
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/bindings.json +6 -0
- package/Microsoft.AspNetCore.Html/bindings.json +110 -0
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http/bindings.json +1845 -33
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +61 -52
- package/Microsoft.AspNetCore.Http.Connections/bindings.json +118 -0
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +14 -9
- package/Microsoft.AspNetCore.Http.Connections.Features/bindings.json +2 -0
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Extensions/bindings.json +49 -0
- package/Microsoft.AspNetCore.Http.Features/bindings.json +477 -4
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.Http.Features.Authentication/bindings.json +14 -0
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Http.Headers/bindings.json +56 -0
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +17 -13
- package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +1462 -96
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +93 -123
- package/Microsoft.AspNetCore.Http.Json/bindings.json +6 -0
- package/Microsoft.AspNetCore.Http.Metadata/bindings.json +60 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Http.Timeouts/bindings.json +33 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HttpLogging/bindings.json +151 -4
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +2 -3
- package/Microsoft.AspNetCore.HttpOverrides/bindings.json +77 -0
- package/Microsoft.AspNetCore.HttpsPolicy/bindings.json +30 -0
- package/Microsoft.AspNetCore.Identity/bindings.json +3156 -69
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +111 -69
- package/Microsoft.AspNetCore.Identity.Data/bindings.json +77 -0
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Identity.UI.Services/bindings.json +14 -0
- package/Microsoft.AspNetCore.Identity.d.ts +2 -2
- package/Microsoft.AspNetCore.Localization/bindings.json +147 -2
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Localization.Routing/bindings.json +16 -0
- package/Microsoft.AspNetCore.Mvc/bindings.json +3044 -12
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +160 -106
- package/Microsoft.AspNetCore.Mvc.Abstractions/bindings.json +47 -0
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +9 -5
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/bindings.json +102 -1
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +224 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +20 -13
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/bindings.json +785 -3
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +31 -18
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +138 -2
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/bindings.json +51 -0
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Controllers/bindings.json +127 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/bindings.json +7 -0
- package/Microsoft.AspNetCore.Mvc.Cors/bindings.json +29 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +203 -1
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +10 -10
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +3849 -22
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +107 -4
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Filters/bindings.json +551 -3
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +36 -24
- package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +1202 -27
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +40 -13
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +260 -1
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +4 -1
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +786 -11
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +27 -11
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -4
- package/Microsoft.AspNetCore.Mvc.Localization/bindings.json +189 -0
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1714 -32
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +63 -57
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +976 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +20 -5
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +550 -2
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +43 -32
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +576 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +16 -8
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +492 -4
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +27 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/bindings.json +8 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/bindings.json +6 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +263 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +8 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.Razor.d.ts +1 -0
- package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +614 -5
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +217 -1
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +11 -9
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.Rendering/bindings.json +639 -0
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +393 -3
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +36 -25
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +1095 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +21 -32
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/bindings.json +74 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.ViewComponents/bindings.json +246 -0
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +7 -3
- package/Microsoft.AspNetCore.Mvc.ViewEngines/bindings.json +51 -6
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +1966 -56
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +36 -7
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/bindings.json +10 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/bindings.json +20 -1
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +2 -2
- package/Microsoft.AspNetCore.OutputCaching/bindings.json +97 -2
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.RateLimiting/bindings.json +42 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +126 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +1 -1
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/bindings.json +34 -4
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +536 -11
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +11 -12
- package/Microsoft.AspNetCore.RequestDecompression/bindings.json +8 -0
- package/Microsoft.AspNetCore.ResponseCaching/bindings.json +28 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.ResponseCompression/bindings.json +165 -0
- package/Microsoft.AspNetCore.Rewrite/bindings.json +86 -0
- package/Microsoft.AspNetCore.Routing/bindings.json +1025 -18
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +35 -26
- package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +615 -10
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Routing.Internal/bindings.json +6 -0
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +227 -5
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +8 -6
- package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +175 -1
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +2 -8
- package/Microsoft.AspNetCore.Routing.Template/bindings.json +115 -17
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Routing.Tree/bindings.json +87 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -10
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +290 -0
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +3 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +31 -0
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Server.IISIntegration/bindings.json +28 -0
- package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +32 -2
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +203 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +8 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +129 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +77 -10
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/bindings.json +20 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/bindings.json +12 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/bindings.json +56 -0
- package/Microsoft.AspNetCore.Session/bindings.json +67 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +616 -5
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.SignalR.Protocol/bindings.json +228 -5
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +11 -11
- package/Microsoft.AspNetCore.StaticAssets/bindings.json +45 -0
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/bindings.json +6 -0
- package/Microsoft.AspNetCore.StaticFiles/bindings.json +58 -2
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/bindings.json +47 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.WebSockets/bindings.json +19 -0
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.WebUtilities/bindings.json +435 -4
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +12 -6
- package/Microsoft.Extensions.DependencyInjection/bindings.json +489 -0
- package/Microsoft.Extensions.Hosting/bindings.json +19 -0
- package/Microsoft.JSInterop/bindings.json +545 -3
- package/Microsoft.JSInterop/internal/index.d.ts +20 -5
- package/Microsoft.JSInterop.Implementation/bindings.json +178 -3
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +3 -6
- package/Microsoft.JSInterop.Implementation.d.ts +1 -1
- package/Microsoft.JSInterop.Infrastructure/bindings.json +62 -0
- package/Microsoft.JSInterop.d.ts +4 -2
- package/Microsoft.Net.Http.Headers/bindings.json +441 -6
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +4 -6
- package/System.Formats.Cbor/bindings.json +251 -0
- package/System.Formats.Cbor/internal/index.d.ts +1 -1
- package/System.Formats.Cbor.d.ts +1 -1
- package/System.Security.Claims/bindings.json +5 -0
- package/System.Threading.RateLimiting/bindings.json +1001 -10
- package/System.Threading.RateLimiting/internal/index.d.ts +33 -4
- package/package.json +1 -1
|
@@ -15,6 +15,20 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
20
|
+
"clrName": "System.MulticastDelegate"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
25
|
+
"clrName": "System.ICloneable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
29
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
18
32
|
"methods": [
|
|
19
33
|
{
|
|
20
34
|
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler::Invoke(System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Components.Authorization.AuthenticationState,Microsoft.AspNetCore.Components.Authorization,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
@@ -31,6 +45,7 @@
|
|
|
31
45
|
"isVirtual": true,
|
|
32
46
|
"isOverride": false,
|
|
33
47
|
"isSealed": false,
|
|
48
|
+
"visibility": "Public",
|
|
34
49
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler",
|
|
35
50
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
36
51
|
"isExtensionMethod": false
|
|
@@ -50,6 +65,7 @@
|
|
|
50
65
|
"isVirtual": true,
|
|
51
66
|
"isOverride": false,
|
|
52
67
|
"isSealed": false,
|
|
68
|
+
"visibility": "Public",
|
|
53
69
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler",
|
|
54
70
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
55
71
|
"isExtensionMethod": false
|
|
@@ -69,6 +85,7 @@
|
|
|
69
85
|
"isVirtual": true,
|
|
70
86
|
"isOverride": false,
|
|
71
87
|
"isSealed": false,
|
|
88
|
+
"visibility": "Public",
|
|
72
89
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler",
|
|
73
90
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
74
91
|
"isExtensionMethod": false
|
|
@@ -85,6 +102,7 @@
|
|
|
85
102
|
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
86
103
|
"isStatic": false,
|
|
87
104
|
"parameterCount": 2,
|
|
105
|
+
"visibility": "Public",
|
|
88
106
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler",
|
|
89
107
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
90
108
|
}
|
|
@@ -117,6 +135,7 @@
|
|
|
117
135
|
"isVirtual": true,
|
|
118
136
|
"isOverride": false,
|
|
119
137
|
"isSealed": false,
|
|
138
|
+
"visibility": "Public",
|
|
120
139
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.IHostEnvironmentAuthenticationStateProvider",
|
|
121
140
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
122
141
|
"isExtensionMethod": false
|
|
@@ -138,6 +157,10 @@
|
|
|
138
157
|
"isSealed": true,
|
|
139
158
|
"isStatic": false,
|
|
140
159
|
"arity": 0,
|
|
160
|
+
"baseType": {
|
|
161
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
162
|
+
"clrName": "System.ValueType"
|
|
163
|
+
},
|
|
141
164
|
"methods": [],
|
|
142
165
|
"properties": [
|
|
143
166
|
{
|
|
@@ -155,6 +178,7 @@
|
|
|
155
178
|
"isAbstract": false,
|
|
156
179
|
"isVirtual": false,
|
|
157
180
|
"isOverride": false,
|
|
181
|
+
"visibility": "Public",
|
|
158
182
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.ClaimData",
|
|
159
183
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
160
184
|
},
|
|
@@ -173,6 +197,7 @@
|
|
|
173
197
|
"isAbstract": false,
|
|
174
198
|
"isVirtual": false,
|
|
175
199
|
"isOverride": false,
|
|
200
|
+
"visibility": "Public",
|
|
176
201
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.ClaimData",
|
|
177
202
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
178
203
|
}
|
|
@@ -187,6 +212,7 @@
|
|
|
187
212
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
188
213
|
"isStatic": false,
|
|
189
214
|
"parameterCount": 2,
|
|
215
|
+
"visibility": "Public",
|
|
190
216
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.ClaimData",
|
|
191
217
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
192
218
|
},
|
|
@@ -197,6 +223,7 @@
|
|
|
197
223
|
"normalizedSignature": "constructor|(System.Security.Claims.Claim):void|static=false",
|
|
198
224
|
"isStatic": false,
|
|
199
225
|
"parameterCount": 1,
|
|
226
|
+
"visibility": "Public",
|
|
200
227
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.ClaimData",
|
|
201
228
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
202
229
|
}
|
|
@@ -213,6 +240,10 @@
|
|
|
213
240
|
"isSealed": false,
|
|
214
241
|
"isStatic": false,
|
|
215
242
|
"arity": 0,
|
|
243
|
+
"baseType": {
|
|
244
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
245
|
+
"clrName": "System.Object"
|
|
246
|
+
},
|
|
216
247
|
"methods": [],
|
|
217
248
|
"properties": [
|
|
218
249
|
{
|
|
@@ -230,6 +261,7 @@
|
|
|
230
261
|
"isAbstract": false,
|
|
231
262
|
"isVirtual": false,
|
|
232
263
|
"isOverride": false,
|
|
264
|
+
"visibility": "Public",
|
|
233
265
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthenticationState",
|
|
234
266
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
235
267
|
}
|
|
@@ -244,6 +276,7 @@
|
|
|
244
276
|
"normalizedSignature": "constructor|(System.Security.Claims.ClaimsPrincipal):void|static=false",
|
|
245
277
|
"isStatic": false,
|
|
246
278
|
"parameterCount": 1,
|
|
279
|
+
"visibility": "Public",
|
|
247
280
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthenticationState",
|
|
248
281
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
249
282
|
}
|
|
@@ -260,6 +293,10 @@
|
|
|
260
293
|
"isSealed": false,
|
|
261
294
|
"isStatic": false,
|
|
262
295
|
"arity": 0,
|
|
296
|
+
"baseType": {
|
|
297
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
298
|
+
"clrName": "System.Object"
|
|
299
|
+
},
|
|
263
300
|
"methods": [],
|
|
264
301
|
"properties": [
|
|
265
302
|
{
|
|
@@ -277,6 +314,7 @@
|
|
|
277
314
|
"isAbstract": false,
|
|
278
315
|
"isVirtual": false,
|
|
279
316
|
"isOverride": false,
|
|
317
|
+
"visibility": "Public",
|
|
280
318
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthenticationStateData",
|
|
281
319
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
282
320
|
},
|
|
@@ -295,6 +333,7 @@
|
|
|
295
333
|
"isAbstract": false,
|
|
296
334
|
"isVirtual": false,
|
|
297
335
|
"isOverride": false,
|
|
336
|
+
"visibility": "Public",
|
|
298
337
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthenticationStateData",
|
|
299
338
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
300
339
|
},
|
|
@@ -313,6 +352,7 @@
|
|
|
313
352
|
"isAbstract": false,
|
|
314
353
|
"isVirtual": false,
|
|
315
354
|
"isOverride": false,
|
|
355
|
+
"visibility": "Public",
|
|
316
356
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthenticationStateData",
|
|
317
357
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
318
358
|
}
|
|
@@ -327,6 +367,7 @@
|
|
|
327
367
|
"normalizedSignature": "constructor|():void|static=false",
|
|
328
368
|
"isStatic": false,
|
|
329
369
|
"parameterCount": 0,
|
|
370
|
+
"visibility": "Public",
|
|
330
371
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthenticationStateData",
|
|
331
372
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
332
373
|
}
|
|
@@ -343,6 +384,10 @@
|
|
|
343
384
|
"isSealed": false,
|
|
344
385
|
"isStatic": false,
|
|
345
386
|
"arity": 0,
|
|
387
|
+
"baseType": {
|
|
388
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
389
|
+
"clrName": "System.Object"
|
|
390
|
+
},
|
|
346
391
|
"methods": [
|
|
347
392
|
{
|
|
348
393
|
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider::GetAuthenticationStateAsync():System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Components.Authorization.AuthenticationState,Microsoft.AspNetCore.Components.Authorization,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
@@ -359,6 +404,27 @@
|
|
|
359
404
|
"isVirtual": true,
|
|
360
405
|
"isOverride": false,
|
|
361
406
|
"isSealed": false,
|
|
407
|
+
"visibility": "Public",
|
|
408
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider",
|
|
409
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
410
|
+
"isExtensionMethod": false
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider::NotifyAuthenticationStateChanged(System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Components.Authorization.AuthenticationState,Microsoft.AspNetCore.Components.Authorization,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
414
|
+
"clrName": "NotifyAuthenticationStateChanged",
|
|
415
|
+
"metadataToken": 100663325,
|
|
416
|
+
"canonicalSignature": "(System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Components.Authorization.AuthenticationState,Microsoft.AspNetCore.Components.Authorization,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
417
|
+
"normalizedSignature": "NotifyAuthenticationStateChanged|(System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Components.Authorization.AuthenticationState,Microsoft.AspNetCore.Components.Authorization,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
418
|
+
"emitScope": "ClassSurface",
|
|
419
|
+
"provenance": "Original",
|
|
420
|
+
"arity": 0,
|
|
421
|
+
"parameterCount": 1,
|
|
422
|
+
"isStatic": false,
|
|
423
|
+
"isAbstract": false,
|
|
424
|
+
"isVirtual": false,
|
|
425
|
+
"isOverride": false,
|
|
426
|
+
"isSealed": false,
|
|
427
|
+
"visibility": "Protected",
|
|
362
428
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider",
|
|
363
429
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
364
430
|
"isExtensionMethod": false
|
|
@@ -373,11 +439,24 @@
|
|
|
373
439
|
"metadataToken": 335544322,
|
|
374
440
|
"normalizedSignature": "AuthenticationStateChanged|Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler|static=false",
|
|
375
441
|
"isStatic": false,
|
|
442
|
+
"visibility": "Public",
|
|
376
443
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider",
|
|
377
444
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
378
445
|
}
|
|
379
446
|
],
|
|
380
|
-
"constructors": [
|
|
447
|
+
"constructors": [
|
|
448
|
+
{
|
|
449
|
+
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider::.ctor():void",
|
|
450
|
+
"metadataToken": 100663326,
|
|
451
|
+
"canonicalSignature": "():void",
|
|
452
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
453
|
+
"isStatic": false,
|
|
454
|
+
"parameterCount": 0,
|
|
455
|
+
"visibility": "Protected",
|
|
456
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider",
|
|
457
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
458
|
+
}
|
|
459
|
+
]
|
|
381
460
|
},
|
|
382
461
|
{
|
|
383
462
|
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView",
|
|
@@ -390,7 +469,37 @@
|
|
|
390
469
|
"isSealed": true,
|
|
391
470
|
"isStatic": false,
|
|
392
471
|
"arity": 0,
|
|
472
|
+
"baseType": {
|
|
473
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RouteView",
|
|
474
|
+
"clrName": "Microsoft.AspNetCore.Components.RouteView"
|
|
475
|
+
},
|
|
476
|
+
"interfaces": [
|
|
477
|
+
{
|
|
478
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
|
|
479
|
+
"clrName": "Microsoft.AspNetCore.Components.IComponent"
|
|
480
|
+
}
|
|
481
|
+
],
|
|
393
482
|
"methods": [
|
|
483
|
+
{
|
|
484
|
+
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView::Render(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
485
|
+
"clrName": "Render",
|
|
486
|
+
"metadataToken": 100663347,
|
|
487
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
488
|
+
"normalizedSignature": "Render|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
|
|
489
|
+
"emitScope": "ClassSurface",
|
|
490
|
+
"provenance": "Original",
|
|
491
|
+
"arity": 0,
|
|
492
|
+
"parameterCount": 1,
|
|
493
|
+
"isStatic": false,
|
|
494
|
+
"isAbstract": false,
|
|
495
|
+
"isVirtual": true,
|
|
496
|
+
"isOverride": true,
|
|
497
|
+
"isSealed": false,
|
|
498
|
+
"visibility": "Protected",
|
|
499
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView",
|
|
500
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
501
|
+
"isExtensionMethod": false
|
|
502
|
+
},
|
|
394
503
|
{
|
|
395
504
|
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
396
505
|
"clrName": "Attach",
|
|
@@ -406,6 +515,7 @@
|
|
|
406
515
|
"isVirtual": true,
|
|
407
516
|
"isOverride": false,
|
|
408
517
|
"isSealed": false,
|
|
518
|
+
"visibility": "Public",
|
|
409
519
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
410
520
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
411
521
|
"isExtensionMethod": false,
|
|
@@ -426,6 +536,7 @@
|
|
|
426
536
|
"isVirtual": true,
|
|
427
537
|
"isOverride": false,
|
|
428
538
|
"isSealed": false,
|
|
539
|
+
"visibility": "Public",
|
|
429
540
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
430
541
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
431
542
|
"isExtensionMethod": false,
|
|
@@ -446,6 +557,7 @@
|
|
|
446
557
|
"isVirtual": true,
|
|
447
558
|
"isOverride": false,
|
|
448
559
|
"isSealed": false,
|
|
560
|
+
"visibility": "Public",
|
|
449
561
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView",
|
|
450
562
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
451
563
|
"isExtensionMethod": false
|
|
@@ -465,6 +577,7 @@
|
|
|
465
577
|
"isVirtual": true,
|
|
466
578
|
"isOverride": false,
|
|
467
579
|
"isSealed": false,
|
|
580
|
+
"visibility": "Public",
|
|
468
581
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView",
|
|
469
582
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
470
583
|
"isExtensionMethod": false
|
|
@@ -486,6 +599,7 @@
|
|
|
486
599
|
"isAbstract": false,
|
|
487
600
|
"isVirtual": false,
|
|
488
601
|
"isOverride": false,
|
|
602
|
+
"visibility": "Public",
|
|
489
603
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView",
|
|
490
604
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
491
605
|
},
|
|
@@ -504,6 +618,7 @@
|
|
|
504
618
|
"isAbstract": false,
|
|
505
619
|
"isVirtual": false,
|
|
506
620
|
"isOverride": false,
|
|
621
|
+
"visibility": "Public",
|
|
507
622
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView",
|
|
508
623
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
509
624
|
},
|
|
@@ -522,6 +637,7 @@
|
|
|
522
637
|
"isAbstract": false,
|
|
523
638
|
"isVirtual": false,
|
|
524
639
|
"isOverride": false,
|
|
640
|
+
"visibility": "Public",
|
|
525
641
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView",
|
|
526
642
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
527
643
|
}
|
|
@@ -536,6 +652,7 @@
|
|
|
536
652
|
"normalizedSignature": "constructor|():void|static=false",
|
|
537
653
|
"isStatic": false,
|
|
538
654
|
"parameterCount": 0,
|
|
655
|
+
"visibility": "Public",
|
|
539
656
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView",
|
|
540
657
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
541
658
|
}
|
|
@@ -552,7 +669,45 @@
|
|
|
552
669
|
"isSealed": false,
|
|
553
670
|
"isStatic": false,
|
|
554
671
|
"arity": 0,
|
|
672
|
+
"baseType": {
|
|
673
|
+
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore",
|
|
674
|
+
"clrName": "Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore"
|
|
675
|
+
},
|
|
676
|
+
"interfaces": [
|
|
677
|
+
{
|
|
678
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
|
|
679
|
+
"clrName": "Microsoft.AspNetCore.Components.IComponent"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
|
|
683
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
687
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
688
|
+
}
|
|
689
|
+
],
|
|
555
690
|
"methods": [
|
|
691
|
+
{
|
|
692
|
+
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.AuthorizeView::GetAuthorizeData():Microsoft.AspNetCore.Authorization.IAuthorizeData[]",
|
|
693
|
+
"clrName": "GetAuthorizeData",
|
|
694
|
+
"metadataToken": 100663359,
|
|
695
|
+
"canonicalSignature": "():Microsoft.AspNetCore.Authorization.IAuthorizeData[]",
|
|
696
|
+
"normalizedSignature": "GetAuthorizeData|():Microsoft.AspNetCore.Authorization.IAuthorizeData[]|static=false",
|
|
697
|
+
"emitScope": "ClassSurface",
|
|
698
|
+
"provenance": "Original",
|
|
699
|
+
"arity": 0,
|
|
700
|
+
"parameterCount": 0,
|
|
701
|
+
"isStatic": false,
|
|
702
|
+
"isAbstract": false,
|
|
703
|
+
"isVirtual": true,
|
|
704
|
+
"isOverride": true,
|
|
705
|
+
"isSealed": false,
|
|
706
|
+
"visibility": "Protected",
|
|
707
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeView",
|
|
708
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
709
|
+
"isExtensionMethod": false
|
|
710
|
+
},
|
|
556
711
|
{
|
|
557
712
|
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
558
713
|
"clrName": "Attach",
|
|
@@ -568,6 +723,7 @@
|
|
|
568
723
|
"isVirtual": true,
|
|
569
724
|
"isOverride": false,
|
|
570
725
|
"isSealed": false,
|
|
726
|
+
"visibility": "Public",
|
|
571
727
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
572
728
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
573
729
|
"isExtensionMethod": false,
|
|
@@ -588,6 +744,7 @@
|
|
|
588
744
|
"isVirtual": true,
|
|
589
745
|
"isOverride": false,
|
|
590
746
|
"isSealed": false,
|
|
747
|
+
"visibility": "Public",
|
|
591
748
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
592
749
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
593
750
|
"isExtensionMethod": false,
|
|
@@ -608,6 +765,7 @@
|
|
|
608
765
|
"isVirtual": true,
|
|
609
766
|
"isOverride": false,
|
|
610
767
|
"isSealed": false,
|
|
768
|
+
"visibility": "Public",
|
|
611
769
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
|
|
612
770
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
613
771
|
"isExtensionMethod": false,
|
|
@@ -628,6 +786,7 @@
|
|
|
628
786
|
"isVirtual": true,
|
|
629
787
|
"isOverride": false,
|
|
630
788
|
"isSealed": false,
|
|
789
|
+
"visibility": "Public",
|
|
631
790
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
632
791
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
633
792
|
"isExtensionMethod": false,
|
|
@@ -648,6 +807,7 @@
|
|
|
648
807
|
"isVirtual": true,
|
|
649
808
|
"isOverride": false,
|
|
650
809
|
"isSealed": false,
|
|
810
|
+
"visibility": "Public",
|
|
651
811
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeView",
|
|
652
812
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
653
813
|
"isExtensionMethod": false
|
|
@@ -667,6 +827,7 @@
|
|
|
667
827
|
"isVirtual": true,
|
|
668
828
|
"isOverride": false,
|
|
669
829
|
"isSealed": false,
|
|
830
|
+
"visibility": "Public",
|
|
670
831
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeView",
|
|
671
832
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
672
833
|
"isExtensionMethod": false
|
|
@@ -686,6 +847,27 @@
|
|
|
686
847
|
"isVirtual": true,
|
|
687
848
|
"isOverride": false,
|
|
688
849
|
"isSealed": false,
|
|
850
|
+
"visibility": "Public",
|
|
851
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeView",
|
|
852
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
853
|
+
"isExtensionMethod": false
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.AuthorizeView::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
|
|
857
|
+
"clrName": "OnAfterRenderAsync",
|
|
858
|
+
"metadataToken": 0,
|
|
859
|
+
"canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
|
|
860
|
+
"normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
|
|
861
|
+
"emitScope": "ClassSurface",
|
|
862
|
+
"provenance": "BaseOverload",
|
|
863
|
+
"arity": 0,
|
|
864
|
+
"parameterCount": 1,
|
|
865
|
+
"isStatic": false,
|
|
866
|
+
"isAbstract": false,
|
|
867
|
+
"isVirtual": true,
|
|
868
|
+
"isOverride": false,
|
|
869
|
+
"isSealed": false,
|
|
870
|
+
"visibility": "Protected",
|
|
689
871
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeView",
|
|
690
872
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
691
873
|
"isExtensionMethod": false
|
|
@@ -705,6 +887,7 @@
|
|
|
705
887
|
"isVirtual": true,
|
|
706
888
|
"isOverride": false,
|
|
707
889
|
"isSealed": false,
|
|
890
|
+
"visibility": "Public",
|
|
708
891
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeView",
|
|
709
892
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
710
893
|
"isExtensionMethod": false
|
|
@@ -726,6 +909,7 @@
|
|
|
726
909
|
"isAbstract": false,
|
|
727
910
|
"isVirtual": false,
|
|
728
911
|
"isOverride": false,
|
|
912
|
+
"visibility": "Public",
|
|
729
913
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeView",
|
|
730
914
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
731
915
|
},
|
|
@@ -744,6 +928,7 @@
|
|
|
744
928
|
"isAbstract": false,
|
|
745
929
|
"isVirtual": false,
|
|
746
930
|
"isOverride": false,
|
|
931
|
+
"visibility": "Public",
|
|
747
932
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeView",
|
|
748
933
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
749
934
|
}
|
|
@@ -758,6 +943,7 @@
|
|
|
758
943
|
"normalizedSignature": "constructor|():void|static=false",
|
|
759
944
|
"isStatic": false,
|
|
760
945
|
"parameterCount": 0,
|
|
946
|
+
"visibility": "Public",
|
|
761
947
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeView",
|
|
762
948
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
763
949
|
}
|
|
@@ -774,7 +960,85 @@
|
|
|
774
960
|
"isSealed": false,
|
|
775
961
|
"isStatic": false,
|
|
776
962
|
"arity": 0,
|
|
963
|
+
"baseType": {
|
|
964
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ComponentBase",
|
|
965
|
+
"clrName": "Microsoft.AspNetCore.Components.ComponentBase"
|
|
966
|
+
},
|
|
967
|
+
"interfaces": [
|
|
968
|
+
{
|
|
969
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
|
|
970
|
+
"clrName": "Microsoft.AspNetCore.Components.IComponent"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
|
|
974
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
978
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
979
|
+
}
|
|
980
|
+
],
|
|
777
981
|
"methods": [
|
|
982
|
+
{
|
|
983
|
+
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
984
|
+
"clrName": "BuildRenderTree",
|
|
985
|
+
"metadataToken": 100663376,
|
|
986
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
987
|
+
"normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
|
|
988
|
+
"emitScope": "ClassSurface",
|
|
989
|
+
"provenance": "Original",
|
|
990
|
+
"arity": 0,
|
|
991
|
+
"parameterCount": 1,
|
|
992
|
+
"isStatic": false,
|
|
993
|
+
"isAbstract": false,
|
|
994
|
+
"isVirtual": true,
|
|
995
|
+
"isOverride": true,
|
|
996
|
+
"isSealed": false,
|
|
997
|
+
"visibility": "Protected",
|
|
998
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore",
|
|
999
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
1000
|
+
"isExtensionMethod": false
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore::OnParametersSetAsync():System.Threading.Tasks.Task",
|
|
1004
|
+
"clrName": "OnParametersSetAsync",
|
|
1005
|
+
"metadataToken": 100663377,
|
|
1006
|
+
"canonicalSignature": "():System.Threading.Tasks.Task",
|
|
1007
|
+
"normalizedSignature": "OnParametersSetAsync|():System.Threading.Tasks.Task|static=false",
|
|
1008
|
+
"emitScope": "ClassSurface",
|
|
1009
|
+
"provenance": "Original",
|
|
1010
|
+
"arity": 0,
|
|
1011
|
+
"parameterCount": 0,
|
|
1012
|
+
"isStatic": false,
|
|
1013
|
+
"isAbstract": false,
|
|
1014
|
+
"isVirtual": true,
|
|
1015
|
+
"isOverride": true,
|
|
1016
|
+
"isSealed": false,
|
|
1017
|
+
"visibility": "Protected",
|
|
1018
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore",
|
|
1019
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
1020
|
+
"isExtensionMethod": false
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore::GetAuthorizeData():Microsoft.AspNetCore.Authorization.IAuthorizeData[]",
|
|
1024
|
+
"clrName": "GetAuthorizeData",
|
|
1025
|
+
"metadataToken": 100663378,
|
|
1026
|
+
"canonicalSignature": "():Microsoft.AspNetCore.Authorization.IAuthorizeData[]",
|
|
1027
|
+
"normalizedSignature": "GetAuthorizeData|():Microsoft.AspNetCore.Authorization.IAuthorizeData[]|static=false",
|
|
1028
|
+
"emitScope": "ClassSurface",
|
|
1029
|
+
"provenance": "Original",
|
|
1030
|
+
"arity": 0,
|
|
1031
|
+
"parameterCount": 0,
|
|
1032
|
+
"isStatic": false,
|
|
1033
|
+
"isAbstract": true,
|
|
1034
|
+
"isVirtual": true,
|
|
1035
|
+
"isOverride": false,
|
|
1036
|
+
"isSealed": false,
|
|
1037
|
+
"visibility": "Protected",
|
|
1038
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore",
|
|
1039
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
1040
|
+
"isExtensionMethod": false
|
|
1041
|
+
},
|
|
778
1042
|
{
|
|
779
1043
|
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
780
1044
|
"clrName": "Attach",
|
|
@@ -790,6 +1054,7 @@
|
|
|
790
1054
|
"isVirtual": true,
|
|
791
1055
|
"isOverride": false,
|
|
792
1056
|
"isSealed": false,
|
|
1057
|
+
"visibility": "Public",
|
|
793
1058
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
794
1059
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
795
1060
|
"isExtensionMethod": false,
|
|
@@ -810,6 +1075,7 @@
|
|
|
810
1075
|
"isVirtual": true,
|
|
811
1076
|
"isOverride": false,
|
|
812
1077
|
"isSealed": false,
|
|
1078
|
+
"visibility": "Public",
|
|
813
1079
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
814
1080
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
815
1081
|
"isExtensionMethod": false,
|
|
@@ -830,6 +1096,7 @@
|
|
|
830
1096
|
"isVirtual": true,
|
|
831
1097
|
"isOverride": false,
|
|
832
1098
|
"isSealed": false,
|
|
1099
|
+
"visibility": "Public",
|
|
833
1100
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
|
|
834
1101
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
835
1102
|
"isExtensionMethod": false,
|
|
@@ -850,6 +1117,7 @@
|
|
|
850
1117
|
"isVirtual": true,
|
|
851
1118
|
"isOverride": false,
|
|
852
1119
|
"isSealed": false,
|
|
1120
|
+
"visibility": "Public",
|
|
853
1121
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
854
1122
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
855
1123
|
"isExtensionMethod": false,
|
|
@@ -870,6 +1138,7 @@
|
|
|
870
1138
|
"isVirtual": true,
|
|
871
1139
|
"isOverride": false,
|
|
872
1140
|
"isSealed": false,
|
|
1141
|
+
"visibility": "Public",
|
|
873
1142
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore",
|
|
874
1143
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
875
1144
|
"isExtensionMethod": false
|
|
@@ -889,6 +1158,27 @@
|
|
|
889
1158
|
"isVirtual": true,
|
|
890
1159
|
"isOverride": false,
|
|
891
1160
|
"isSealed": false,
|
|
1161
|
+
"visibility": "Public",
|
|
1162
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore",
|
|
1163
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
1164
|
+
"isExtensionMethod": false
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
|
|
1168
|
+
"clrName": "OnAfterRenderAsync",
|
|
1169
|
+
"metadataToken": 0,
|
|
1170
|
+
"canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
|
|
1171
|
+
"normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
|
|
1172
|
+
"emitScope": "ClassSurface",
|
|
1173
|
+
"provenance": "BaseOverload",
|
|
1174
|
+
"arity": 0,
|
|
1175
|
+
"parameterCount": 1,
|
|
1176
|
+
"isStatic": false,
|
|
1177
|
+
"isAbstract": false,
|
|
1178
|
+
"isVirtual": true,
|
|
1179
|
+
"isOverride": false,
|
|
1180
|
+
"isSealed": false,
|
|
1181
|
+
"visibility": "Protected",
|
|
892
1182
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore",
|
|
893
1183
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
894
1184
|
"isExtensionMethod": false
|
|
@@ -908,6 +1198,7 @@
|
|
|
908
1198
|
"isVirtual": true,
|
|
909
1199
|
"isOverride": false,
|
|
910
1200
|
"isSealed": false,
|
|
1201
|
+
"visibility": "Public",
|
|
911
1202
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore",
|
|
912
1203
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
913
1204
|
"isExtensionMethod": false
|
|
@@ -927,6 +1218,7 @@
|
|
|
927
1218
|
"isVirtual": true,
|
|
928
1219
|
"isOverride": false,
|
|
929
1220
|
"isSealed": false,
|
|
1221
|
+
"visibility": "Public",
|
|
930
1222
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore",
|
|
931
1223
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
932
1224
|
"isExtensionMethod": false
|
|
@@ -948,6 +1240,7 @@
|
|
|
948
1240
|
"isAbstract": false,
|
|
949
1241
|
"isVirtual": false,
|
|
950
1242
|
"isOverride": false,
|
|
1243
|
+
"visibility": "Public",
|
|
951
1244
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore",
|
|
952
1245
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
953
1246
|
},
|
|
@@ -966,6 +1259,7 @@
|
|
|
966
1259
|
"isAbstract": false,
|
|
967
1260
|
"isVirtual": false,
|
|
968
1261
|
"isOverride": false,
|
|
1262
|
+
"visibility": "Public",
|
|
969
1263
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore",
|
|
970
1264
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
971
1265
|
},
|
|
@@ -984,6 +1278,7 @@
|
|
|
984
1278
|
"isAbstract": false,
|
|
985
1279
|
"isVirtual": false,
|
|
986
1280
|
"isOverride": false,
|
|
1281
|
+
"visibility": "Public",
|
|
987
1282
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore",
|
|
988
1283
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
989
1284
|
},
|
|
@@ -1002,6 +1297,7 @@
|
|
|
1002
1297
|
"isAbstract": false,
|
|
1003
1298
|
"isVirtual": false,
|
|
1004
1299
|
"isOverride": false,
|
|
1300
|
+
"visibility": "Public",
|
|
1005
1301
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore",
|
|
1006
1302
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
1007
1303
|
},
|
|
@@ -1020,13 +1316,26 @@
|
|
|
1020
1316
|
"isAbstract": false,
|
|
1021
1317
|
"isVirtual": false,
|
|
1022
1318
|
"isOverride": false,
|
|
1319
|
+
"visibility": "Public",
|
|
1023
1320
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore",
|
|
1024
1321
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
1025
1322
|
}
|
|
1026
1323
|
],
|
|
1027
1324
|
"fields": [],
|
|
1028
1325
|
"events": [],
|
|
1029
|
-
"constructors": [
|
|
1326
|
+
"constructors": [
|
|
1327
|
+
{
|
|
1328
|
+
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore::.ctor():void",
|
|
1329
|
+
"metadataToken": 100663381,
|
|
1330
|
+
"canonicalSignature": "():void",
|
|
1331
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
1332
|
+
"isStatic": false,
|
|
1333
|
+
"parameterCount": 0,
|
|
1334
|
+
"visibility": "Protected",
|
|
1335
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore",
|
|
1336
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
1337
|
+
}
|
|
1338
|
+
]
|
|
1030
1339
|
},
|
|
1031
1340
|
{
|
|
1032
1341
|
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState",
|
|
@@ -1039,7 +1348,69 @@
|
|
|
1039
1348
|
"isSealed": false,
|
|
1040
1349
|
"isStatic": false,
|
|
1041
1350
|
"arity": 0,
|
|
1351
|
+
"baseType": {
|
|
1352
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ComponentBase",
|
|
1353
|
+
"clrName": "Microsoft.AspNetCore.Components.ComponentBase"
|
|
1354
|
+
},
|
|
1355
|
+
"interfaces": [
|
|
1356
|
+
{
|
|
1357
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
|
|
1358
|
+
"clrName": "Microsoft.AspNetCore.Components.IComponent"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
|
|
1362
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
1366
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
1370
|
+
"clrName": "System.IDisposable"
|
|
1371
|
+
}
|
|
1372
|
+
],
|
|
1042
1373
|
"methods": [
|
|
1374
|
+
{
|
|
1375
|
+
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
1376
|
+
"clrName": "BuildRenderTree",
|
|
1377
|
+
"metadataToken": 100663387,
|
|
1378
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
1379
|
+
"normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
|
|
1380
|
+
"emitScope": "ClassSurface",
|
|
1381
|
+
"provenance": "Original",
|
|
1382
|
+
"arity": 0,
|
|
1383
|
+
"parameterCount": 1,
|
|
1384
|
+
"isStatic": false,
|
|
1385
|
+
"isAbstract": false,
|
|
1386
|
+
"isVirtual": true,
|
|
1387
|
+
"isOverride": true,
|
|
1388
|
+
"isSealed": false,
|
|
1389
|
+
"visibility": "Protected",
|
|
1390
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState",
|
|
1391
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
1392
|
+
"isExtensionMethod": false
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState::OnInitialized():System.Void",
|
|
1396
|
+
"clrName": "OnInitialized",
|
|
1397
|
+
"metadataToken": 100663390,
|
|
1398
|
+
"canonicalSignature": "():System.Void",
|
|
1399
|
+
"normalizedSignature": "OnInitialized|():System.Void|static=false",
|
|
1400
|
+
"emitScope": "ClassSurface",
|
|
1401
|
+
"provenance": "Original",
|
|
1402
|
+
"arity": 0,
|
|
1403
|
+
"parameterCount": 0,
|
|
1404
|
+
"isStatic": false,
|
|
1405
|
+
"isAbstract": false,
|
|
1406
|
+
"isVirtual": true,
|
|
1407
|
+
"isOverride": true,
|
|
1408
|
+
"isSealed": false,
|
|
1409
|
+
"visibility": "Protected",
|
|
1410
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState",
|
|
1411
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
1412
|
+
"isExtensionMethod": false
|
|
1413
|
+
},
|
|
1043
1414
|
{
|
|
1044
1415
|
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
1045
1416
|
"clrName": "Attach",
|
|
@@ -1055,6 +1426,7 @@
|
|
|
1055
1426
|
"isVirtual": true,
|
|
1056
1427
|
"isOverride": false,
|
|
1057
1428
|
"isSealed": false,
|
|
1429
|
+
"visibility": "Public",
|
|
1058
1430
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
1059
1431
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
1060
1432
|
"isExtensionMethod": false,
|
|
@@ -1075,6 +1447,7 @@
|
|
|
1075
1447
|
"isVirtual": true,
|
|
1076
1448
|
"isOverride": false,
|
|
1077
1449
|
"isSealed": false,
|
|
1450
|
+
"visibility": "Public",
|
|
1078
1451
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
1079
1452
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
1080
1453
|
"isExtensionMethod": false,
|
|
@@ -1095,6 +1468,7 @@
|
|
|
1095
1468
|
"isVirtual": true,
|
|
1096
1469
|
"isOverride": false,
|
|
1097
1470
|
"isSealed": false,
|
|
1471
|
+
"visibility": "Public",
|
|
1098
1472
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
|
|
1099
1473
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
1100
1474
|
"isExtensionMethod": false,
|
|
@@ -1115,6 +1489,7 @@
|
|
|
1115
1489
|
"isVirtual": true,
|
|
1116
1490
|
"isOverride": false,
|
|
1117
1491
|
"isSealed": false,
|
|
1492
|
+
"visibility": "Public",
|
|
1118
1493
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
1119
1494
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
1120
1495
|
"isExtensionMethod": false,
|
|
@@ -1135,6 +1510,7 @@
|
|
|
1135
1510
|
"isVirtual": true,
|
|
1136
1511
|
"isOverride": false,
|
|
1137
1512
|
"isSealed": false,
|
|
1513
|
+
"visibility": "Public",
|
|
1138
1514
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState",
|
|
1139
1515
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
1140
1516
|
"isExtensionMethod": false
|
|
@@ -1154,6 +1530,27 @@
|
|
|
1154
1530
|
"isVirtual": true,
|
|
1155
1531
|
"isOverride": false,
|
|
1156
1532
|
"isSealed": false,
|
|
1533
|
+
"visibility": "Public",
|
|
1534
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState",
|
|
1535
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
1536
|
+
"isExtensionMethod": false
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
|
|
1540
|
+
"clrName": "OnAfterRenderAsync",
|
|
1541
|
+
"metadataToken": 0,
|
|
1542
|
+
"canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
|
|
1543
|
+
"normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
|
|
1544
|
+
"emitScope": "ClassSurface",
|
|
1545
|
+
"provenance": "BaseOverload",
|
|
1546
|
+
"arity": 0,
|
|
1547
|
+
"parameterCount": 1,
|
|
1548
|
+
"isStatic": false,
|
|
1549
|
+
"isAbstract": false,
|
|
1550
|
+
"isVirtual": true,
|
|
1551
|
+
"isOverride": false,
|
|
1552
|
+
"isSealed": false,
|
|
1553
|
+
"visibility": "Protected",
|
|
1157
1554
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState",
|
|
1158
1555
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
1159
1556
|
"isExtensionMethod": false
|
|
@@ -1173,6 +1570,7 @@
|
|
|
1173
1570
|
"isVirtual": true,
|
|
1174
1571
|
"isOverride": false,
|
|
1175
1572
|
"isSealed": false,
|
|
1573
|
+
"visibility": "Public",
|
|
1176
1574
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState",
|
|
1177
1575
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
1178
1576
|
"isExtensionMethod": false
|
|
@@ -1192,6 +1590,7 @@
|
|
|
1192
1590
|
"isVirtual": true,
|
|
1193
1591
|
"isOverride": false,
|
|
1194
1592
|
"isSealed": false,
|
|
1593
|
+
"visibility": "Public",
|
|
1195
1594
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState",
|
|
1196
1595
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
1197
1596
|
"isExtensionMethod": false
|
|
@@ -1213,6 +1612,7 @@
|
|
|
1213
1612
|
"isAbstract": false,
|
|
1214
1613
|
"isVirtual": false,
|
|
1215
1614
|
"isOverride": false,
|
|
1615
|
+
"visibility": "Public",
|
|
1216
1616
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState",
|
|
1217
1617
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
1218
1618
|
}
|
|
@@ -1227,6 +1627,7 @@
|
|
|
1227
1627
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1228
1628
|
"isStatic": false,
|
|
1229
1629
|
"parameterCount": 0,
|
|
1630
|
+
"visibility": "Public",
|
|
1230
1631
|
"declaringClrType": "Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState",
|
|
1231
1632
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization"
|
|
1232
1633
|
}
|