@tsonic/aspnetcore 10.0.1 → 10.0.5
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 +13 -1
- package/Microsoft.AspNetCore.Authentication/bindings.json +2048 -91
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +172 -66
- 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 +24 -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 +31 -13
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/bindings.json +63 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +4 -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 +57 -16
- package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +295 -0
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +19 -0
- package/Microsoft.AspNetCore.Authorization.Policy/bindings.json +50 -8
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Builder/bindings.json +970 -13
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +72 -40
- 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 +150 -47
- package/Microsoft.AspNetCore.Components.Authorization/bindings.json +403 -2
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +50 -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/internal/index.d.ts +4 -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 +209 -44
- package/Microsoft.AspNetCore.Components.Forms.Mapping/bindings.json +32 -4
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +3 -0
- 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 +16 -3
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +5 -3
- package/Microsoft.AspNetCore.Components.Infrastructure/bindings.json +27 -0
- package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +3 -0
- package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +774 -2
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +34 -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 +5 -0
- package/Microsoft.AspNetCore.Components.Routing/bindings.json +368 -2
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +53 -17
- 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 +14 -7
- package/Microsoft.AspNetCore.Components.Server/bindings.json +130 -1
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +17 -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 +54 -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.Internal/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +156 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -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 +69 -14
- package/Microsoft.AspNetCore.Connections.Abstractions/bindings.json +2 -0
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.Connections.Features/bindings.json +35 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +48 -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 +10 -1
- package/Microsoft.AspNetCore.Cors.Infrastructure/bindings.json +140 -0
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +18 -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 +20 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +108 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +12 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/bindings.json +173 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +24 -4
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +3 -0
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/bindings.json +1 -0
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/bindings.json +1 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/bindings.json +65 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +14 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +20 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +10 -1
- package/Microsoft.AspNetCore.DataProtection.Repositories/bindings.json +59 -0
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +12 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/bindings.json +158 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +24 -0
- package/Microsoft.AspNetCore.Diagnostics/bindings.json +190 -8
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +37 -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 +34 -3
- package/Microsoft.AspNetCore.Hosting.Builder/bindings.json +14 -0
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/bindings.json +5 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server/bindings.json +32 -0
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +10 -0
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/bindings.json +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.Hosting.Server.Features/bindings.json +17 -0
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +4 -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 +17 -1
- package/Microsoft.AspNetCore.Http/bindings.json +1845 -33
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +197 -53
- package/Microsoft.AspNetCore.Http.Connections/bindings.json +118 -0
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +16 -9
- package/Microsoft.AspNetCore.Http.Connections.Features/bindings.json +2 -0
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -1
- package/Microsoft.AspNetCore.Http.Extensions/bindings.json +49 -0
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -0
- package/Microsoft.AspNetCore.Http.Features/bindings.json +477 -4
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +131 -18
- package/Microsoft.AspNetCore.Http.Features.Authentication/bindings.json +14 -0
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +8 -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 +300 -125
- 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 +52 -6
- package/Microsoft.AspNetCore.Http.Timeouts/bindings.json +33 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +5 -2
- package/Microsoft.AspNetCore.HttpLogging/bindings.json +151 -4
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +4 -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 +264 -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.UI.Services/internal/index.d.ts +4 -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 +20 -2
- package/Microsoft.AspNetCore.Localization.Routing/bindings.json +16 -0
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.Mvc/bindings.json +3044 -12
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +508 -107
- package/Microsoft.AspNetCore.Mvc.Abstractions/bindings.json +47 -0
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +15 -5
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/bindings.json +102 -1
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +17 -2
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +224 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +42 -13
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/bindings.json +785 -3
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +128 -18
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +138 -2
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +16 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/bindings.json +51 -0
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +10 -1
- package/Microsoft.AspNetCore.Mvc.Controllers/bindings.json +127 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +23 -2
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/bindings.json +7 -0
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.Mvc.Cors/bindings.json +29 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +203 -1
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +27 -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 +366 -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 +100 -24
- package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +1202 -27
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +111 -13
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +260 -1
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +40 -4
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -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 +97 -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 +23 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1714 -32
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +234 -58
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +976 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +101 -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 +75 -32
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +3 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +576 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +45 -8
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +4 -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 +50 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +27 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +8 -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 +27 -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 +33 -10
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +217 -1
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +32 -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 +19 -3
- package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +393 -3
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +58 -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 +84 -32
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/bindings.json +74 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +14 -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 +43 -3
- package/Microsoft.AspNetCore.Mvc.ViewEngines/bindings.json +51 -6
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +13 -4
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +1966 -56
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +114 -7
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/bindings.json +10 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +2 -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 +16 -8
- package/Microsoft.AspNetCore.RateLimiting/bindings.json +42 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +126 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +11 -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 +52 -12
- package/Microsoft.AspNetCore.RequestDecompression/bindings.json +8 -0
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCaching/bindings.json +28 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +6 -2
- package/Microsoft.AspNetCore.ResponseCompression/bindings.json +165 -0
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +23 -0
- package/Microsoft.AspNetCore.Rewrite/bindings.json +86 -0
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.Routing/bindings.json +1025 -18
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +139 -26
- package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +615 -10
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +117 -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 +28 -6
- package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +175 -1
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +4 -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 +6 -10
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +290 -0
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +21 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +31 -0
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +4 -1
- package/Microsoft.AspNetCore.Server.IISIntegration/bindings.json +28 -0
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +2 -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 +13 -7
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +8 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +16 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +129 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +6 -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.Server.Kestrel.Transport.Sockets/internal/index.d.ts +5 -0
- package/Microsoft.AspNetCore.Session/bindings.json +67 -0
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +8 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +616 -5
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +63 -10
- package/Microsoft.AspNetCore.SignalR.Protocol/bindings.json +228 -5
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.StaticAssets/bindings.json +45 -0
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +2 -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 +9 -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.WebSockets.d.ts +3 -0
- package/Microsoft.AspNetCore.WebUtilities/bindings.json +435 -4
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +28 -6
- package/Microsoft.Extensions.DependencyInjection/bindings.json +489 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +10 -0
- package/Microsoft.Extensions.Hosting/bindings.json +19 -0
- package/Microsoft.Extensions.Hosting.d.ts +3 -0
- package/Microsoft.JSInterop/bindings.json +545 -3
- package/Microsoft.JSInterop/internal/index.d.ts +52 -6
- package/Microsoft.JSInterop.Implementation/bindings.json +178 -3
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +15 -6
- package/Microsoft.JSInterop.Implementation.d.ts +1 -1
- package/Microsoft.JSInterop.Infrastructure/bindings.json +62 -0
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +2 -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 +8 -6
- package/System.Formats.Cbor/bindings.json +251 -0
- package/System.Formats.Cbor/internal/index.d.ts +3 -1
- package/System.Formats.Cbor.d.ts +1 -1
- package/System.Security.Claims/bindings.json +5 -0
- package/System.Security.Claims.d.ts +3 -0
- package/System.Threading.RateLimiting/bindings.json +1001 -10
- package/System.Threading.RateLimiting/internal/index.d.ts +58 -4
- package/__internal/extensions/index.d.ts +818 -529
- package/package.json +1 -1
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"isVirtual": true,
|
|
32
32
|
"isOverride": false,
|
|
33
33
|
"isSealed": false,
|
|
34
|
+
"visibility": "Public",
|
|
34
35
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.IErrorBoundaryLogger",
|
|
35
36
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
36
37
|
"isExtensionMethod": false
|
|
@@ -69,6 +70,7 @@
|
|
|
69
70
|
"isAbstract": true,
|
|
70
71
|
"isVirtual": true,
|
|
71
72
|
"isOverride": false,
|
|
73
|
+
"visibility": "Public",
|
|
72
74
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration",
|
|
73
75
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
74
76
|
}
|
|
@@ -88,6 +90,10 @@
|
|
|
88
90
|
"isSealed": false,
|
|
89
91
|
"isStatic": false,
|
|
90
92
|
"arity": 0,
|
|
93
|
+
"baseType": {
|
|
94
|
+
"stableId": "System.Private.CoreLib:System.EventArgs",
|
|
95
|
+
"clrName": "System.EventArgs"
|
|
96
|
+
},
|
|
91
97
|
"methods": [],
|
|
92
98
|
"properties": [
|
|
93
99
|
{
|
|
@@ -105,6 +111,7 @@
|
|
|
105
111
|
"isAbstract": false,
|
|
106
112
|
"isVirtual": false,
|
|
107
113
|
"isOverride": false,
|
|
114
|
+
"visibility": "Public",
|
|
108
115
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ClipboardEventArgs",
|
|
109
116
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
110
117
|
}
|
|
@@ -119,6 +126,7 @@
|
|
|
119
126
|
"normalizedSignature": "constructor|():void|static=false",
|
|
120
127
|
"isStatic": false,
|
|
121
128
|
"parameterCount": 0,
|
|
129
|
+
"visibility": "Public",
|
|
122
130
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ClipboardEventArgs",
|
|
123
131
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
124
132
|
}
|
|
@@ -135,6 +143,10 @@
|
|
|
135
143
|
"isSealed": false,
|
|
136
144
|
"isStatic": false,
|
|
137
145
|
"arity": 0,
|
|
146
|
+
"baseType": {
|
|
147
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
148
|
+
"clrName": "System.Object"
|
|
149
|
+
},
|
|
138
150
|
"methods": [],
|
|
139
151
|
"properties": [
|
|
140
152
|
{
|
|
@@ -152,6 +164,7 @@
|
|
|
152
164
|
"isAbstract": false,
|
|
153
165
|
"isVirtual": false,
|
|
154
166
|
"isOverride": false,
|
|
167
|
+
"visibility": "Public",
|
|
155
168
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.DataTransfer",
|
|
156
169
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
157
170
|
},
|
|
@@ -170,6 +183,7 @@
|
|
|
170
183
|
"isAbstract": false,
|
|
171
184
|
"isVirtual": false,
|
|
172
185
|
"isOverride": false,
|
|
186
|
+
"visibility": "Public",
|
|
173
187
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.DataTransfer",
|
|
174
188
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
175
189
|
},
|
|
@@ -188,6 +202,7 @@
|
|
|
188
202
|
"isAbstract": false,
|
|
189
203
|
"isVirtual": false,
|
|
190
204
|
"isOverride": false,
|
|
205
|
+
"visibility": "Public",
|
|
191
206
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.DataTransfer",
|
|
192
207
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
193
208
|
},
|
|
@@ -206,6 +221,7 @@
|
|
|
206
221
|
"isAbstract": false,
|
|
207
222
|
"isVirtual": false,
|
|
208
223
|
"isOverride": false,
|
|
224
|
+
"visibility": "Public",
|
|
209
225
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.DataTransfer",
|
|
210
226
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
211
227
|
},
|
|
@@ -224,6 +240,7 @@
|
|
|
224
240
|
"isAbstract": false,
|
|
225
241
|
"isVirtual": false,
|
|
226
242
|
"isOverride": false,
|
|
243
|
+
"visibility": "Public",
|
|
227
244
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.DataTransfer",
|
|
228
245
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
229
246
|
}
|
|
@@ -238,6 +255,7 @@
|
|
|
238
255
|
"normalizedSignature": "constructor|():void|static=false",
|
|
239
256
|
"isStatic": false,
|
|
240
257
|
"parameterCount": 0,
|
|
258
|
+
"visibility": "Public",
|
|
241
259
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.DataTransfer",
|
|
242
260
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
243
261
|
}
|
|
@@ -254,6 +272,10 @@
|
|
|
254
272
|
"isSealed": false,
|
|
255
273
|
"isStatic": false,
|
|
256
274
|
"arity": 0,
|
|
275
|
+
"baseType": {
|
|
276
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
277
|
+
"clrName": "System.Object"
|
|
278
|
+
},
|
|
257
279
|
"methods": [],
|
|
258
280
|
"properties": [
|
|
259
281
|
{
|
|
@@ -271,6 +293,7 @@
|
|
|
271
293
|
"isAbstract": false,
|
|
272
294
|
"isVirtual": false,
|
|
273
295
|
"isOverride": false,
|
|
296
|
+
"visibility": "Public",
|
|
274
297
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.DataTransferItem",
|
|
275
298
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
276
299
|
},
|
|
@@ -289,6 +312,7 @@
|
|
|
289
312
|
"isAbstract": false,
|
|
290
313
|
"isVirtual": false,
|
|
291
314
|
"isOverride": false,
|
|
315
|
+
"visibility": "Public",
|
|
292
316
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.DataTransferItem",
|
|
293
317
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
294
318
|
}
|
|
@@ -303,6 +327,7 @@
|
|
|
303
327
|
"normalizedSignature": "constructor|():void|static=false",
|
|
304
328
|
"isStatic": false,
|
|
305
329
|
"parameterCount": 0,
|
|
330
|
+
"visibility": "Public",
|
|
306
331
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.DataTransferItem",
|
|
307
332
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
308
333
|
}
|
|
@@ -319,6 +344,10 @@
|
|
|
319
344
|
"isSealed": false,
|
|
320
345
|
"isStatic": false,
|
|
321
346
|
"arity": 0,
|
|
347
|
+
"baseType": {
|
|
348
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
349
|
+
"clrName": "Microsoft.AspNetCore.Components.Web.MouseEventArgs"
|
|
350
|
+
},
|
|
322
351
|
"methods": [],
|
|
323
352
|
"properties": [
|
|
324
353
|
{
|
|
@@ -336,6 +365,7 @@
|
|
|
336
365
|
"isAbstract": false,
|
|
337
366
|
"isVirtual": false,
|
|
338
367
|
"isOverride": false,
|
|
368
|
+
"visibility": "Public",
|
|
339
369
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.DragEventArgs",
|
|
340
370
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
341
371
|
}
|
|
@@ -350,6 +380,7 @@
|
|
|
350
380
|
"normalizedSignature": "constructor|():void|static=false",
|
|
351
381
|
"isStatic": false,
|
|
352
382
|
"parameterCount": 0,
|
|
383
|
+
"visibility": "Public",
|
|
353
384
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.DragEventArgs",
|
|
354
385
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
355
386
|
}
|
|
@@ -366,7 +397,69 @@
|
|
|
366
397
|
"isSealed": false,
|
|
367
398
|
"isStatic": false,
|
|
368
399
|
"arity": 0,
|
|
400
|
+
"baseType": {
|
|
401
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ErrorBoundaryBase",
|
|
402
|
+
"clrName": "Microsoft.AspNetCore.Components.ErrorBoundaryBase"
|
|
403
|
+
},
|
|
404
|
+
"interfaces": [
|
|
405
|
+
{
|
|
406
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
|
|
407
|
+
"clrName": "Microsoft.AspNetCore.Components.IComponent"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
|
|
411
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
415
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IErrorBoundary",
|
|
419
|
+
"clrName": "Microsoft.AspNetCore.Components.IErrorBoundary"
|
|
420
|
+
}
|
|
421
|
+
],
|
|
369
422
|
"methods": [
|
|
423
|
+
{
|
|
424
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.ErrorBoundary::OnErrorAsync(System.Exception):System.Threading.Tasks.Task",
|
|
425
|
+
"clrName": "OnErrorAsync",
|
|
426
|
+
"metadataToken": 100663520,
|
|
427
|
+
"canonicalSignature": "(System.Exception):System.Threading.Tasks.Task",
|
|
428
|
+
"normalizedSignature": "OnErrorAsync|(System.Exception):System.Threading.Tasks.Task|static=false",
|
|
429
|
+
"emitScope": "ClassSurface",
|
|
430
|
+
"provenance": "Original",
|
|
431
|
+
"arity": 0,
|
|
432
|
+
"parameterCount": 1,
|
|
433
|
+
"isStatic": false,
|
|
434
|
+
"isAbstract": false,
|
|
435
|
+
"isVirtual": true,
|
|
436
|
+
"isOverride": true,
|
|
437
|
+
"isSealed": false,
|
|
438
|
+
"visibility": "Protected",
|
|
439
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorBoundary",
|
|
440
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
441
|
+
"isExtensionMethod": false
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.ErrorBoundary::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
445
|
+
"clrName": "BuildRenderTree",
|
|
446
|
+
"metadataToken": 100663521,
|
|
447
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
448
|
+
"normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
|
|
449
|
+
"emitScope": "ClassSurface",
|
|
450
|
+
"provenance": "Original",
|
|
451
|
+
"arity": 0,
|
|
452
|
+
"parameterCount": 1,
|
|
453
|
+
"isStatic": false,
|
|
454
|
+
"isAbstract": false,
|
|
455
|
+
"isVirtual": true,
|
|
456
|
+
"isOverride": true,
|
|
457
|
+
"isSealed": false,
|
|
458
|
+
"visibility": "Protected",
|
|
459
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorBoundary",
|
|
460
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
461
|
+
"isExtensionMethod": false
|
|
462
|
+
},
|
|
370
463
|
{
|
|
371
464
|
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
372
465
|
"clrName": "Attach",
|
|
@@ -382,6 +475,7 @@
|
|
|
382
475
|
"isVirtual": true,
|
|
383
476
|
"isOverride": false,
|
|
384
477
|
"isSealed": false,
|
|
478
|
+
"visibility": "Public",
|
|
385
479
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
386
480
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
387
481
|
"isExtensionMethod": false,
|
|
@@ -402,6 +496,7 @@
|
|
|
402
496
|
"isVirtual": true,
|
|
403
497
|
"isOverride": false,
|
|
404
498
|
"isSealed": false,
|
|
499
|
+
"visibility": "Public",
|
|
405
500
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
406
501
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
407
502
|
"isExtensionMethod": false,
|
|
@@ -422,6 +517,7 @@
|
|
|
422
517
|
"isVirtual": true,
|
|
423
518
|
"isOverride": false,
|
|
424
519
|
"isSealed": false,
|
|
520
|
+
"visibility": "Public",
|
|
425
521
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
|
|
426
522
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
427
523
|
"isExtensionMethod": false,
|
|
@@ -442,6 +538,7 @@
|
|
|
442
538
|
"isVirtual": true,
|
|
443
539
|
"isOverride": false,
|
|
444
540
|
"isSealed": false,
|
|
541
|
+
"visibility": "Public",
|
|
445
542
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
446
543
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
447
544
|
"isExtensionMethod": false,
|
|
@@ -462,6 +559,7 @@
|
|
|
462
559
|
"isVirtual": true,
|
|
463
560
|
"isOverride": false,
|
|
464
561
|
"isSealed": false,
|
|
562
|
+
"visibility": "Public",
|
|
465
563
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorBoundary",
|
|
466
564
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
467
565
|
"isExtensionMethod": false
|
|
@@ -481,6 +579,7 @@
|
|
|
481
579
|
"isVirtual": true,
|
|
482
580
|
"isOverride": false,
|
|
483
581
|
"isSealed": false,
|
|
582
|
+
"visibility": "Public",
|
|
484
583
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorBoundary",
|
|
485
584
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
486
585
|
"isExtensionMethod": false
|
|
@@ -500,6 +599,27 @@
|
|
|
500
599
|
"isVirtual": true,
|
|
501
600
|
"isOverride": false,
|
|
502
601
|
"isSealed": false,
|
|
602
|
+
"visibility": "Public",
|
|
603
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorBoundary",
|
|
604
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
605
|
+
"isExtensionMethod": false
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.ErrorBoundary::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
|
|
609
|
+
"clrName": "OnAfterRenderAsync",
|
|
610
|
+
"metadataToken": 0,
|
|
611
|
+
"canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
|
|
612
|
+
"normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
|
|
613
|
+
"emitScope": "ClassSurface",
|
|
614
|
+
"provenance": "BaseOverload",
|
|
615
|
+
"arity": 0,
|
|
616
|
+
"parameterCount": 1,
|
|
617
|
+
"isStatic": false,
|
|
618
|
+
"isAbstract": false,
|
|
619
|
+
"isVirtual": true,
|
|
620
|
+
"isOverride": false,
|
|
621
|
+
"isSealed": false,
|
|
622
|
+
"visibility": "Protected",
|
|
503
623
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorBoundary",
|
|
504
624
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
505
625
|
"isExtensionMethod": false
|
|
@@ -519,6 +639,7 @@
|
|
|
519
639
|
"isVirtual": true,
|
|
520
640
|
"isOverride": false,
|
|
521
641
|
"isSealed": false,
|
|
642
|
+
"visibility": "Public",
|
|
522
643
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorBoundary",
|
|
523
644
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
524
645
|
"isExtensionMethod": false
|
|
@@ -535,6 +656,7 @@
|
|
|
535
656
|
"normalizedSignature": "constructor|():void|static=false",
|
|
536
657
|
"isStatic": false,
|
|
537
658
|
"parameterCount": 0,
|
|
659
|
+
"visibility": "Public",
|
|
538
660
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorBoundary",
|
|
539
661
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
540
662
|
}
|
|
@@ -551,6 +673,10 @@
|
|
|
551
673
|
"isSealed": false,
|
|
552
674
|
"isStatic": false,
|
|
553
675
|
"arity": 0,
|
|
676
|
+
"baseType": {
|
|
677
|
+
"stableId": "System.Private.CoreLib:System.EventArgs",
|
|
678
|
+
"clrName": "System.EventArgs"
|
|
679
|
+
},
|
|
554
680
|
"methods": [],
|
|
555
681
|
"properties": [
|
|
556
682
|
{
|
|
@@ -568,6 +694,7 @@
|
|
|
568
694
|
"isAbstract": false,
|
|
569
695
|
"isVirtual": false,
|
|
570
696
|
"isOverride": false,
|
|
697
|
+
"visibility": "Public",
|
|
571
698
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorEventArgs",
|
|
572
699
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
573
700
|
},
|
|
@@ -586,6 +713,7 @@
|
|
|
586
713
|
"isAbstract": false,
|
|
587
714
|
"isVirtual": false,
|
|
588
715
|
"isOverride": false,
|
|
716
|
+
"visibility": "Public",
|
|
589
717
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorEventArgs",
|
|
590
718
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
591
719
|
},
|
|
@@ -604,6 +732,7 @@
|
|
|
604
732
|
"isAbstract": false,
|
|
605
733
|
"isVirtual": false,
|
|
606
734
|
"isOverride": false,
|
|
735
|
+
"visibility": "Public",
|
|
607
736
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorEventArgs",
|
|
608
737
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
609
738
|
},
|
|
@@ -622,6 +751,7 @@
|
|
|
622
751
|
"isAbstract": false,
|
|
623
752
|
"isVirtual": false,
|
|
624
753
|
"isOverride": false,
|
|
754
|
+
"visibility": "Public",
|
|
625
755
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorEventArgs",
|
|
626
756
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
627
757
|
},
|
|
@@ -640,6 +770,7 @@
|
|
|
640
770
|
"isAbstract": false,
|
|
641
771
|
"isVirtual": false,
|
|
642
772
|
"isOverride": false,
|
|
773
|
+
"visibility": "Public",
|
|
643
774
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorEventArgs",
|
|
644
775
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
645
776
|
}
|
|
@@ -654,6 +785,7 @@
|
|
|
654
785
|
"normalizedSignature": "constructor|():void|static=false",
|
|
655
786
|
"isStatic": false,
|
|
656
787
|
"parameterCount": 0,
|
|
788
|
+
"visibility": "Public",
|
|
657
789
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ErrorEventArgs",
|
|
658
790
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
659
791
|
}
|
|
@@ -670,6 +802,10 @@
|
|
|
670
802
|
"isSealed": false,
|
|
671
803
|
"isStatic": false,
|
|
672
804
|
"arity": 0,
|
|
805
|
+
"baseType": {
|
|
806
|
+
"stableId": "System.Private.CoreLib:System.EventArgs",
|
|
807
|
+
"clrName": "System.EventArgs"
|
|
808
|
+
},
|
|
673
809
|
"methods": [],
|
|
674
810
|
"properties": [
|
|
675
811
|
{
|
|
@@ -687,6 +823,7 @@
|
|
|
687
823
|
"isAbstract": false,
|
|
688
824
|
"isVirtual": false,
|
|
689
825
|
"isOverride": false,
|
|
826
|
+
"visibility": "Public",
|
|
690
827
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.FocusEventArgs",
|
|
691
828
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
692
829
|
}
|
|
@@ -701,6 +838,7 @@
|
|
|
701
838
|
"normalizedSignature": "constructor|():void|static=false",
|
|
702
839
|
"isStatic": false,
|
|
703
840
|
"parameterCount": 0,
|
|
841
|
+
"visibility": "Public",
|
|
704
842
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.FocusEventArgs",
|
|
705
843
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
706
844
|
}
|
|
@@ -717,7 +855,45 @@
|
|
|
717
855
|
"isSealed": true,
|
|
718
856
|
"isStatic": false,
|
|
719
857
|
"arity": 0,
|
|
858
|
+
"baseType": {
|
|
859
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ComponentBase",
|
|
860
|
+
"clrName": "Microsoft.AspNetCore.Components.ComponentBase"
|
|
861
|
+
},
|
|
862
|
+
"interfaces": [
|
|
863
|
+
{
|
|
864
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
|
|
865
|
+
"clrName": "Microsoft.AspNetCore.Components.IComponent"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
|
|
869
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
873
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
874
|
+
}
|
|
875
|
+
],
|
|
720
876
|
"methods": [
|
|
877
|
+
{
|
|
878
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.HeadContent::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
879
|
+
"clrName": "BuildRenderTree",
|
|
880
|
+
"metadataToken": 100663446,
|
|
881
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
882
|
+
"normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
|
|
883
|
+
"emitScope": "ClassSurface",
|
|
884
|
+
"provenance": "Original",
|
|
885
|
+
"arity": 0,
|
|
886
|
+
"parameterCount": 1,
|
|
887
|
+
"isStatic": false,
|
|
888
|
+
"isAbstract": false,
|
|
889
|
+
"isVirtual": true,
|
|
890
|
+
"isOverride": true,
|
|
891
|
+
"isSealed": false,
|
|
892
|
+
"visibility": "Protected",
|
|
893
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadContent",
|
|
894
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
895
|
+
"isExtensionMethod": false
|
|
896
|
+
},
|
|
721
897
|
{
|
|
722
898
|
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
723
899
|
"clrName": "Attach",
|
|
@@ -733,6 +909,7 @@
|
|
|
733
909
|
"isVirtual": true,
|
|
734
910
|
"isOverride": false,
|
|
735
911
|
"isSealed": false,
|
|
912
|
+
"visibility": "Public",
|
|
736
913
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
737
914
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
738
915
|
"isExtensionMethod": false,
|
|
@@ -753,6 +930,7 @@
|
|
|
753
930
|
"isVirtual": true,
|
|
754
931
|
"isOverride": false,
|
|
755
932
|
"isSealed": false,
|
|
933
|
+
"visibility": "Public",
|
|
756
934
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
757
935
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
758
936
|
"isExtensionMethod": false,
|
|
@@ -773,6 +951,7 @@
|
|
|
773
951
|
"isVirtual": true,
|
|
774
952
|
"isOverride": false,
|
|
775
953
|
"isSealed": false,
|
|
954
|
+
"visibility": "Public",
|
|
776
955
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
|
|
777
956
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
778
957
|
"isExtensionMethod": false,
|
|
@@ -793,6 +972,7 @@
|
|
|
793
972
|
"isVirtual": true,
|
|
794
973
|
"isOverride": false,
|
|
795
974
|
"isSealed": false,
|
|
975
|
+
"visibility": "Public",
|
|
796
976
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
797
977
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
798
978
|
"isExtensionMethod": false,
|
|
@@ -813,6 +993,7 @@
|
|
|
813
993
|
"isVirtual": true,
|
|
814
994
|
"isOverride": false,
|
|
815
995
|
"isSealed": false,
|
|
996
|
+
"visibility": "Public",
|
|
816
997
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadContent",
|
|
817
998
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
818
999
|
"isExtensionMethod": false
|
|
@@ -832,6 +1013,27 @@
|
|
|
832
1013
|
"isVirtual": true,
|
|
833
1014
|
"isOverride": false,
|
|
834
1015
|
"isSealed": false,
|
|
1016
|
+
"visibility": "Public",
|
|
1017
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadContent",
|
|
1018
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1019
|
+
"isExtensionMethod": false
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.HeadContent::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
|
|
1023
|
+
"clrName": "OnAfterRenderAsync",
|
|
1024
|
+
"metadataToken": 0,
|
|
1025
|
+
"canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
|
|
1026
|
+
"normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
|
|
1027
|
+
"emitScope": "ClassSurface",
|
|
1028
|
+
"provenance": "BaseOverload",
|
|
1029
|
+
"arity": 0,
|
|
1030
|
+
"parameterCount": 1,
|
|
1031
|
+
"isStatic": false,
|
|
1032
|
+
"isAbstract": false,
|
|
1033
|
+
"isVirtual": true,
|
|
1034
|
+
"isOverride": false,
|
|
1035
|
+
"isSealed": false,
|
|
1036
|
+
"visibility": "Protected",
|
|
835
1037
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadContent",
|
|
836
1038
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
837
1039
|
"isExtensionMethod": false
|
|
@@ -851,6 +1053,7 @@
|
|
|
851
1053
|
"isVirtual": true,
|
|
852
1054
|
"isOverride": false,
|
|
853
1055
|
"isSealed": false,
|
|
1056
|
+
"visibility": "Public",
|
|
854
1057
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadContent",
|
|
855
1058
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
856
1059
|
"isExtensionMethod": false
|
|
@@ -870,6 +1073,7 @@
|
|
|
870
1073
|
"isVirtual": true,
|
|
871
1074
|
"isOverride": false,
|
|
872
1075
|
"isSealed": false,
|
|
1076
|
+
"visibility": "Public",
|
|
873
1077
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadContent",
|
|
874
1078
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
875
1079
|
"isExtensionMethod": false
|
|
@@ -891,6 +1095,7 @@
|
|
|
891
1095
|
"isAbstract": false,
|
|
892
1096
|
"isVirtual": false,
|
|
893
1097
|
"isOverride": false,
|
|
1098
|
+
"visibility": "Public",
|
|
894
1099
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadContent",
|
|
895
1100
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
896
1101
|
}
|
|
@@ -905,6 +1110,7 @@
|
|
|
905
1110
|
"normalizedSignature": "constructor|():void|static=false",
|
|
906
1111
|
"isStatic": false,
|
|
907
1112
|
"parameterCount": 0,
|
|
1113
|
+
"visibility": "Public",
|
|
908
1114
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadContent",
|
|
909
1115
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
910
1116
|
}
|
|
@@ -921,7 +1127,65 @@
|
|
|
921
1127
|
"isSealed": true,
|
|
922
1128
|
"isStatic": false,
|
|
923
1129
|
"arity": 0,
|
|
1130
|
+
"baseType": {
|
|
1131
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ComponentBase",
|
|
1132
|
+
"clrName": "Microsoft.AspNetCore.Components.ComponentBase"
|
|
1133
|
+
},
|
|
1134
|
+
"interfaces": [
|
|
1135
|
+
{
|
|
1136
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
|
|
1137
|
+
"clrName": "Microsoft.AspNetCore.Components.IComponent"
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
|
|
1141
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
1145
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
1146
|
+
}
|
|
1147
|
+
],
|
|
924
1148
|
"methods": [
|
|
1149
|
+
{
|
|
1150
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.HeadOutlet::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
|
|
1151
|
+
"clrName": "OnAfterRenderAsync",
|
|
1152
|
+
"metadataToken": 100663450,
|
|
1153
|
+
"canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
|
|
1154
|
+
"normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
|
|
1155
|
+
"emitScope": "ClassSurface",
|
|
1156
|
+
"provenance": "Original",
|
|
1157
|
+
"arity": 0,
|
|
1158
|
+
"parameterCount": 1,
|
|
1159
|
+
"isStatic": false,
|
|
1160
|
+
"isAbstract": false,
|
|
1161
|
+
"isVirtual": true,
|
|
1162
|
+
"isOverride": true,
|
|
1163
|
+
"isSealed": false,
|
|
1164
|
+
"visibility": "Protected",
|
|
1165
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadOutlet",
|
|
1166
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1167
|
+
"isExtensionMethod": false
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.HeadOutlet::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
1171
|
+
"clrName": "BuildRenderTree",
|
|
1172
|
+
"metadataToken": 100663451,
|
|
1173
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
1174
|
+
"normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
|
|
1175
|
+
"emitScope": "ClassSurface",
|
|
1176
|
+
"provenance": "Original",
|
|
1177
|
+
"arity": 0,
|
|
1178
|
+
"parameterCount": 1,
|
|
1179
|
+
"isStatic": false,
|
|
1180
|
+
"isAbstract": false,
|
|
1181
|
+
"isVirtual": true,
|
|
1182
|
+
"isOverride": true,
|
|
1183
|
+
"isSealed": false,
|
|
1184
|
+
"visibility": "Protected",
|
|
1185
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadOutlet",
|
|
1186
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1187
|
+
"isExtensionMethod": false
|
|
1188
|
+
},
|
|
925
1189
|
{
|
|
926
1190
|
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
927
1191
|
"clrName": "Attach",
|
|
@@ -937,6 +1201,7 @@
|
|
|
937
1201
|
"isVirtual": true,
|
|
938
1202
|
"isOverride": false,
|
|
939
1203
|
"isSealed": false,
|
|
1204
|
+
"visibility": "Public",
|
|
940
1205
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
941
1206
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
942
1207
|
"isExtensionMethod": false,
|
|
@@ -957,6 +1222,7 @@
|
|
|
957
1222
|
"isVirtual": true,
|
|
958
1223
|
"isOverride": false,
|
|
959
1224
|
"isSealed": false,
|
|
1225
|
+
"visibility": "Public",
|
|
960
1226
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
961
1227
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
962
1228
|
"isExtensionMethod": false,
|
|
@@ -977,6 +1243,7 @@
|
|
|
977
1243
|
"isVirtual": true,
|
|
978
1244
|
"isOverride": false,
|
|
979
1245
|
"isSealed": false,
|
|
1246
|
+
"visibility": "Public",
|
|
980
1247
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
|
|
981
1248
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
982
1249
|
"isExtensionMethod": false,
|
|
@@ -997,6 +1264,7 @@
|
|
|
997
1264
|
"isVirtual": true,
|
|
998
1265
|
"isOverride": false,
|
|
999
1266
|
"isSealed": false,
|
|
1267
|
+
"visibility": "Public",
|
|
1000
1268
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
1001
1269
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
1002
1270
|
"isExtensionMethod": false,
|
|
@@ -1017,6 +1285,7 @@
|
|
|
1017
1285
|
"isVirtual": true,
|
|
1018
1286
|
"isOverride": false,
|
|
1019
1287
|
"isSealed": false,
|
|
1288
|
+
"visibility": "Public",
|
|
1020
1289
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadOutlet",
|
|
1021
1290
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1022
1291
|
"isExtensionMethod": false
|
|
@@ -1036,6 +1305,7 @@
|
|
|
1036
1305
|
"isVirtual": true,
|
|
1037
1306
|
"isOverride": false,
|
|
1038
1307
|
"isSealed": false,
|
|
1308
|
+
"visibility": "Public",
|
|
1039
1309
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadOutlet",
|
|
1040
1310
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1041
1311
|
"isExtensionMethod": false
|
|
@@ -1055,6 +1325,7 @@
|
|
|
1055
1325
|
"isVirtual": true,
|
|
1056
1326
|
"isOverride": false,
|
|
1057
1327
|
"isSealed": false,
|
|
1328
|
+
"visibility": "Public",
|
|
1058
1329
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadOutlet",
|
|
1059
1330
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1060
1331
|
"isExtensionMethod": false
|
|
@@ -1074,6 +1345,7 @@
|
|
|
1074
1345
|
"isVirtual": true,
|
|
1075
1346
|
"isOverride": false,
|
|
1076
1347
|
"isSealed": false,
|
|
1348
|
+
"visibility": "Public",
|
|
1077
1349
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadOutlet",
|
|
1078
1350
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1079
1351
|
"isExtensionMethod": false
|
|
@@ -1090,6 +1362,7 @@
|
|
|
1090
1362
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1091
1363
|
"isStatic": false,
|
|
1092
1364
|
"parameterCount": 0,
|
|
1365
|
+
"visibility": "Public",
|
|
1093
1366
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HeadOutlet",
|
|
1094
1367
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1095
1368
|
}
|
|
@@ -1106,6 +1379,20 @@
|
|
|
1106
1379
|
"isSealed": true,
|
|
1107
1380
|
"isStatic": false,
|
|
1108
1381
|
"arity": 0,
|
|
1382
|
+
"baseType": {
|
|
1383
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1384
|
+
"clrName": "System.Object"
|
|
1385
|
+
},
|
|
1386
|
+
"interfaces": [
|
|
1387
|
+
{
|
|
1388
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
1389
|
+
"clrName": "System.IDisposable"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
1393
|
+
"clrName": "System.IAsyncDisposable"
|
|
1394
|
+
}
|
|
1395
|
+
],
|
|
1109
1396
|
"methods": [
|
|
1110
1397
|
{
|
|
1111
1398
|
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.HtmlRenderer::Dispose():System.Void",
|
|
@@ -1122,6 +1409,7 @@
|
|
|
1122
1409
|
"isVirtual": true,
|
|
1123
1410
|
"isOverride": false,
|
|
1124
1411
|
"isSealed": true,
|
|
1412
|
+
"visibility": "Public",
|
|
1125
1413
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HtmlRenderer",
|
|
1126
1414
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1127
1415
|
"isExtensionMethod": false
|
|
@@ -1141,6 +1429,7 @@
|
|
|
1141
1429
|
"isVirtual": true,
|
|
1142
1430
|
"isOverride": false,
|
|
1143
1431
|
"isSealed": true,
|
|
1432
|
+
"visibility": "Public",
|
|
1144
1433
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HtmlRenderer",
|
|
1145
1434
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1146
1435
|
"isExtensionMethod": false
|
|
@@ -1160,6 +1449,7 @@
|
|
|
1160
1449
|
"isVirtual": false,
|
|
1161
1450
|
"isOverride": false,
|
|
1162
1451
|
"isSealed": false,
|
|
1452
|
+
"visibility": "Public",
|
|
1163
1453
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HtmlRenderer",
|
|
1164
1454
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1165
1455
|
"isExtensionMethod": false
|
|
@@ -1179,6 +1469,7 @@
|
|
|
1179
1469
|
"isVirtual": false,
|
|
1180
1470
|
"isOverride": false,
|
|
1181
1471
|
"isSealed": false,
|
|
1472
|
+
"visibility": "Public",
|
|
1182
1473
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HtmlRenderer",
|
|
1183
1474
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1184
1475
|
"isExtensionMethod": false
|
|
@@ -1198,6 +1489,7 @@
|
|
|
1198
1489
|
"isVirtual": false,
|
|
1199
1490
|
"isOverride": false,
|
|
1200
1491
|
"isSealed": false,
|
|
1492
|
+
"visibility": "Public",
|
|
1201
1493
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HtmlRenderer",
|
|
1202
1494
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1203
1495
|
"isExtensionMethod": false
|
|
@@ -1217,6 +1509,7 @@
|
|
|
1217
1509
|
"isVirtual": false,
|
|
1218
1510
|
"isOverride": false,
|
|
1219
1511
|
"isSealed": false,
|
|
1512
|
+
"visibility": "Public",
|
|
1220
1513
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HtmlRenderer",
|
|
1221
1514
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1222
1515
|
"isExtensionMethod": false
|
|
@@ -1236,6 +1529,7 @@
|
|
|
1236
1529
|
"isVirtual": false,
|
|
1237
1530
|
"isOverride": false,
|
|
1238
1531
|
"isSealed": false,
|
|
1532
|
+
"visibility": "Public",
|
|
1239
1533
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HtmlRenderer",
|
|
1240
1534
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1241
1535
|
"isExtensionMethod": false
|
|
@@ -1255,6 +1549,7 @@
|
|
|
1255
1549
|
"isVirtual": false,
|
|
1256
1550
|
"isOverride": false,
|
|
1257
1551
|
"isSealed": false,
|
|
1552
|
+
"visibility": "Public",
|
|
1258
1553
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HtmlRenderer",
|
|
1259
1554
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1260
1555
|
"isExtensionMethod": false
|
|
@@ -1274,6 +1569,7 @@
|
|
|
1274
1569
|
"isVirtual": false,
|
|
1275
1570
|
"isOverride": false,
|
|
1276
1571
|
"isSealed": false,
|
|
1572
|
+
"visibility": "Public",
|
|
1277
1573
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HtmlRenderer",
|
|
1278
1574
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1279
1575
|
"isExtensionMethod": false
|
|
@@ -1293,6 +1589,7 @@
|
|
|
1293
1589
|
"isVirtual": false,
|
|
1294
1590
|
"isOverride": false,
|
|
1295
1591
|
"isSealed": false,
|
|
1592
|
+
"visibility": "Public",
|
|
1296
1593
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HtmlRenderer",
|
|
1297
1594
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1298
1595
|
"isExtensionMethod": false
|
|
@@ -1314,6 +1611,7 @@
|
|
|
1314
1611
|
"isAbstract": false,
|
|
1315
1612
|
"isVirtual": false,
|
|
1316
1613
|
"isOverride": false,
|
|
1614
|
+
"visibility": "Public",
|
|
1317
1615
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HtmlRenderer",
|
|
1318
1616
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1319
1617
|
}
|
|
@@ -1328,6 +1626,7 @@
|
|
|
1328
1626
|
"normalizedSignature": "constructor|(System.IServiceProvider,Microsoft.Extensions.Logging.ILoggerFactory):void|static=false",
|
|
1329
1627
|
"isStatic": false,
|
|
1330
1628
|
"parameterCount": 2,
|
|
1629
|
+
"visibility": "Public",
|
|
1331
1630
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.HtmlRenderer",
|
|
1332
1631
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1333
1632
|
}
|
|
@@ -1344,6 +1643,16 @@
|
|
|
1344
1643
|
"isSealed": false,
|
|
1345
1644
|
"isStatic": false,
|
|
1346
1645
|
"arity": 0,
|
|
1646
|
+
"baseType": {
|
|
1647
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1648
|
+
"clrName": "System.Object"
|
|
1649
|
+
},
|
|
1650
|
+
"interfaces": [
|
|
1651
|
+
{
|
|
1652
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponentRenderMode",
|
|
1653
|
+
"clrName": "Microsoft.AspNetCore.Components.IComponentRenderMode"
|
|
1654
|
+
}
|
|
1655
|
+
],
|
|
1347
1656
|
"methods": [],
|
|
1348
1657
|
"properties": [
|
|
1349
1658
|
{
|
|
@@ -1361,6 +1670,7 @@
|
|
|
1361
1670
|
"isAbstract": false,
|
|
1362
1671
|
"isVirtual": false,
|
|
1363
1672
|
"isOverride": false,
|
|
1673
|
+
"visibility": "Public",
|
|
1364
1674
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.InteractiveAutoRenderMode",
|
|
1365
1675
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1366
1676
|
}
|
|
@@ -1375,6 +1685,7 @@
|
|
|
1375
1685
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1376
1686
|
"isStatic": false,
|
|
1377
1687
|
"parameterCount": 0,
|
|
1688
|
+
"visibility": "Public",
|
|
1378
1689
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.InteractiveAutoRenderMode",
|
|
1379
1690
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1380
1691
|
},
|
|
@@ -1385,6 +1696,7 @@
|
|
|
1385
1696
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
1386
1697
|
"isStatic": false,
|
|
1387
1698
|
"parameterCount": 1,
|
|
1699
|
+
"visibility": "Public",
|
|
1388
1700
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.InteractiveAutoRenderMode",
|
|
1389
1701
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1390
1702
|
}
|
|
@@ -1401,6 +1713,16 @@
|
|
|
1401
1713
|
"isSealed": false,
|
|
1402
1714
|
"isStatic": false,
|
|
1403
1715
|
"arity": 0,
|
|
1716
|
+
"baseType": {
|
|
1717
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1718
|
+
"clrName": "System.Object"
|
|
1719
|
+
},
|
|
1720
|
+
"interfaces": [
|
|
1721
|
+
{
|
|
1722
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponentRenderMode",
|
|
1723
|
+
"clrName": "Microsoft.AspNetCore.Components.IComponentRenderMode"
|
|
1724
|
+
}
|
|
1725
|
+
],
|
|
1404
1726
|
"methods": [],
|
|
1405
1727
|
"properties": [
|
|
1406
1728
|
{
|
|
@@ -1418,6 +1740,7 @@
|
|
|
1418
1740
|
"isAbstract": false,
|
|
1419
1741
|
"isVirtual": false,
|
|
1420
1742
|
"isOverride": false,
|
|
1743
|
+
"visibility": "Public",
|
|
1421
1744
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.InteractiveServerRenderMode",
|
|
1422
1745
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1423
1746
|
}
|
|
@@ -1432,6 +1755,7 @@
|
|
|
1432
1755
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1433
1756
|
"isStatic": false,
|
|
1434
1757
|
"parameterCount": 0,
|
|
1758
|
+
"visibility": "Public",
|
|
1435
1759
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.InteractiveServerRenderMode",
|
|
1436
1760
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1437
1761
|
},
|
|
@@ -1442,6 +1766,7 @@
|
|
|
1442
1766
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
1443
1767
|
"isStatic": false,
|
|
1444
1768
|
"parameterCount": 1,
|
|
1769
|
+
"visibility": "Public",
|
|
1445
1770
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.InteractiveServerRenderMode",
|
|
1446
1771
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1447
1772
|
}
|
|
@@ -1458,6 +1783,16 @@
|
|
|
1458
1783
|
"isSealed": false,
|
|
1459
1784
|
"isStatic": false,
|
|
1460
1785
|
"arity": 0,
|
|
1786
|
+
"baseType": {
|
|
1787
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1788
|
+
"clrName": "System.Object"
|
|
1789
|
+
},
|
|
1790
|
+
"interfaces": [
|
|
1791
|
+
{
|
|
1792
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponentRenderMode",
|
|
1793
|
+
"clrName": "Microsoft.AspNetCore.Components.IComponentRenderMode"
|
|
1794
|
+
}
|
|
1795
|
+
],
|
|
1461
1796
|
"methods": [],
|
|
1462
1797
|
"properties": [
|
|
1463
1798
|
{
|
|
@@ -1475,6 +1810,7 @@
|
|
|
1475
1810
|
"isAbstract": false,
|
|
1476
1811
|
"isVirtual": false,
|
|
1477
1812
|
"isOverride": false,
|
|
1813
|
+
"visibility": "Public",
|
|
1478
1814
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.InteractiveWebAssemblyRenderMode",
|
|
1479
1815
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1480
1816
|
}
|
|
@@ -1489,6 +1825,7 @@
|
|
|
1489
1825
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1490
1826
|
"isStatic": false,
|
|
1491
1827
|
"parameterCount": 0,
|
|
1828
|
+
"visibility": "Public",
|
|
1492
1829
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.InteractiveWebAssemblyRenderMode",
|
|
1493
1830
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1494
1831
|
},
|
|
@@ -1499,6 +1836,7 @@
|
|
|
1499
1836
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
1500
1837
|
"isStatic": false,
|
|
1501
1838
|
"parameterCount": 1,
|
|
1839
|
+
"visibility": "Public",
|
|
1502
1840
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.InteractiveWebAssemblyRenderMode",
|
|
1503
1841
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1504
1842
|
}
|
|
@@ -1515,6 +1853,10 @@
|
|
|
1515
1853
|
"isSealed": true,
|
|
1516
1854
|
"isStatic": false,
|
|
1517
1855
|
"arity": 0,
|
|
1856
|
+
"baseType": {
|
|
1857
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1858
|
+
"clrName": "System.Object"
|
|
1859
|
+
},
|
|
1518
1860
|
"methods": [],
|
|
1519
1861
|
"properties": [],
|
|
1520
1862
|
"fields": [],
|
|
@@ -1527,6 +1869,7 @@
|
|
|
1527
1869
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1528
1870
|
"isStatic": false,
|
|
1529
1871
|
"parameterCount": 0,
|
|
1872
|
+
"visibility": "Public",
|
|
1530
1873
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore",
|
|
1531
1874
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1532
1875
|
}
|
|
@@ -1543,6 +1886,10 @@
|
|
|
1543
1886
|
"isSealed": false,
|
|
1544
1887
|
"isStatic": false,
|
|
1545
1888
|
"arity": 0,
|
|
1889
|
+
"baseType": {
|
|
1890
|
+
"stableId": "System.Private.CoreLib:System.EventArgs",
|
|
1891
|
+
"clrName": "System.EventArgs"
|
|
1892
|
+
},
|
|
1546
1893
|
"methods": [],
|
|
1547
1894
|
"properties": [
|
|
1548
1895
|
{
|
|
@@ -1560,6 +1907,7 @@
|
|
|
1560
1907
|
"isAbstract": false,
|
|
1561
1908
|
"isVirtual": false,
|
|
1562
1909
|
"isOverride": false,
|
|
1910
|
+
"visibility": "Public",
|
|
1563
1911
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.KeyboardEventArgs",
|
|
1564
1912
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1565
1913
|
},
|
|
@@ -1578,6 +1926,7 @@
|
|
|
1578
1926
|
"isAbstract": false,
|
|
1579
1927
|
"isVirtual": false,
|
|
1580
1928
|
"isOverride": false,
|
|
1929
|
+
"visibility": "Public",
|
|
1581
1930
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.KeyboardEventArgs",
|
|
1582
1931
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1583
1932
|
},
|
|
@@ -1596,6 +1945,7 @@
|
|
|
1596
1945
|
"isAbstract": false,
|
|
1597
1946
|
"isVirtual": false,
|
|
1598
1947
|
"isOverride": false,
|
|
1948
|
+
"visibility": "Public",
|
|
1599
1949
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.KeyboardEventArgs",
|
|
1600
1950
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1601
1951
|
},
|
|
@@ -1614,6 +1964,7 @@
|
|
|
1614
1964
|
"isAbstract": false,
|
|
1615
1965
|
"isVirtual": false,
|
|
1616
1966
|
"isOverride": false,
|
|
1967
|
+
"visibility": "Public",
|
|
1617
1968
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.KeyboardEventArgs",
|
|
1618
1969
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1619
1970
|
},
|
|
@@ -1632,6 +1983,7 @@
|
|
|
1632
1983
|
"isAbstract": false,
|
|
1633
1984
|
"isVirtual": false,
|
|
1634
1985
|
"isOverride": false,
|
|
1986
|
+
"visibility": "Public",
|
|
1635
1987
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.KeyboardEventArgs",
|
|
1636
1988
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1637
1989
|
},
|
|
@@ -1650,6 +2002,7 @@
|
|
|
1650
2002
|
"isAbstract": false,
|
|
1651
2003
|
"isVirtual": false,
|
|
1652
2004
|
"isOverride": false,
|
|
2005
|
+
"visibility": "Public",
|
|
1653
2006
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.KeyboardEventArgs",
|
|
1654
2007
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1655
2008
|
},
|
|
@@ -1668,6 +2021,7 @@
|
|
|
1668
2021
|
"isAbstract": false,
|
|
1669
2022
|
"isVirtual": false,
|
|
1670
2023
|
"isOverride": false,
|
|
2024
|
+
"visibility": "Public",
|
|
1671
2025
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.KeyboardEventArgs",
|
|
1672
2026
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1673
2027
|
},
|
|
@@ -1686,6 +2040,7 @@
|
|
|
1686
2040
|
"isAbstract": false,
|
|
1687
2041
|
"isVirtual": false,
|
|
1688
2042
|
"isOverride": false,
|
|
2043
|
+
"visibility": "Public",
|
|
1689
2044
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.KeyboardEventArgs",
|
|
1690
2045
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1691
2046
|
},
|
|
@@ -1704,6 +2059,7 @@
|
|
|
1704
2059
|
"isAbstract": false,
|
|
1705
2060
|
"isVirtual": false,
|
|
1706
2061
|
"isOverride": false,
|
|
2062
|
+
"visibility": "Public",
|
|
1707
2063
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.KeyboardEventArgs",
|
|
1708
2064
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1709
2065
|
},
|
|
@@ -1722,6 +2078,7 @@
|
|
|
1722
2078
|
"isAbstract": false,
|
|
1723
2079
|
"isVirtual": false,
|
|
1724
2080
|
"isOverride": false,
|
|
2081
|
+
"visibility": "Public",
|
|
1725
2082
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.KeyboardEventArgs",
|
|
1726
2083
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1727
2084
|
}
|
|
@@ -1736,6 +2093,7 @@
|
|
|
1736
2093
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1737
2094
|
"isStatic": false,
|
|
1738
2095
|
"parameterCount": 0,
|
|
2096
|
+
"visibility": "Public",
|
|
1739
2097
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.KeyboardEventArgs",
|
|
1740
2098
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1741
2099
|
}
|
|
@@ -1752,6 +2110,10 @@
|
|
|
1752
2110
|
"isSealed": false,
|
|
1753
2111
|
"isStatic": false,
|
|
1754
2112
|
"arity": 0,
|
|
2113
|
+
"baseType": {
|
|
2114
|
+
"stableId": "System.Private.CoreLib:System.EventArgs",
|
|
2115
|
+
"clrName": "System.EventArgs"
|
|
2116
|
+
},
|
|
1755
2117
|
"methods": [],
|
|
1756
2118
|
"properties": [
|
|
1757
2119
|
{
|
|
@@ -1769,6 +2131,7 @@
|
|
|
1769
2131
|
"isAbstract": false,
|
|
1770
2132
|
"isVirtual": false,
|
|
1771
2133
|
"isOverride": false,
|
|
2134
|
+
"visibility": "Public",
|
|
1772
2135
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
1773
2136
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1774
2137
|
},
|
|
@@ -1787,6 +2150,7 @@
|
|
|
1787
2150
|
"isAbstract": false,
|
|
1788
2151
|
"isVirtual": false,
|
|
1789
2152
|
"isOverride": false,
|
|
2153
|
+
"visibility": "Public",
|
|
1790
2154
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
1791
2155
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1792
2156
|
},
|
|
@@ -1805,6 +2169,7 @@
|
|
|
1805
2169
|
"isAbstract": false,
|
|
1806
2170
|
"isVirtual": false,
|
|
1807
2171
|
"isOverride": false,
|
|
2172
|
+
"visibility": "Public",
|
|
1808
2173
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
1809
2174
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1810
2175
|
},
|
|
@@ -1823,6 +2188,7 @@
|
|
|
1823
2188
|
"isAbstract": false,
|
|
1824
2189
|
"isVirtual": false,
|
|
1825
2190
|
"isOverride": false,
|
|
2191
|
+
"visibility": "Public",
|
|
1826
2192
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
1827
2193
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1828
2194
|
},
|
|
@@ -1841,6 +2207,7 @@
|
|
|
1841
2207
|
"isAbstract": false,
|
|
1842
2208
|
"isVirtual": false,
|
|
1843
2209
|
"isOverride": false,
|
|
2210
|
+
"visibility": "Public",
|
|
1844
2211
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
1845
2212
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1846
2213
|
},
|
|
@@ -1859,6 +2226,7 @@
|
|
|
1859
2226
|
"isAbstract": false,
|
|
1860
2227
|
"isVirtual": false,
|
|
1861
2228
|
"isOverride": false,
|
|
2229
|
+
"visibility": "Public",
|
|
1862
2230
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
1863
2231
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1864
2232
|
},
|
|
@@ -1877,6 +2245,7 @@
|
|
|
1877
2245
|
"isAbstract": false,
|
|
1878
2246
|
"isVirtual": false,
|
|
1879
2247
|
"isOverride": false,
|
|
2248
|
+
"visibility": "Public",
|
|
1880
2249
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
1881
2250
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1882
2251
|
},
|
|
@@ -1895,6 +2264,7 @@
|
|
|
1895
2264
|
"isAbstract": false,
|
|
1896
2265
|
"isVirtual": false,
|
|
1897
2266
|
"isOverride": false,
|
|
2267
|
+
"visibility": "Public",
|
|
1898
2268
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
1899
2269
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1900
2270
|
},
|
|
@@ -1913,6 +2283,7 @@
|
|
|
1913
2283
|
"isAbstract": false,
|
|
1914
2284
|
"isVirtual": false,
|
|
1915
2285
|
"isOverride": false,
|
|
2286
|
+
"visibility": "Public",
|
|
1916
2287
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
1917
2288
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1918
2289
|
},
|
|
@@ -1931,6 +2302,7 @@
|
|
|
1931
2302
|
"isAbstract": false,
|
|
1932
2303
|
"isVirtual": false,
|
|
1933
2304
|
"isOverride": false,
|
|
2305
|
+
"visibility": "Public",
|
|
1934
2306
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
1935
2307
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1936
2308
|
},
|
|
@@ -1949,6 +2321,7 @@
|
|
|
1949
2321
|
"isAbstract": false,
|
|
1950
2322
|
"isVirtual": false,
|
|
1951
2323
|
"isOverride": false,
|
|
2324
|
+
"visibility": "Public",
|
|
1952
2325
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
1953
2326
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1954
2327
|
},
|
|
@@ -1967,6 +2340,7 @@
|
|
|
1967
2340
|
"isAbstract": false,
|
|
1968
2341
|
"isVirtual": false,
|
|
1969
2342
|
"isOverride": false,
|
|
2343
|
+
"visibility": "Public",
|
|
1970
2344
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
1971
2345
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1972
2346
|
},
|
|
@@ -1985,6 +2359,7 @@
|
|
|
1985
2359
|
"isAbstract": false,
|
|
1986
2360
|
"isVirtual": false,
|
|
1987
2361
|
"isOverride": false,
|
|
2362
|
+
"visibility": "Public",
|
|
1988
2363
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
1989
2364
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
1990
2365
|
},
|
|
@@ -2003,6 +2378,7 @@
|
|
|
2003
2378
|
"isAbstract": false,
|
|
2004
2379
|
"isVirtual": false,
|
|
2005
2380
|
"isOverride": false,
|
|
2381
|
+
"visibility": "Public",
|
|
2006
2382
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
2007
2383
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2008
2384
|
},
|
|
@@ -2021,6 +2397,7 @@
|
|
|
2021
2397
|
"isAbstract": false,
|
|
2022
2398
|
"isVirtual": false,
|
|
2023
2399
|
"isOverride": false,
|
|
2400
|
+
"visibility": "Public",
|
|
2024
2401
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
2025
2402
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2026
2403
|
},
|
|
@@ -2039,6 +2416,7 @@
|
|
|
2039
2416
|
"isAbstract": false,
|
|
2040
2417
|
"isVirtual": false,
|
|
2041
2418
|
"isOverride": false,
|
|
2419
|
+
"visibility": "Public",
|
|
2042
2420
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
2043
2421
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2044
2422
|
},
|
|
@@ -2057,6 +2435,7 @@
|
|
|
2057
2435
|
"isAbstract": false,
|
|
2058
2436
|
"isVirtual": false,
|
|
2059
2437
|
"isOverride": false,
|
|
2438
|
+
"visibility": "Public",
|
|
2060
2439
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
2061
2440
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2062
2441
|
},
|
|
@@ -2075,6 +2454,7 @@
|
|
|
2075
2454
|
"isAbstract": false,
|
|
2076
2455
|
"isVirtual": false,
|
|
2077
2456
|
"isOverride": false,
|
|
2457
|
+
"visibility": "Public",
|
|
2078
2458
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
2079
2459
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2080
2460
|
}
|
|
@@ -2089,6 +2469,7 @@
|
|
|
2089
2469
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2090
2470
|
"isStatic": false,
|
|
2091
2471
|
"parameterCount": 0,
|
|
2472
|
+
"visibility": "Public",
|
|
2092
2473
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
2093
2474
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2094
2475
|
}
|
|
@@ -2105,7 +2486,45 @@
|
|
|
2105
2486
|
"isSealed": true,
|
|
2106
2487
|
"isStatic": false,
|
|
2107
2488
|
"arity": 0,
|
|
2489
|
+
"baseType": {
|
|
2490
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.ComponentBase",
|
|
2491
|
+
"clrName": "Microsoft.AspNetCore.Components.ComponentBase"
|
|
2492
|
+
},
|
|
2493
|
+
"interfaces": [
|
|
2494
|
+
{
|
|
2495
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent",
|
|
2496
|
+
"clrName": "Microsoft.AspNetCore.Components.IComponent"
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleEvent",
|
|
2500
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleEvent"
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
2504
|
+
"clrName": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
2505
|
+
}
|
|
2506
|
+
],
|
|
2108
2507
|
"methods": [
|
|
2508
|
+
{
|
|
2509
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.PageTitle::BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
2510
|
+
"clrName": "BuildRenderTree",
|
|
2511
|
+
"metadataToken": 100663457,
|
|
2512
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void",
|
|
2513
|
+
"normalizedSignature": "BuildRenderTree|(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder):System.Void|static=false",
|
|
2514
|
+
"emitScope": "ClassSurface",
|
|
2515
|
+
"provenance": "Original",
|
|
2516
|
+
"arity": 0,
|
|
2517
|
+
"parameterCount": 1,
|
|
2518
|
+
"isStatic": false,
|
|
2519
|
+
"isAbstract": false,
|
|
2520
|
+
"isVirtual": true,
|
|
2521
|
+
"isOverride": true,
|
|
2522
|
+
"isSealed": false,
|
|
2523
|
+
"visibility": "Protected",
|
|
2524
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PageTitle",
|
|
2525
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
2526
|
+
"isExtensionMethod": false
|
|
2527
|
+
},
|
|
2109
2528
|
{
|
|
2110
2529
|
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.IComponent::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
2111
2530
|
"clrName": "Attach",
|
|
@@ -2121,6 +2540,7 @@
|
|
|
2121
2540
|
"isVirtual": true,
|
|
2122
2541
|
"isOverride": false,
|
|
2123
2542
|
"isSealed": false,
|
|
2543
|
+
"visibility": "Public",
|
|
2124
2544
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
2125
2545
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
2126
2546
|
"isExtensionMethod": false,
|
|
@@ -2141,6 +2561,7 @@
|
|
|
2141
2561
|
"isVirtual": true,
|
|
2142
2562
|
"isOverride": false,
|
|
2143
2563
|
"isSealed": false,
|
|
2564
|
+
"visibility": "Public",
|
|
2144
2565
|
"declaringClrType": "Microsoft.AspNetCore.Components.IComponent",
|
|
2145
2566
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
2146
2567
|
"isExtensionMethod": false,
|
|
@@ -2161,6 +2582,7 @@
|
|
|
2161
2582
|
"isVirtual": true,
|
|
2162
2583
|
"isOverride": false,
|
|
2163
2584
|
"isSealed": false,
|
|
2585
|
+
"visibility": "Public",
|
|
2164
2586
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleEvent",
|
|
2165
2587
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
2166
2588
|
"isExtensionMethod": false,
|
|
@@ -2181,6 +2603,7 @@
|
|
|
2181
2603
|
"isVirtual": true,
|
|
2182
2604
|
"isOverride": false,
|
|
2183
2605
|
"isSealed": false,
|
|
2606
|
+
"visibility": "Public",
|
|
2184
2607
|
"declaringClrType": "Microsoft.AspNetCore.Components.IHandleAfterRender",
|
|
2185
2608
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
2186
2609
|
"isExtensionMethod": false,
|
|
@@ -2201,6 +2624,7 @@
|
|
|
2201
2624
|
"isVirtual": true,
|
|
2202
2625
|
"isOverride": false,
|
|
2203
2626
|
"isSealed": false,
|
|
2627
|
+
"visibility": "Public",
|
|
2204
2628
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PageTitle",
|
|
2205
2629
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
2206
2630
|
"isExtensionMethod": false
|
|
@@ -2220,6 +2644,27 @@
|
|
|
2220
2644
|
"isVirtual": true,
|
|
2221
2645
|
"isOverride": false,
|
|
2222
2646
|
"isSealed": false,
|
|
2647
|
+
"visibility": "Public",
|
|
2648
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PageTitle",
|
|
2649
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
2650
|
+
"isExtensionMethod": false
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.PageTitle::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
|
|
2654
|
+
"clrName": "OnAfterRenderAsync",
|
|
2655
|
+
"metadataToken": 0,
|
|
2656
|
+
"canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
|
|
2657
|
+
"normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
|
|
2658
|
+
"emitScope": "ClassSurface",
|
|
2659
|
+
"provenance": "BaseOverload",
|
|
2660
|
+
"arity": 0,
|
|
2661
|
+
"parameterCount": 1,
|
|
2662
|
+
"isStatic": false,
|
|
2663
|
+
"isAbstract": false,
|
|
2664
|
+
"isVirtual": true,
|
|
2665
|
+
"isOverride": false,
|
|
2666
|
+
"isSealed": false,
|
|
2667
|
+
"visibility": "Protected",
|
|
2223
2668
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PageTitle",
|
|
2224
2669
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
2225
2670
|
"isExtensionMethod": false
|
|
@@ -2239,6 +2684,7 @@
|
|
|
2239
2684
|
"isVirtual": true,
|
|
2240
2685
|
"isOverride": false,
|
|
2241
2686
|
"isSealed": false,
|
|
2687
|
+
"visibility": "Public",
|
|
2242
2688
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PageTitle",
|
|
2243
2689
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
2244
2690
|
"isExtensionMethod": false
|
|
@@ -2258,6 +2704,7 @@
|
|
|
2258
2704
|
"isVirtual": true,
|
|
2259
2705
|
"isOverride": false,
|
|
2260
2706
|
"isSealed": false,
|
|
2707
|
+
"visibility": "Public",
|
|
2261
2708
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PageTitle",
|
|
2262
2709
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
2263
2710
|
"isExtensionMethod": false
|
|
@@ -2279,6 +2726,7 @@
|
|
|
2279
2726
|
"isAbstract": false,
|
|
2280
2727
|
"isVirtual": false,
|
|
2281
2728
|
"isOverride": false,
|
|
2729
|
+
"visibility": "Public",
|
|
2282
2730
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PageTitle",
|
|
2283
2731
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2284
2732
|
}
|
|
@@ -2293,6 +2741,7 @@
|
|
|
2293
2741
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2294
2742
|
"isStatic": false,
|
|
2295
2743
|
"parameterCount": 0,
|
|
2744
|
+
"visibility": "Public",
|
|
2296
2745
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PageTitle",
|
|
2297
2746
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2298
2747
|
}
|
|
@@ -2309,6 +2758,10 @@
|
|
|
2309
2758
|
"isSealed": false,
|
|
2310
2759
|
"isStatic": false,
|
|
2311
2760
|
"arity": 0,
|
|
2761
|
+
"baseType": {
|
|
2762
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
2763
|
+
"clrName": "Microsoft.AspNetCore.Components.Web.MouseEventArgs"
|
|
2764
|
+
},
|
|
2312
2765
|
"methods": [],
|
|
2313
2766
|
"properties": [
|
|
2314
2767
|
{
|
|
@@ -2326,6 +2779,7 @@
|
|
|
2326
2779
|
"isAbstract": false,
|
|
2327
2780
|
"isVirtual": false,
|
|
2328
2781
|
"isOverride": false,
|
|
2782
|
+
"visibility": "Public",
|
|
2329
2783
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PointerEventArgs",
|
|
2330
2784
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2331
2785
|
},
|
|
@@ -2344,6 +2798,7 @@
|
|
|
2344
2798
|
"isAbstract": false,
|
|
2345
2799
|
"isVirtual": false,
|
|
2346
2800
|
"isOverride": false,
|
|
2801
|
+
"visibility": "Public",
|
|
2347
2802
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PointerEventArgs",
|
|
2348
2803
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2349
2804
|
},
|
|
@@ -2362,6 +2817,7 @@
|
|
|
2362
2817
|
"isAbstract": false,
|
|
2363
2818
|
"isVirtual": false,
|
|
2364
2819
|
"isOverride": false,
|
|
2820
|
+
"visibility": "Public",
|
|
2365
2821
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PointerEventArgs",
|
|
2366
2822
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2367
2823
|
},
|
|
@@ -2380,6 +2836,7 @@
|
|
|
2380
2836
|
"isAbstract": false,
|
|
2381
2837
|
"isVirtual": false,
|
|
2382
2838
|
"isOverride": false,
|
|
2839
|
+
"visibility": "Public",
|
|
2383
2840
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PointerEventArgs",
|
|
2384
2841
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2385
2842
|
},
|
|
@@ -2398,6 +2855,7 @@
|
|
|
2398
2855
|
"isAbstract": false,
|
|
2399
2856
|
"isVirtual": false,
|
|
2400
2857
|
"isOverride": false,
|
|
2858
|
+
"visibility": "Public",
|
|
2401
2859
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PointerEventArgs",
|
|
2402
2860
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2403
2861
|
},
|
|
@@ -2416,6 +2874,7 @@
|
|
|
2416
2874
|
"isAbstract": false,
|
|
2417
2875
|
"isVirtual": false,
|
|
2418
2876
|
"isOverride": false,
|
|
2877
|
+
"visibility": "Public",
|
|
2419
2878
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PointerEventArgs",
|
|
2420
2879
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2421
2880
|
},
|
|
@@ -2434,6 +2893,7 @@
|
|
|
2434
2893
|
"isAbstract": false,
|
|
2435
2894
|
"isVirtual": false,
|
|
2436
2895
|
"isOverride": false,
|
|
2896
|
+
"visibility": "Public",
|
|
2437
2897
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PointerEventArgs",
|
|
2438
2898
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2439
2899
|
},
|
|
@@ -2452,6 +2912,7 @@
|
|
|
2452
2912
|
"isAbstract": false,
|
|
2453
2913
|
"isVirtual": false,
|
|
2454
2914
|
"isOverride": false,
|
|
2915
|
+
"visibility": "Public",
|
|
2455
2916
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PointerEventArgs",
|
|
2456
2917
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2457
2918
|
}
|
|
@@ -2466,6 +2927,7 @@
|
|
|
2466
2927
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2467
2928
|
"isStatic": false,
|
|
2468
2929
|
"parameterCount": 0,
|
|
2930
|
+
"visibility": "Public",
|
|
2469
2931
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.PointerEventArgs",
|
|
2470
2932
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2471
2933
|
}
|
|
@@ -2482,6 +2944,10 @@
|
|
|
2482
2944
|
"isSealed": false,
|
|
2483
2945
|
"isStatic": false,
|
|
2484
2946
|
"arity": 0,
|
|
2947
|
+
"baseType": {
|
|
2948
|
+
"stableId": "System.Private.CoreLib:System.EventArgs",
|
|
2949
|
+
"clrName": "System.EventArgs"
|
|
2950
|
+
},
|
|
2485
2951
|
"methods": [],
|
|
2486
2952
|
"properties": [
|
|
2487
2953
|
{
|
|
@@ -2499,6 +2965,7 @@
|
|
|
2499
2965
|
"isAbstract": false,
|
|
2500
2966
|
"isVirtual": false,
|
|
2501
2967
|
"isOverride": false,
|
|
2968
|
+
"visibility": "Public",
|
|
2502
2969
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ProgressEventArgs",
|
|
2503
2970
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2504
2971
|
},
|
|
@@ -2517,6 +2984,7 @@
|
|
|
2517
2984
|
"isAbstract": false,
|
|
2518
2985
|
"isVirtual": false,
|
|
2519
2986
|
"isOverride": false,
|
|
2987
|
+
"visibility": "Public",
|
|
2520
2988
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ProgressEventArgs",
|
|
2521
2989
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2522
2990
|
},
|
|
@@ -2535,6 +3003,7 @@
|
|
|
2535
3003
|
"isAbstract": false,
|
|
2536
3004
|
"isVirtual": false,
|
|
2537
3005
|
"isOverride": false,
|
|
3006
|
+
"visibility": "Public",
|
|
2538
3007
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ProgressEventArgs",
|
|
2539
3008
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2540
3009
|
},
|
|
@@ -2553,6 +3022,7 @@
|
|
|
2553
3022
|
"isAbstract": false,
|
|
2554
3023
|
"isVirtual": false,
|
|
2555
3024
|
"isOverride": false,
|
|
3025
|
+
"visibility": "Public",
|
|
2556
3026
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ProgressEventArgs",
|
|
2557
3027
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2558
3028
|
}
|
|
@@ -2567,6 +3037,7 @@
|
|
|
2567
3037
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2568
3038
|
"isStatic": false,
|
|
2569
3039
|
"parameterCount": 0,
|
|
3040
|
+
"visibility": "Public",
|
|
2570
3041
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.ProgressEventArgs",
|
|
2571
3042
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2572
3043
|
}
|
|
@@ -2583,6 +3054,10 @@
|
|
|
2583
3054
|
"isSealed": false,
|
|
2584
3055
|
"isStatic": false,
|
|
2585
3056
|
"arity": 0,
|
|
3057
|
+
"baseType": {
|
|
3058
|
+
"stableId": "System.Private.CoreLib:System.EventArgs",
|
|
3059
|
+
"clrName": "System.EventArgs"
|
|
3060
|
+
},
|
|
2586
3061
|
"methods": [],
|
|
2587
3062
|
"properties": [
|
|
2588
3063
|
{
|
|
@@ -2600,6 +3075,7 @@
|
|
|
2600
3075
|
"isAbstract": false,
|
|
2601
3076
|
"isVirtual": false,
|
|
2602
3077
|
"isOverride": false,
|
|
3078
|
+
"visibility": "Public",
|
|
2603
3079
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchEventArgs",
|
|
2604
3080
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2605
3081
|
},
|
|
@@ -2618,6 +3094,7 @@
|
|
|
2618
3094
|
"isAbstract": false,
|
|
2619
3095
|
"isVirtual": false,
|
|
2620
3096
|
"isOverride": false,
|
|
3097
|
+
"visibility": "Public",
|
|
2621
3098
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchEventArgs",
|
|
2622
3099
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2623
3100
|
},
|
|
@@ -2636,6 +3113,7 @@
|
|
|
2636
3113
|
"isAbstract": false,
|
|
2637
3114
|
"isVirtual": false,
|
|
2638
3115
|
"isOverride": false,
|
|
3116
|
+
"visibility": "Public",
|
|
2639
3117
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchEventArgs",
|
|
2640
3118
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2641
3119
|
},
|
|
@@ -2654,6 +3132,7 @@
|
|
|
2654
3132
|
"isAbstract": false,
|
|
2655
3133
|
"isVirtual": false,
|
|
2656
3134
|
"isOverride": false,
|
|
3135
|
+
"visibility": "Public",
|
|
2657
3136
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchEventArgs",
|
|
2658
3137
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2659
3138
|
},
|
|
@@ -2672,6 +3151,7 @@
|
|
|
2672
3151
|
"isAbstract": false,
|
|
2673
3152
|
"isVirtual": false,
|
|
2674
3153
|
"isOverride": false,
|
|
3154
|
+
"visibility": "Public",
|
|
2675
3155
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchEventArgs",
|
|
2676
3156
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2677
3157
|
},
|
|
@@ -2690,6 +3170,7 @@
|
|
|
2690
3170
|
"isAbstract": false,
|
|
2691
3171
|
"isVirtual": false,
|
|
2692
3172
|
"isOverride": false,
|
|
3173
|
+
"visibility": "Public",
|
|
2693
3174
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchEventArgs",
|
|
2694
3175
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2695
3176
|
},
|
|
@@ -2708,6 +3189,7 @@
|
|
|
2708
3189
|
"isAbstract": false,
|
|
2709
3190
|
"isVirtual": false,
|
|
2710
3191
|
"isOverride": false,
|
|
3192
|
+
"visibility": "Public",
|
|
2711
3193
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchEventArgs",
|
|
2712
3194
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2713
3195
|
},
|
|
@@ -2726,6 +3208,7 @@
|
|
|
2726
3208
|
"isAbstract": false,
|
|
2727
3209
|
"isVirtual": false,
|
|
2728
3210
|
"isOverride": false,
|
|
3211
|
+
"visibility": "Public",
|
|
2729
3212
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchEventArgs",
|
|
2730
3213
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2731
3214
|
},
|
|
@@ -2744,6 +3227,7 @@
|
|
|
2744
3227
|
"isAbstract": false,
|
|
2745
3228
|
"isVirtual": false,
|
|
2746
3229
|
"isOverride": false,
|
|
3230
|
+
"visibility": "Public",
|
|
2747
3231
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchEventArgs",
|
|
2748
3232
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2749
3233
|
}
|
|
@@ -2758,6 +3242,7 @@
|
|
|
2758
3242
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2759
3243
|
"isStatic": false,
|
|
2760
3244
|
"parameterCount": 0,
|
|
3245
|
+
"visibility": "Public",
|
|
2761
3246
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchEventArgs",
|
|
2762
3247
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2763
3248
|
}
|
|
@@ -2774,6 +3259,10 @@
|
|
|
2774
3259
|
"isSealed": false,
|
|
2775
3260
|
"isStatic": false,
|
|
2776
3261
|
"arity": 0,
|
|
3262
|
+
"baseType": {
|
|
3263
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3264
|
+
"clrName": "System.Object"
|
|
3265
|
+
},
|
|
2777
3266
|
"methods": [],
|
|
2778
3267
|
"properties": [
|
|
2779
3268
|
{
|
|
@@ -2791,6 +3280,7 @@
|
|
|
2791
3280
|
"isAbstract": false,
|
|
2792
3281
|
"isVirtual": false,
|
|
2793
3282
|
"isOverride": false,
|
|
3283
|
+
"visibility": "Public",
|
|
2794
3284
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchPoint",
|
|
2795
3285
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2796
3286
|
},
|
|
@@ -2809,6 +3299,7 @@
|
|
|
2809
3299
|
"isAbstract": false,
|
|
2810
3300
|
"isVirtual": false,
|
|
2811
3301
|
"isOverride": false,
|
|
3302
|
+
"visibility": "Public",
|
|
2812
3303
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchPoint",
|
|
2813
3304
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2814
3305
|
},
|
|
@@ -2827,6 +3318,7 @@
|
|
|
2827
3318
|
"isAbstract": false,
|
|
2828
3319
|
"isVirtual": false,
|
|
2829
3320
|
"isOverride": false,
|
|
3321
|
+
"visibility": "Public",
|
|
2830
3322
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchPoint",
|
|
2831
3323
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2832
3324
|
},
|
|
@@ -2845,6 +3337,7 @@
|
|
|
2845
3337
|
"isAbstract": false,
|
|
2846
3338
|
"isVirtual": false,
|
|
2847
3339
|
"isOverride": false,
|
|
3340
|
+
"visibility": "Public",
|
|
2848
3341
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchPoint",
|
|
2849
3342
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2850
3343
|
},
|
|
@@ -2863,6 +3356,7 @@
|
|
|
2863
3356
|
"isAbstract": false,
|
|
2864
3357
|
"isVirtual": false,
|
|
2865
3358
|
"isOverride": false,
|
|
3359
|
+
"visibility": "Public",
|
|
2866
3360
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchPoint",
|
|
2867
3361
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2868
3362
|
},
|
|
@@ -2881,6 +3375,7 @@
|
|
|
2881
3375
|
"isAbstract": false,
|
|
2882
3376
|
"isVirtual": false,
|
|
2883
3377
|
"isOverride": false,
|
|
3378
|
+
"visibility": "Public",
|
|
2884
3379
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchPoint",
|
|
2885
3380
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2886
3381
|
},
|
|
@@ -2899,6 +3394,7 @@
|
|
|
2899
3394
|
"isAbstract": false,
|
|
2900
3395
|
"isVirtual": false,
|
|
2901
3396
|
"isOverride": false,
|
|
3397
|
+
"visibility": "Public",
|
|
2902
3398
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchPoint",
|
|
2903
3399
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2904
3400
|
}
|
|
@@ -2913,6 +3409,7 @@
|
|
|
2913
3409
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2914
3410
|
"isStatic": false,
|
|
2915
3411
|
"parameterCount": 0,
|
|
3412
|
+
"visibility": "Public",
|
|
2916
3413
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.TouchPoint",
|
|
2917
3414
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2918
3415
|
}
|
|
@@ -2929,6 +3426,10 @@
|
|
|
2929
3426
|
"isSealed": false,
|
|
2930
3427
|
"isStatic": false,
|
|
2931
3428
|
"arity": 0,
|
|
3429
|
+
"baseType": {
|
|
3430
|
+
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.MouseEventArgs",
|
|
3431
|
+
"clrName": "Microsoft.AspNetCore.Components.Web.MouseEventArgs"
|
|
3432
|
+
},
|
|
2932
3433
|
"methods": [],
|
|
2933
3434
|
"properties": [
|
|
2934
3435
|
{
|
|
@@ -2946,6 +3447,7 @@
|
|
|
2946
3447
|
"isAbstract": false,
|
|
2947
3448
|
"isVirtual": false,
|
|
2948
3449
|
"isOverride": false,
|
|
3450
|
+
"visibility": "Public",
|
|
2949
3451
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WheelEventArgs",
|
|
2950
3452
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2951
3453
|
},
|
|
@@ -2964,6 +3466,7 @@
|
|
|
2964
3466
|
"isAbstract": false,
|
|
2965
3467
|
"isVirtual": false,
|
|
2966
3468
|
"isOverride": false,
|
|
3469
|
+
"visibility": "Public",
|
|
2967
3470
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WheelEventArgs",
|
|
2968
3471
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2969
3472
|
},
|
|
@@ -2982,6 +3485,7 @@
|
|
|
2982
3485
|
"isAbstract": false,
|
|
2983
3486
|
"isVirtual": false,
|
|
2984
3487
|
"isOverride": false,
|
|
3488
|
+
"visibility": "Public",
|
|
2985
3489
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WheelEventArgs",
|
|
2986
3490
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
2987
3491
|
},
|
|
@@ -3000,6 +3504,7 @@
|
|
|
3000
3504
|
"isAbstract": false,
|
|
3001
3505
|
"isVirtual": false,
|
|
3002
3506
|
"isOverride": false,
|
|
3507
|
+
"visibility": "Public",
|
|
3003
3508
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WheelEventArgs",
|
|
3004
3509
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
3005
3510
|
}
|
|
@@ -3014,6 +3519,7 @@
|
|
|
3014
3519
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3015
3520
|
"isStatic": false,
|
|
3016
3521
|
"parameterCount": 0,
|
|
3522
|
+
"visibility": "Public",
|
|
3017
3523
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WheelEventArgs",
|
|
3018
3524
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
3019
3525
|
}
|
|
@@ -3030,6 +3536,10 @@
|
|
|
3030
3536
|
"isSealed": true,
|
|
3031
3537
|
"isStatic": true,
|
|
3032
3538
|
"arity": 0,
|
|
3539
|
+
"baseType": {
|
|
3540
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3541
|
+
"clrName": "System.Object"
|
|
3542
|
+
},
|
|
3033
3543
|
"methods": [],
|
|
3034
3544
|
"properties": [],
|
|
3035
3545
|
"fields": [],
|
|
@@ -3047,6 +3557,10 @@
|
|
|
3047
3557
|
"isSealed": true,
|
|
3048
3558
|
"isStatic": true,
|
|
3049
3559
|
"arity": 0,
|
|
3560
|
+
"baseType": {
|
|
3561
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3562
|
+
"clrName": "System.Object"
|
|
3563
|
+
},
|
|
3050
3564
|
"methods": [],
|
|
3051
3565
|
"properties": [],
|
|
3052
3566
|
"fields": [],
|
|
@@ -3064,6 +3578,10 @@
|
|
|
3064
3578
|
"isSealed": true,
|
|
3065
3579
|
"isStatic": true,
|
|
3066
3580
|
"arity": 0,
|
|
3581
|
+
"baseType": {
|
|
3582
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3583
|
+
"clrName": "System.Object"
|
|
3584
|
+
},
|
|
3067
3585
|
"methods": [
|
|
3068
3586
|
{
|
|
3069
3587
|
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.JSComponentConfigurationExtensions::RegisterForJavaScript(Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration,System.String):System.Void",
|
|
@@ -3080,6 +3598,7 @@
|
|
|
3080
3598
|
"isVirtual": false,
|
|
3081
3599
|
"isOverride": false,
|
|
3082
3600
|
"isSealed": false,
|
|
3601
|
+
"visibility": "Public",
|
|
3083
3602
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.JSComponentConfigurationExtensions",
|
|
3084
3603
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3085
3604
|
"isExtensionMethod": true
|
|
@@ -3099,6 +3618,7 @@
|
|
|
3099
3618
|
"isVirtual": false,
|
|
3100
3619
|
"isOverride": false,
|
|
3101
3620
|
"isSealed": false,
|
|
3621
|
+
"visibility": "Public",
|
|
3102
3622
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.JSComponentConfigurationExtensions",
|
|
3103
3623
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3104
3624
|
"isExtensionMethod": true
|
|
@@ -3118,6 +3638,7 @@
|
|
|
3118
3638
|
"isVirtual": false,
|
|
3119
3639
|
"isOverride": false,
|
|
3120
3640
|
"isSealed": false,
|
|
3641
|
+
"visibility": "Public",
|
|
3121
3642
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.JSComponentConfigurationExtensions",
|
|
3122
3643
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3123
3644
|
"isExtensionMethod": true
|
|
@@ -3137,6 +3658,7 @@
|
|
|
3137
3658
|
"isVirtual": false,
|
|
3138
3659
|
"isOverride": false,
|
|
3139
3660
|
"isSealed": false,
|
|
3661
|
+
"visibility": "Public",
|
|
3140
3662
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.JSComponentConfigurationExtensions",
|
|
3141
3663
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3142
3664
|
"isExtensionMethod": true
|
|
@@ -3158,6 +3680,10 @@
|
|
|
3158
3680
|
"isSealed": true,
|
|
3159
3681
|
"isStatic": true,
|
|
3160
3682
|
"arity": 0,
|
|
3683
|
+
"baseType": {
|
|
3684
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3685
|
+
"clrName": "System.Object"
|
|
3686
|
+
},
|
|
3161
3687
|
"methods": [],
|
|
3162
3688
|
"properties": [
|
|
3163
3689
|
{
|
|
@@ -3175,6 +3701,7 @@
|
|
|
3175
3701
|
"isAbstract": false,
|
|
3176
3702
|
"isVirtual": false,
|
|
3177
3703
|
"isOverride": false,
|
|
3704
|
+
"visibility": "Public",
|
|
3178
3705
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.RenderMode",
|
|
3179
3706
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
3180
3707
|
},
|
|
@@ -3193,6 +3720,7 @@
|
|
|
3193
3720
|
"isAbstract": false,
|
|
3194
3721
|
"isVirtual": false,
|
|
3195
3722
|
"isOverride": false,
|
|
3723
|
+
"visibility": "Public",
|
|
3196
3724
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.RenderMode",
|
|
3197
3725
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
3198
3726
|
},
|
|
@@ -3211,6 +3739,7 @@
|
|
|
3211
3739
|
"isAbstract": false,
|
|
3212
3740
|
"isVirtual": false,
|
|
3213
3741
|
"isOverride": false,
|
|
3742
|
+
"visibility": "Public",
|
|
3214
3743
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.RenderMode",
|
|
3215
3744
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
|
|
3216
3745
|
}
|
|
@@ -3230,6 +3759,10 @@
|
|
|
3230
3759
|
"isSealed": true,
|
|
3231
3760
|
"isStatic": true,
|
|
3232
3761
|
"arity": 0,
|
|
3762
|
+
"baseType": {
|
|
3763
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3764
|
+
"clrName": "System.Object"
|
|
3765
|
+
},
|
|
3233
3766
|
"methods": [
|
|
3234
3767
|
{
|
|
3235
3768
|
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions::Create(Microsoft.AspNetCore.Components.EventCallbackFactory,System.Object,System.Action_1[[Microsoft.AspNetCore.Components.Web.ClipboardEventArgs,Microsoft.AspNetCore.Components.Web,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.AspNetCore.Components.EventCallback_1[[Microsoft.AspNetCore.Components.Web.ClipboardEventArgs,Microsoft.AspNetCore.Components.Web,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
@@ -3246,6 +3779,7 @@
|
|
|
3246
3779
|
"isVirtual": false,
|
|
3247
3780
|
"isOverride": false,
|
|
3248
3781
|
"isSealed": false,
|
|
3782
|
+
"visibility": "Public",
|
|
3249
3783
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3250
3784
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3251
3785
|
"isExtensionMethod": true
|
|
@@ -3265,6 +3799,7 @@
|
|
|
3265
3799
|
"isVirtual": false,
|
|
3266
3800
|
"isOverride": false,
|
|
3267
3801
|
"isSealed": false,
|
|
3802
|
+
"visibility": "Public",
|
|
3268
3803
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3269
3804
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3270
3805
|
"isExtensionMethod": true
|
|
@@ -3284,6 +3819,7 @@
|
|
|
3284
3819
|
"isVirtual": false,
|
|
3285
3820
|
"isOverride": false,
|
|
3286
3821
|
"isSealed": false,
|
|
3822
|
+
"visibility": "Public",
|
|
3287
3823
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3288
3824
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3289
3825
|
"isExtensionMethod": true
|
|
@@ -3303,6 +3839,7 @@
|
|
|
3303
3839
|
"isVirtual": false,
|
|
3304
3840
|
"isOverride": false,
|
|
3305
3841
|
"isSealed": false,
|
|
3842
|
+
"visibility": "Public",
|
|
3306
3843
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3307
3844
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3308
3845
|
"isExtensionMethod": true
|
|
@@ -3322,6 +3859,7 @@
|
|
|
3322
3859
|
"isVirtual": false,
|
|
3323
3860
|
"isOverride": false,
|
|
3324
3861
|
"isSealed": false,
|
|
3862
|
+
"visibility": "Public",
|
|
3325
3863
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3326
3864
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3327
3865
|
"isExtensionMethod": true
|
|
@@ -3341,6 +3879,7 @@
|
|
|
3341
3879
|
"isVirtual": false,
|
|
3342
3880
|
"isOverride": false,
|
|
3343
3881
|
"isSealed": false,
|
|
3882
|
+
"visibility": "Public",
|
|
3344
3883
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3345
3884
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3346
3885
|
"isExtensionMethod": true
|
|
@@ -3360,6 +3899,7 @@
|
|
|
3360
3899
|
"isVirtual": false,
|
|
3361
3900
|
"isOverride": false,
|
|
3362
3901
|
"isSealed": false,
|
|
3902
|
+
"visibility": "Public",
|
|
3363
3903
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3364
3904
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3365
3905
|
"isExtensionMethod": true
|
|
@@ -3379,6 +3919,7 @@
|
|
|
3379
3919
|
"isVirtual": false,
|
|
3380
3920
|
"isOverride": false,
|
|
3381
3921
|
"isSealed": false,
|
|
3922
|
+
"visibility": "Public",
|
|
3382
3923
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3383
3924
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3384
3925
|
"isExtensionMethod": true
|
|
@@ -3398,6 +3939,7 @@
|
|
|
3398
3939
|
"isVirtual": false,
|
|
3399
3940
|
"isOverride": false,
|
|
3400
3941
|
"isSealed": false,
|
|
3942
|
+
"visibility": "Public",
|
|
3401
3943
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3402
3944
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3403
3945
|
"isExtensionMethod": true
|
|
@@ -3417,6 +3959,7 @@
|
|
|
3417
3959
|
"isVirtual": false,
|
|
3418
3960
|
"isOverride": false,
|
|
3419
3961
|
"isSealed": false,
|
|
3962
|
+
"visibility": "Public",
|
|
3420
3963
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3421
3964
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3422
3965
|
"isExtensionMethod": true
|
|
@@ -3436,6 +3979,7 @@
|
|
|
3436
3979
|
"isVirtual": false,
|
|
3437
3980
|
"isOverride": false,
|
|
3438
3981
|
"isSealed": false,
|
|
3982
|
+
"visibility": "Public",
|
|
3439
3983
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3440
3984
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3441
3985
|
"isExtensionMethod": true
|
|
@@ -3455,6 +3999,7 @@
|
|
|
3455
3999
|
"isVirtual": false,
|
|
3456
4000
|
"isOverride": false,
|
|
3457
4001
|
"isSealed": false,
|
|
4002
|
+
"visibility": "Public",
|
|
3458
4003
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3459
4004
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3460
4005
|
"isExtensionMethod": true
|
|
@@ -3474,6 +4019,7 @@
|
|
|
3474
4019
|
"isVirtual": false,
|
|
3475
4020
|
"isOverride": false,
|
|
3476
4021
|
"isSealed": false,
|
|
4022
|
+
"visibility": "Public",
|
|
3477
4023
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3478
4024
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3479
4025
|
"isExtensionMethod": true
|
|
@@ -3493,6 +4039,7 @@
|
|
|
3493
4039
|
"isVirtual": false,
|
|
3494
4040
|
"isOverride": false,
|
|
3495
4041
|
"isSealed": false,
|
|
4042
|
+
"visibility": "Public",
|
|
3496
4043
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3497
4044
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3498
4045
|
"isExtensionMethod": true
|
|
@@ -3512,6 +4059,7 @@
|
|
|
3512
4059
|
"isVirtual": false,
|
|
3513
4060
|
"isOverride": false,
|
|
3514
4061
|
"isSealed": false,
|
|
4062
|
+
"visibility": "Public",
|
|
3515
4063
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3516
4064
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3517
4065
|
"isExtensionMethod": true
|
|
@@ -3531,6 +4079,7 @@
|
|
|
3531
4079
|
"isVirtual": false,
|
|
3532
4080
|
"isOverride": false,
|
|
3533
4081
|
"isSealed": false,
|
|
4082
|
+
"visibility": "Public",
|
|
3534
4083
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3535
4084
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3536
4085
|
"isExtensionMethod": true
|
|
@@ -3550,6 +4099,7 @@
|
|
|
3550
4099
|
"isVirtual": false,
|
|
3551
4100
|
"isOverride": false,
|
|
3552
4101
|
"isSealed": false,
|
|
4102
|
+
"visibility": "Public",
|
|
3553
4103
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3554
4104
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3555
4105
|
"isExtensionMethod": true
|
|
@@ -3569,6 +4119,7 @@
|
|
|
3569
4119
|
"isVirtual": false,
|
|
3570
4120
|
"isOverride": false,
|
|
3571
4121
|
"isSealed": false,
|
|
4122
|
+
"visibility": "Public",
|
|
3572
4123
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3573
4124
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3574
4125
|
"isExtensionMethod": true
|
|
@@ -3588,6 +4139,7 @@
|
|
|
3588
4139
|
"isVirtual": false,
|
|
3589
4140
|
"isOverride": false,
|
|
3590
4141
|
"isSealed": false,
|
|
4142
|
+
"visibility": "Public",
|
|
3591
4143
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3592
4144
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3593
4145
|
"isExtensionMethod": true
|
|
@@ -3607,6 +4159,7 @@
|
|
|
3607
4159
|
"isVirtual": false,
|
|
3608
4160
|
"isOverride": false,
|
|
3609
4161
|
"isSealed": false,
|
|
4162
|
+
"visibility": "Public",
|
|
3610
4163
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebEventCallbackFactoryEventArgsExtensions",
|
|
3611
4164
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3612
4165
|
"isExtensionMethod": true
|
|
@@ -3628,6 +4181,10 @@
|
|
|
3628
4181
|
"isSealed": true,
|
|
3629
4182
|
"isStatic": true,
|
|
3630
4183
|
"arity": 0,
|
|
4184
|
+
"baseType": {
|
|
4185
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4186
|
+
"clrName": "System.Object"
|
|
4187
|
+
},
|
|
3631
4188
|
"methods": [
|
|
3632
4189
|
{
|
|
3633
4190
|
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.WebRenderTreeBuilderExtensions::AddEventPreventDefaultAttribute(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder,System.Int32,System.String,System.Boolean):System.Void",
|
|
@@ -3644,6 +4201,7 @@
|
|
|
3644
4201
|
"isVirtual": false,
|
|
3645
4202
|
"isOverride": false,
|
|
3646
4203
|
"isSealed": false,
|
|
4204
|
+
"visibility": "Public",
|
|
3647
4205
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebRenderTreeBuilderExtensions",
|
|
3648
4206
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3649
4207
|
"isExtensionMethod": true
|
|
@@ -3663,6 +4221,7 @@
|
|
|
3663
4221
|
"isVirtual": false,
|
|
3664
4222
|
"isOverride": false,
|
|
3665
4223
|
"isSealed": false,
|
|
4224
|
+
"visibility": "Public",
|
|
3666
4225
|
"declaringClrType": "Microsoft.AspNetCore.Components.Web.WebRenderTreeBuilderExtensions",
|
|
3667
4226
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
3668
4227
|
"isExtensionMethod": true
|