@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
|
@@ -17,6 +17,28 @@
|
|
|
17
17
|
"isSealed": true,
|
|
18
18
|
"isStatic": false,
|
|
19
19
|
"arity": 0,
|
|
20
|
+
"baseType": {
|
|
21
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
22
|
+
"clrName": "System.Enum"
|
|
23
|
+
},
|
|
24
|
+
"interfaces": [
|
|
25
|
+
{
|
|
26
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
27
|
+
"clrName": "System.IComparable"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
31
|
+
"clrName": "System.ISpanFormattable"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
35
|
+
"clrName": "System.IFormattable"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
39
|
+
"clrName": "System.IConvertible"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
20
42
|
"methods": [],
|
|
21
43
|
"properties": [],
|
|
22
44
|
"fields": [
|
|
@@ -28,6 +50,7 @@
|
|
|
28
50
|
"isStatic": false,
|
|
29
51
|
"isReadOnly": false,
|
|
30
52
|
"isLiteral": false,
|
|
53
|
+
"visibility": "Public",
|
|
31
54
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLinkMatch",
|
|
32
55
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
33
56
|
},
|
|
@@ -39,6 +62,7 @@
|
|
|
39
62
|
"isStatic": true,
|
|
40
63
|
"isReadOnly": false,
|
|
41
64
|
"isLiteral": true,
|
|
65
|
+
"visibility": "Public",
|
|
42
66
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLinkMatch",
|
|
43
67
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
44
68
|
},
|
|
@@ -50,6 +74,7 @@
|
|
|
50
74
|
"isStatic": true,
|
|
51
75
|
"isReadOnly": false,
|
|
52
76
|
"isLiteral": true,
|
|
77
|
+
"visibility": "Public",
|
|
53
78
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLinkMatch",
|
|
54
79
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
55
80
|
}
|
|
@@ -84,6 +109,7 @@
|
|
|
84
109
|
"isVirtual": true,
|
|
85
110
|
"isOverride": false,
|
|
86
111
|
"isSealed": false,
|
|
112
|
+
"visibility": "Public",
|
|
87
113
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.IHostEnvironmentNavigationManager",
|
|
88
114
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
89
115
|
"isExtensionMethod": false
|
|
@@ -103,6 +129,7 @@
|
|
|
103
129
|
"isVirtual": true,
|
|
104
130
|
"isOverride": false,
|
|
105
131
|
"isSealed": false,
|
|
132
|
+
"visibility": "Public",
|
|
106
133
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.IHostEnvironmentNavigationManager",
|
|
107
134
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
108
135
|
"isExtensionMethod": false
|
|
@@ -140,6 +167,7 @@
|
|
|
140
167
|
"isVirtual": true,
|
|
141
168
|
"isOverride": false,
|
|
142
169
|
"isSealed": false,
|
|
170
|
+
"visibility": "Public",
|
|
143
171
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.INavigationInterception",
|
|
144
172
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
145
173
|
"isExtensionMethod": false
|
|
@@ -178,6 +206,7 @@
|
|
|
178
206
|
"isAbstract": true,
|
|
179
207
|
"isVirtual": true,
|
|
180
208
|
"isOverride": false,
|
|
209
|
+
"visibility": "Public",
|
|
181
210
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.IRoutingStateProvider",
|
|
182
211
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
183
212
|
}
|
|
@@ -213,6 +242,7 @@
|
|
|
213
242
|
"isVirtual": true,
|
|
214
243
|
"isOverride": false,
|
|
215
244
|
"isSealed": false,
|
|
245
|
+
"visibility": "Public",
|
|
216
246
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.IScrollToLocationHash",
|
|
217
247
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
218
248
|
"isExtensionMethod": false
|
|
@@ -234,7 +264,85 @@
|
|
|
234
264
|
"isSealed": false,
|
|
235
265
|
"isStatic": false,
|
|
236
266
|
"arity": 0,
|
|
267
|
+
"baseType": {
|
|
268
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ComponentBase",
|
|
269
|
+
"clrName": "Microsoft.AspNetCore.Components.ComponentBase"
|
|
270
|
+
},
|
|
271
|
+
"interfaces": [
|
|
272
|
+
{
|
|
273
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
|
|
274
|
+
"clrName": "Microsoft.AspNetCore.Components.IComponent"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
|
|
278
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
282
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
283
|
+
}
|
|
284
|
+
],
|
|
237
285
|
"methods": [
|
|
286
|
+
{
|
|
287
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.FocusOnNavigate::OnParametersSet():System.Void",
|
|
288
|
+
"clrName": "OnParametersSet",
|
|
289
|
+
"metadataToken": 100663374,
|
|
290
|
+
"canonicalSignature": "():System.Void",
|
|
291
|
+
"normalizedSignature": "OnParametersSet|():System.Void|static=false",
|
|
292
|
+
"emitScope": "ClassSurface",
|
|
293
|
+
"provenance": "Original",
|
|
294
|
+
"arity": 0,
|
|
295
|
+
"parameterCount": 0,
|
|
296
|
+
"isStatic": false,
|
|
297
|
+
"isAbstract": false,
|
|
298
|
+
"isVirtual": true,
|
|
299
|
+
"isOverride": true,
|
|
300
|
+
"isSealed": false,
|
|
301
|
+
"visibility": "Protected",
|
|
302
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.FocusOnNavigate",
|
|
303
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
304
|
+
"isExtensionMethod": false
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.FocusOnNavigate::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
308
|
+
"clrName": "BuildRenderTree",
|
|
309
|
+
"metadataToken": 100663375,
|
|
310
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
311
|
+
"normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
|
|
312
|
+
"emitScope": "ClassSurface",
|
|
313
|
+
"provenance": "Original",
|
|
314
|
+
"arity": 0,
|
|
315
|
+
"parameterCount": 1,
|
|
316
|
+
"isStatic": false,
|
|
317
|
+
"isAbstract": false,
|
|
318
|
+
"isVirtual": true,
|
|
319
|
+
"isOverride": true,
|
|
320
|
+
"isSealed": false,
|
|
321
|
+
"visibility": "Protected",
|
|
322
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.FocusOnNavigate",
|
|
323
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
324
|
+
"isExtensionMethod": false
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.FocusOnNavigate::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
|
|
328
|
+
"clrName": "OnAfterRenderAsync",
|
|
329
|
+
"metadataToken": 100663376,
|
|
330
|
+
"canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
|
|
331
|
+
"normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
|
|
332
|
+
"emitScope": "ClassSurface",
|
|
333
|
+
"provenance": "Original",
|
|
334
|
+
"arity": 0,
|
|
335
|
+
"parameterCount": 1,
|
|
336
|
+
"isStatic": false,
|
|
337
|
+
"isAbstract": false,
|
|
338
|
+
"isVirtual": true,
|
|
339
|
+
"isOverride": true,
|
|
340
|
+
"isSealed": false,
|
|
341
|
+
"visibility": "Protected",
|
|
342
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.FocusOnNavigate",
|
|
343
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
344
|
+
"isExtensionMethod": false
|
|
345
|
+
},
|
|
238
346
|
{
|
|
239
347
|
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
240
348
|
"clrName": "Attach",
|
|
@@ -250,6 +358,7 @@
|
|
|
250
358
|
"isVirtual": true,
|
|
251
359
|
"isOverride": false,
|
|
252
360
|
"isSealed": false,
|
|
361
|
+
"visibility": "Public",
|
|
253
362
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
254
363
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
255
364
|
"isExtensionMethod": false,
|
|
@@ -270,6 +379,7 @@
|
|
|
270
379
|
"isVirtual": true,
|
|
271
380
|
"isOverride": false,
|
|
272
381
|
"isSealed": false,
|
|
382
|
+
"visibility": "Public",
|
|
273
383
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
274
384
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
275
385
|
"isExtensionMethod": false,
|
|
@@ -290,6 +400,7 @@
|
|
|
290
400
|
"isVirtual": true,
|
|
291
401
|
"isOverride": false,
|
|
292
402
|
"isSealed": false,
|
|
403
|
+
"visibility": "Public",
|
|
293
404
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
|
|
294
405
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
295
406
|
"isExtensionMethod": false,
|
|
@@ -310,6 +421,7 @@
|
|
|
310
421
|
"isVirtual": true,
|
|
311
422
|
"isOverride": false,
|
|
312
423
|
"isSealed": false,
|
|
424
|
+
"visibility": "Public",
|
|
313
425
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
314
426
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
315
427
|
"isExtensionMethod": false,
|
|
@@ -330,6 +442,7 @@
|
|
|
330
442
|
"isVirtual": true,
|
|
331
443
|
"isOverride": false,
|
|
332
444
|
"isSealed": false,
|
|
445
|
+
"visibility": "Public",
|
|
333
446
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.FocusOnNavigate",
|
|
334
447
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
335
448
|
"isExtensionMethod": false
|
|
@@ -349,6 +462,7 @@
|
|
|
349
462
|
"isVirtual": true,
|
|
350
463
|
"isOverride": false,
|
|
351
464
|
"isSealed": false,
|
|
465
|
+
"visibility": "Public",
|
|
352
466
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.FocusOnNavigate",
|
|
353
467
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
354
468
|
"isExtensionMethod": false
|
|
@@ -368,6 +482,7 @@
|
|
|
368
482
|
"isVirtual": true,
|
|
369
483
|
"isOverride": false,
|
|
370
484
|
"isSealed": false,
|
|
485
|
+
"visibility": "Public",
|
|
371
486
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.FocusOnNavigate",
|
|
372
487
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
373
488
|
"isExtensionMethod": false
|
|
@@ -387,6 +502,7 @@
|
|
|
387
502
|
"isVirtual": true,
|
|
388
503
|
"isOverride": false,
|
|
389
504
|
"isSealed": false,
|
|
505
|
+
"visibility": "Public",
|
|
390
506
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.FocusOnNavigate",
|
|
391
507
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
392
508
|
"isExtensionMethod": false
|
|
@@ -408,6 +524,7 @@
|
|
|
408
524
|
"isAbstract": false,
|
|
409
525
|
"isVirtual": false,
|
|
410
526
|
"isOverride": false,
|
|
527
|
+
"visibility": "Public",
|
|
411
528
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.FocusOnNavigate",
|
|
412
529
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
413
530
|
},
|
|
@@ -426,6 +543,7 @@
|
|
|
426
543
|
"isAbstract": false,
|
|
427
544
|
"isVirtual": false,
|
|
428
545
|
"isOverride": false,
|
|
546
|
+
"visibility": "Public",
|
|
429
547
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.FocusOnNavigate",
|
|
430
548
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
431
549
|
}
|
|
@@ -440,6 +558,7 @@
|
|
|
440
558
|
"normalizedSignature": "constructor|():void|static=false",
|
|
441
559
|
"isStatic": false,
|
|
442
560
|
"parameterCount": 0,
|
|
561
|
+
"visibility": "Public",
|
|
443
562
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.FocusOnNavigate",
|
|
444
563
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
445
564
|
}
|
|
@@ -456,6 +575,10 @@
|
|
|
456
575
|
"isSealed": false,
|
|
457
576
|
"isStatic": false,
|
|
458
577
|
"arity": 0,
|
|
578
|
+
"baseType": {
|
|
579
|
+
"stableId": "System.Private.CoreLib:System.EventArgs",
|
|
580
|
+
"clrName": "System.EventArgs"
|
|
581
|
+
},
|
|
459
582
|
"methods": [],
|
|
460
583
|
"properties": [
|
|
461
584
|
{
|
|
@@ -473,6 +596,7 @@
|
|
|
473
596
|
"isAbstract": false,
|
|
474
597
|
"isVirtual": false,
|
|
475
598
|
"isOverride": false,
|
|
599
|
+
"visibility": "Public",
|
|
476
600
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.LocationChangedEventArgs",
|
|
477
601
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
478
602
|
},
|
|
@@ -491,6 +615,7 @@
|
|
|
491
615
|
"isAbstract": false,
|
|
492
616
|
"isVirtual": false,
|
|
493
617
|
"isOverride": false,
|
|
618
|
+
"visibility": "Public",
|
|
494
619
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.LocationChangedEventArgs",
|
|
495
620
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
496
621
|
},
|
|
@@ -499,16 +624,17 @@
|
|
|
499
624
|
"clrName": "HistoryEntryState",
|
|
500
625
|
"metadataToken": 385876171,
|
|
501
626
|
"canonicalSignature": ":System.String",
|
|
502
|
-
"normalizedSignature": "HistoryEntryState|:System.String|static=false|accessor=
|
|
627
|
+
"normalizedSignature": "HistoryEntryState|:System.String|static=false|accessor=getset",
|
|
503
628
|
"emitScope": "ClassSurface",
|
|
504
629
|
"provenance": "Original",
|
|
505
630
|
"isIndexer": false,
|
|
506
631
|
"hasGetter": true,
|
|
507
|
-
"hasSetter":
|
|
632
|
+
"hasSetter": true,
|
|
508
633
|
"isStatic": false,
|
|
509
634
|
"isAbstract": false,
|
|
510
635
|
"isVirtual": false,
|
|
511
636
|
"isOverride": false,
|
|
637
|
+
"visibility": "Public",
|
|
512
638
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.LocationChangedEventArgs",
|
|
513
639
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
514
640
|
}
|
|
@@ -523,6 +649,7 @@
|
|
|
523
649
|
"normalizedSignature": "constructor|(System.String,System.Boolean):void|static=false",
|
|
524
650
|
"isStatic": false,
|
|
525
651
|
"parameterCount": 2,
|
|
652
|
+
"visibility": "Public",
|
|
526
653
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.LocationChangedEventArgs",
|
|
527
654
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
528
655
|
}
|
|
@@ -539,6 +666,10 @@
|
|
|
539
666
|
"isSealed": true,
|
|
540
667
|
"isStatic": false,
|
|
541
668
|
"arity": 0,
|
|
669
|
+
"baseType": {
|
|
670
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
671
|
+
"clrName": "System.Object"
|
|
672
|
+
},
|
|
542
673
|
"methods": [
|
|
543
674
|
{
|
|
544
675
|
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.Routing.LocationChangingContext::PreventNavigation():System.Void",
|
|
@@ -555,6 +686,7 @@
|
|
|
555
686
|
"isVirtual": false,
|
|
556
687
|
"isOverride": false,
|
|
557
688
|
"isSealed": false,
|
|
689
|
+
"visibility": "Public",
|
|
558
690
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.LocationChangingContext",
|
|
559
691
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
560
692
|
"isExtensionMethod": false
|
|
@@ -576,6 +708,7 @@
|
|
|
576
708
|
"isAbstract": false,
|
|
577
709
|
"isVirtual": false,
|
|
578
710
|
"isOverride": false,
|
|
711
|
+
"visibility": "Public",
|
|
579
712
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.LocationChangingContext",
|
|
580
713
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
581
714
|
},
|
|
@@ -594,6 +727,7 @@
|
|
|
594
727
|
"isAbstract": false,
|
|
595
728
|
"isVirtual": false,
|
|
596
729
|
"isOverride": false,
|
|
730
|
+
"visibility": "Public",
|
|
597
731
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.LocationChangingContext",
|
|
598
732
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
599
733
|
},
|
|
@@ -612,6 +746,7 @@
|
|
|
612
746
|
"isAbstract": false,
|
|
613
747
|
"isVirtual": false,
|
|
614
748
|
"isOverride": false,
|
|
749
|
+
"visibility": "Public",
|
|
615
750
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.LocationChangingContext",
|
|
616
751
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
617
752
|
},
|
|
@@ -630,6 +765,7 @@
|
|
|
630
765
|
"isAbstract": false,
|
|
631
766
|
"isVirtual": false,
|
|
632
767
|
"isOverride": false,
|
|
768
|
+
"visibility": "Public",
|
|
633
769
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.LocationChangingContext",
|
|
634
770
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
635
771
|
}
|
|
@@ -644,6 +780,7 @@
|
|
|
644
780
|
"normalizedSignature": "constructor|():void|static=false",
|
|
645
781
|
"isStatic": false,
|
|
646
782
|
"parameterCount": 0,
|
|
783
|
+
"visibility": "Public",
|
|
647
784
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.LocationChangingContext",
|
|
648
785
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
649
786
|
}
|
|
@@ -660,6 +797,10 @@
|
|
|
660
797
|
"isSealed": true,
|
|
661
798
|
"isStatic": false,
|
|
662
799
|
"arity": 0,
|
|
800
|
+
"baseType": {
|
|
801
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
802
|
+
"clrName": "System.Object"
|
|
803
|
+
},
|
|
663
804
|
"methods": [],
|
|
664
805
|
"properties": [
|
|
665
806
|
{
|
|
@@ -677,6 +818,7 @@
|
|
|
677
818
|
"isAbstract": false,
|
|
678
819
|
"isVirtual": false,
|
|
679
820
|
"isOverride": false,
|
|
821
|
+
"visibility": "Public",
|
|
680
822
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavigationContext",
|
|
681
823
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
682
824
|
},
|
|
@@ -695,6 +837,7 @@
|
|
|
695
837
|
"isAbstract": false,
|
|
696
838
|
"isVirtual": false,
|
|
697
839
|
"isOverride": false,
|
|
840
|
+
"visibility": "Public",
|
|
698
841
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavigationContext",
|
|
699
842
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
700
843
|
}
|
|
@@ -714,6 +857,24 @@
|
|
|
714
857
|
"isSealed": true,
|
|
715
858
|
"isStatic": false,
|
|
716
859
|
"arity": 0,
|
|
860
|
+
"baseType": {
|
|
861
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
862
|
+
"clrName": "System.Object"
|
|
863
|
+
},
|
|
864
|
+
"interfaces": [
|
|
865
|
+
{
|
|
866
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
|
|
867
|
+
"clrName": "Microsoft.AspNetCore.Components.IComponent"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
871
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
875
|
+
"clrName": "System.IAsyncDisposable"
|
|
876
|
+
}
|
|
877
|
+
],
|
|
717
878
|
"methods": [
|
|
718
879
|
{
|
|
719
880
|
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
@@ -730,6 +891,7 @@
|
|
|
730
891
|
"isVirtual": true,
|
|
731
892
|
"isOverride": false,
|
|
732
893
|
"isSealed": false,
|
|
894
|
+
"visibility": "Public",
|
|
733
895
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
734
896
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
735
897
|
"isExtensionMethod": false,
|
|
@@ -750,6 +912,7 @@
|
|
|
750
912
|
"isVirtual": true,
|
|
751
913
|
"isOverride": false,
|
|
752
914
|
"isSealed": false,
|
|
915
|
+
"visibility": "Public",
|
|
753
916
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
754
917
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
755
918
|
"isExtensionMethod": false,
|
|
@@ -770,6 +933,7 @@
|
|
|
770
933
|
"isVirtual": true,
|
|
771
934
|
"isOverride": false,
|
|
772
935
|
"isSealed": false,
|
|
936
|
+
"visibility": "Public",
|
|
773
937
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
774
938
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
775
939
|
"isExtensionMethod": false,
|
|
@@ -792,6 +956,7 @@
|
|
|
792
956
|
"isAbstract": false,
|
|
793
957
|
"isVirtual": false,
|
|
794
958
|
"isOverride": false,
|
|
959
|
+
"visibility": "Public",
|
|
795
960
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavigationLock",
|
|
796
961
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
797
962
|
},
|
|
@@ -810,6 +975,7 @@
|
|
|
810
975
|
"isAbstract": false,
|
|
811
976
|
"isVirtual": false,
|
|
812
977
|
"isOverride": false,
|
|
978
|
+
"visibility": "Public",
|
|
813
979
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavigationLock",
|
|
814
980
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
815
981
|
}
|
|
@@ -824,6 +990,7 @@
|
|
|
824
990
|
"normalizedSignature": "constructor|():void|static=false",
|
|
825
991
|
"isStatic": false,
|
|
826
992
|
"parameterCount": 0,
|
|
993
|
+
"visibility": "Public",
|
|
827
994
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavigationLock",
|
|
828
995
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
829
996
|
}
|
|
@@ -840,7 +1007,69 @@
|
|
|
840
1007
|
"isSealed": false,
|
|
841
1008
|
"isStatic": false,
|
|
842
1009
|
"arity": 0,
|
|
1010
|
+
"baseType": {
|
|
1011
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ComponentBase",
|
|
1012
|
+
"clrName": "Microsoft.AspNetCore.Components.ComponentBase"
|
|
1013
|
+
},
|
|
1014
|
+
"interfaces": [
|
|
1015
|
+
{
|
|
1016
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
|
|
1017
|
+
"clrName": "Microsoft.AspNetCore.Components.IComponent"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
|
|
1021
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
1025
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
1029
|
+
"clrName": "System.IDisposable"
|
|
1030
|
+
}
|
|
1031
|
+
],
|
|
843
1032
|
"methods": [
|
|
1033
|
+
{
|
|
1034
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.NavLink::OnInitialized():System.Void",
|
|
1035
|
+
"clrName": "OnInitialized",
|
|
1036
|
+
"metadataToken": 100663406,
|
|
1037
|
+
"canonicalSignature": "():System.Void",
|
|
1038
|
+
"normalizedSignature": "OnInitialized|():System.Void|static=false",
|
|
1039
|
+
"emitScope": "ClassSurface",
|
|
1040
|
+
"provenance": "Original",
|
|
1041
|
+
"arity": 0,
|
|
1042
|
+
"parameterCount": 0,
|
|
1043
|
+
"isStatic": false,
|
|
1044
|
+
"isAbstract": false,
|
|
1045
|
+
"isVirtual": true,
|
|
1046
|
+
"isOverride": true,
|
|
1047
|
+
"isSealed": false,
|
|
1048
|
+
"visibility": "Protected",
|
|
1049
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
1050
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1051
|
+
"isExtensionMethod": false
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.NavLink::OnParametersSet():System.Void",
|
|
1055
|
+
"clrName": "OnParametersSet",
|
|
1056
|
+
"metadataToken": 100663407,
|
|
1057
|
+
"canonicalSignature": "():System.Void",
|
|
1058
|
+
"normalizedSignature": "OnParametersSet|():System.Void|static=false",
|
|
1059
|
+
"emitScope": "ClassSurface",
|
|
1060
|
+
"provenance": "Original",
|
|
1061
|
+
"arity": 0,
|
|
1062
|
+
"parameterCount": 0,
|
|
1063
|
+
"isStatic": false,
|
|
1064
|
+
"isAbstract": false,
|
|
1065
|
+
"isVirtual": true,
|
|
1066
|
+
"isOverride": true,
|
|
1067
|
+
"isSealed": false,
|
|
1068
|
+
"visibility": "Protected",
|
|
1069
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
1070
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1071
|
+
"isExtensionMethod": false
|
|
1072
|
+
},
|
|
844
1073
|
{
|
|
845
1074
|
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.NavLink::Dispose():System.Void",
|
|
846
1075
|
"clrName": "Dispose",
|
|
@@ -856,6 +1085,47 @@
|
|
|
856
1085
|
"isVirtual": true,
|
|
857
1086
|
"isOverride": false,
|
|
858
1087
|
"isSealed": true,
|
|
1088
|
+
"visibility": "Public",
|
|
1089
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
1090
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1091
|
+
"isExtensionMethod": false
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.NavLink::ShouldMatch(System.String):System.Boolean",
|
|
1095
|
+
"clrName": "ShouldMatch",
|
|
1096
|
+
"metadataToken": 100663411,
|
|
1097
|
+
"canonicalSignature": "(System.String):System.Boolean",
|
|
1098
|
+
"normalizedSignature": "ShouldMatch|(System.String):System.Boolean|static=false",
|
|
1099
|
+
"emitScope": "ClassSurface",
|
|
1100
|
+
"provenance": "Original",
|
|
1101
|
+
"arity": 0,
|
|
1102
|
+
"parameterCount": 1,
|
|
1103
|
+
"isStatic": false,
|
|
1104
|
+
"isAbstract": false,
|
|
1105
|
+
"isVirtual": true,
|
|
1106
|
+
"isOverride": false,
|
|
1107
|
+
"isSealed": false,
|
|
1108
|
+
"visibility": "Protected",
|
|
1109
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
1110
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1111
|
+
"isExtensionMethod": false
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.NavLink::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
1115
|
+
"clrName": "BuildRenderTree",
|
|
1116
|
+
"metadataToken": 100663414,
|
|
1117
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
1118
|
+
"normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
|
|
1119
|
+
"emitScope": "ClassSurface",
|
|
1120
|
+
"provenance": "Original",
|
|
1121
|
+
"arity": 0,
|
|
1122
|
+
"parameterCount": 1,
|
|
1123
|
+
"isStatic": false,
|
|
1124
|
+
"isAbstract": false,
|
|
1125
|
+
"isVirtual": true,
|
|
1126
|
+
"isOverride": true,
|
|
1127
|
+
"isSealed": false,
|
|
1128
|
+
"visibility": "Protected",
|
|
859
1129
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
860
1130
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
861
1131
|
"isExtensionMethod": false
|
|
@@ -875,6 +1145,7 @@
|
|
|
875
1145
|
"isVirtual": true,
|
|
876
1146
|
"isOverride": false,
|
|
877
1147
|
"isSealed": false,
|
|
1148
|
+
"visibility": "Public",
|
|
878
1149
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
879
1150
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
880
1151
|
"isExtensionMethod": false,
|
|
@@ -895,6 +1166,7 @@
|
|
|
895
1166
|
"isVirtual": true,
|
|
896
1167
|
"isOverride": false,
|
|
897
1168
|
"isSealed": false,
|
|
1169
|
+
"visibility": "Public",
|
|
898
1170
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
899
1171
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
900
1172
|
"isExtensionMethod": false,
|
|
@@ -915,6 +1187,7 @@
|
|
|
915
1187
|
"isVirtual": true,
|
|
916
1188
|
"isOverride": false,
|
|
917
1189
|
"isSealed": false,
|
|
1190
|
+
"visibility": "Public",
|
|
918
1191
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
|
|
919
1192
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
920
1193
|
"isExtensionMethod": false,
|
|
@@ -935,6 +1208,7 @@
|
|
|
935
1208
|
"isVirtual": true,
|
|
936
1209
|
"isOverride": false,
|
|
937
1210
|
"isSealed": false,
|
|
1211
|
+
"visibility": "Public",
|
|
938
1212
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
939
1213
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
940
1214
|
"isExtensionMethod": false,
|
|
@@ -955,6 +1229,7 @@
|
|
|
955
1229
|
"isVirtual": true,
|
|
956
1230
|
"isOverride": false,
|
|
957
1231
|
"isSealed": false,
|
|
1232
|
+
"visibility": "Public",
|
|
958
1233
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
959
1234
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
960
1235
|
"isExtensionMethod": false
|
|
@@ -974,6 +1249,27 @@
|
|
|
974
1249
|
"isVirtual": true,
|
|
975
1250
|
"isOverride": false,
|
|
976
1251
|
"isSealed": false,
|
|
1252
|
+
"visibility": "Public",
|
|
1253
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
1254
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1255
|
+
"isExtensionMethod": false
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.NavLink::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
|
|
1259
|
+
"clrName": "OnAfterRenderAsync",
|
|
1260
|
+
"metadataToken": 0,
|
|
1261
|
+
"canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
|
|
1262
|
+
"normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
|
|
1263
|
+
"emitScope": "ClassSurface",
|
|
1264
|
+
"provenance": "BaseOverload",
|
|
1265
|
+
"arity": 0,
|
|
1266
|
+
"parameterCount": 1,
|
|
1267
|
+
"isStatic": false,
|
|
1268
|
+
"isAbstract": false,
|
|
1269
|
+
"isVirtual": true,
|
|
1270
|
+
"isOverride": false,
|
|
1271
|
+
"isSealed": false,
|
|
1272
|
+
"visibility": "Protected",
|
|
977
1273
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
978
1274
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
979
1275
|
"isExtensionMethod": false
|
|
@@ -993,6 +1289,7 @@
|
|
|
993
1289
|
"isVirtual": true,
|
|
994
1290
|
"isOverride": false,
|
|
995
1291
|
"isSealed": false,
|
|
1292
|
+
"visibility": "Public",
|
|
996
1293
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
997
1294
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
998
1295
|
"isExtensionMethod": false
|
|
@@ -1012,6 +1309,7 @@
|
|
|
1012
1309
|
"isVirtual": true,
|
|
1013
1310
|
"isOverride": false,
|
|
1014
1311
|
"isSealed": false,
|
|
1312
|
+
"visibility": "Public",
|
|
1015
1313
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
1016
1314
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1017
1315
|
"isExtensionMethod": false
|
|
@@ -1033,6 +1331,7 @@
|
|
|
1033
1331
|
"isAbstract": false,
|
|
1034
1332
|
"isVirtual": false,
|
|
1035
1333
|
"isOverride": false,
|
|
1334
|
+
"visibility": "Public",
|
|
1036
1335
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
1037
1336
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1038
1337
|
},
|
|
@@ -1051,6 +1350,26 @@
|
|
|
1051
1350
|
"isAbstract": false,
|
|
1052
1351
|
"isVirtual": false,
|
|
1053
1352
|
"isOverride": false,
|
|
1353
|
+
"visibility": "Public",
|
|
1354
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
1355
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.NavLink::CssClass:System.String",
|
|
1359
|
+
"clrName": "CssClass",
|
|
1360
|
+
"metadataToken": 385876005,
|
|
1361
|
+
"canonicalSignature": ":System.String",
|
|
1362
|
+
"normalizedSignature": "CssClass|:System.String|static=false|accessor=getset",
|
|
1363
|
+
"emitScope": "ClassSurface",
|
|
1364
|
+
"provenance": "Original",
|
|
1365
|
+
"isIndexer": false,
|
|
1366
|
+
"hasGetter": true,
|
|
1367
|
+
"hasSetter": true,
|
|
1368
|
+
"isStatic": false,
|
|
1369
|
+
"isAbstract": false,
|
|
1370
|
+
"isVirtual": false,
|
|
1371
|
+
"isOverride": false,
|
|
1372
|
+
"visibility": "Protected",
|
|
1054
1373
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
1055
1374
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1056
1375
|
},
|
|
@@ -1069,6 +1388,7 @@
|
|
|
1069
1388
|
"isAbstract": false,
|
|
1070
1389
|
"isVirtual": false,
|
|
1071
1390
|
"isOverride": false,
|
|
1391
|
+
"visibility": "Public",
|
|
1072
1392
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
1073
1393
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1074
1394
|
},
|
|
@@ -1087,6 +1407,7 @@
|
|
|
1087
1407
|
"isAbstract": false,
|
|
1088
1408
|
"isVirtual": false,
|
|
1089
1409
|
"isOverride": false,
|
|
1410
|
+
"visibility": "Public",
|
|
1090
1411
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
1091
1412
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1092
1413
|
}
|
|
@@ -1101,6 +1422,7 @@
|
|
|
1101
1422
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1102
1423
|
"isStatic": false,
|
|
1103
1424
|
"parameterCount": 0,
|
|
1425
|
+
"visibility": "Public",
|
|
1104
1426
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
1105
1427
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1106
1428
|
}
|
|
@@ -1117,6 +1439,10 @@
|
|
|
1117
1439
|
"isSealed": true,
|
|
1118
1440
|
"isStatic": false,
|
|
1119
1441
|
"arity": 0,
|
|
1442
|
+
"baseType": {
|
|
1443
|
+
"stableId": "System.Private.CoreLib:System.EventArgs",
|
|
1444
|
+
"clrName": "System.EventArgs"
|
|
1445
|
+
},
|
|
1120
1446
|
"methods": [],
|
|
1121
1447
|
"properties": [
|
|
1122
1448
|
{
|
|
@@ -1134,6 +1460,7 @@
|
|
|
1134
1460
|
"isAbstract": false,
|
|
1135
1461
|
"isVirtual": false,
|
|
1136
1462
|
"isOverride": false,
|
|
1463
|
+
"visibility": "Public",
|
|
1137
1464
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NotFoundEventArgs",
|
|
1138
1465
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
1139
1466
|
}
|
|
@@ -1148,6 +1475,7 @@
|
|
|
1148
1475
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1149
1476
|
"isStatic": false,
|
|
1150
1477
|
"parameterCount": 0,
|
|
1478
|
+
"visibility": "Public",
|
|
1151
1479
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NotFoundEventArgs",
|
|
1152
1480
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
1153
1481
|
}
|
|
@@ -1164,6 +1492,24 @@
|
|
|
1164
1492
|
"isSealed": false,
|
|
1165
1493
|
"isStatic": false,
|
|
1166
1494
|
"arity": 0,
|
|
1495
|
+
"baseType": {
|
|
1496
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1497
|
+
"clrName": "System.Object"
|
|
1498
|
+
},
|
|
1499
|
+
"interfaces": [
|
|
1500
|
+
{
|
|
1501
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
|
|
1502
|
+
"clrName": "Microsoft.AspNetCore.Components.IComponent"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
1506
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
1510
|
+
"clrName": "System.IDisposable"
|
|
1511
|
+
}
|
|
1512
|
+
],
|
|
1167
1513
|
"methods": [
|
|
1168
1514
|
{
|
|
1169
1515
|
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.Routing.Router::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
@@ -1180,6 +1526,7 @@
|
|
|
1180
1526
|
"isVirtual": true,
|
|
1181
1527
|
"isOverride": false,
|
|
1182
1528
|
"isSealed": true,
|
|
1529
|
+
"visibility": "Public",
|
|
1183
1530
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.Router",
|
|
1184
1531
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
1185
1532
|
"isExtensionMethod": false
|
|
@@ -1199,6 +1546,7 @@
|
|
|
1199
1546
|
"isVirtual": true,
|
|
1200
1547
|
"isOverride": false,
|
|
1201
1548
|
"isSealed": true,
|
|
1549
|
+
"visibility": "Public",
|
|
1202
1550
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.Router",
|
|
1203
1551
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
1204
1552
|
"isExtensionMethod": false
|
|
@@ -1218,6 +1566,7 @@
|
|
|
1218
1566
|
"isVirtual": true,
|
|
1219
1567
|
"isOverride": false,
|
|
1220
1568
|
"isSealed": true,
|
|
1569
|
+
"visibility": "Public",
|
|
1221
1570
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.Router",
|
|
1222
1571
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
1223
1572
|
"isExtensionMethod": false
|
|
@@ -1237,6 +1586,7 @@
|
|
|
1237
1586
|
"isVirtual": true,
|
|
1238
1587
|
"isOverride": false,
|
|
1239
1588
|
"isSealed": false,
|
|
1589
|
+
"visibility": "Public",
|
|
1240
1590
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
1241
1591
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
1242
1592
|
"isExtensionMethod": false,
|
|
@@ -1257,6 +1607,7 @@
|
|
|
1257
1607
|
"isVirtual": true,
|
|
1258
1608
|
"isOverride": false,
|
|
1259
1609
|
"isSealed": false,
|
|
1610
|
+
"visibility": "Public",
|
|
1260
1611
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
1261
1612
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
1262
1613
|
"isExtensionMethod": false,
|
|
@@ -1277,6 +1628,7 @@
|
|
|
1277
1628
|
"isVirtual": true,
|
|
1278
1629
|
"isOverride": false,
|
|
1279
1630
|
"isSealed": false,
|
|
1631
|
+
"visibility": "Public",
|
|
1280
1632
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
1281
1633
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
1282
1634
|
"isExtensionMethod": false,
|
|
@@ -1299,6 +1651,7 @@
|
|
|
1299
1651
|
"isAbstract": false,
|
|
1300
1652
|
"isVirtual": false,
|
|
1301
1653
|
"isOverride": false,
|
|
1654
|
+
"visibility": "Public",
|
|
1302
1655
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.Router",
|
|
1303
1656
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
1304
1657
|
},
|
|
@@ -1317,6 +1670,7 @@
|
|
|
1317
1670
|
"isAbstract": false,
|
|
1318
1671
|
"isVirtual": false,
|
|
1319
1672
|
"isOverride": false,
|
|
1673
|
+
"visibility": "Public",
|
|
1320
1674
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.Router",
|
|
1321
1675
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
1322
1676
|
},
|
|
@@ -1335,6 +1689,7 @@
|
|
|
1335
1689
|
"isAbstract": false,
|
|
1336
1690
|
"isVirtual": false,
|
|
1337
1691
|
"isOverride": false,
|
|
1692
|
+
"visibility": "Public",
|
|
1338
1693
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.Router",
|
|
1339
1694
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
1340
1695
|
},
|
|
@@ -1353,6 +1708,7 @@
|
|
|
1353
1708
|
"isAbstract": false,
|
|
1354
1709
|
"isVirtual": false,
|
|
1355
1710
|
"isOverride": false,
|
|
1711
|
+
"visibility": "Public",
|
|
1356
1712
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.Router",
|
|
1357
1713
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
1358
1714
|
},
|
|
@@ -1371,6 +1727,7 @@
|
|
|
1371
1727
|
"isAbstract": false,
|
|
1372
1728
|
"isVirtual": false,
|
|
1373
1729
|
"isOverride": false,
|
|
1730
|
+
"visibility": "Public",
|
|
1374
1731
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.Router",
|
|
1375
1732
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
1376
1733
|
},
|
|
@@ -1389,6 +1746,7 @@
|
|
|
1389
1746
|
"isAbstract": false,
|
|
1390
1747
|
"isVirtual": false,
|
|
1391
1748
|
"isOverride": false,
|
|
1749
|
+
"visibility": "Public",
|
|
1392
1750
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.Router",
|
|
1393
1751
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
1394
1752
|
},
|
|
@@ -1407,6 +1765,7 @@
|
|
|
1407
1765
|
"isAbstract": false,
|
|
1408
1766
|
"isVirtual": false,
|
|
1409
1767
|
"isOverride": false,
|
|
1768
|
+
"visibility": "Public",
|
|
1410
1769
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.Router",
|
|
1411
1770
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
1412
1771
|
},
|
|
@@ -1425,6 +1784,7 @@
|
|
|
1425
1784
|
"isAbstract": false,
|
|
1426
1785
|
"isVirtual": false,
|
|
1427
1786
|
"isOverride": false,
|
|
1787
|
+
"visibility": "Public",
|
|
1428
1788
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.Router",
|
|
1429
1789
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
1430
1790
|
}
|
|
@@ -1439,6 +1799,7 @@
|
|
|
1439
1799
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1440
1800
|
"isStatic": false,
|
|
1441
1801
|
"parameterCount": 0,
|
|
1802
|
+
"visibility": "Public",
|
|
1442
1803
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.Router",
|
|
1443
1804
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
1444
1805
|
}
|
|
@@ -1455,6 +1816,10 @@
|
|
|
1455
1816
|
"isSealed": true,
|
|
1456
1817
|
"isStatic": true,
|
|
1457
1818
|
"arity": 0,
|
|
1819
|
+
"baseType": {
|
|
1820
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1821
|
+
"clrName": "System.Object"
|
|
1822
|
+
},
|
|
1458
1823
|
"methods": [
|
|
1459
1824
|
{
|
|
1460
1825
|
"stableId": "Microsoft.AspNetCore.Components.Endpoints:Microsoft.AspNetCore.Components.Routing.RazorComponentsEndpointHttpContextExtensions::AcceptsInteractiveRouting(Microsoft.AspNetCore.Http.HttpContext):System.Boolean",
|
|
@@ -1471,6 +1836,7 @@
|
|
|
1471
1836
|
"isVirtual": false,
|
|
1472
1837
|
"isOverride": false,
|
|
1473
1838
|
"isSealed": false,
|
|
1839
|
+
"visibility": "Public",
|
|
1474
1840
|
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.RazorComponentsEndpointHttpContextExtensions",
|
|
1475
1841
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints",
|
|
1476
1842
|
"isExtensionMethod": true
|