#nullable enable
Microsoft.AspNetCore.Components.CacheBehavior
Microsoft.AspNetCore.Components.CacheBehavior.Rerender = 0 -> Microsoft.AspNetCore.Components.CacheBehavior
Microsoft.AspNetCore.Components.CacheBehavior.Throw = 1 -> Microsoft.AspNetCore.Components.CacheBehavior
Microsoft.AspNetCore.Components.CacheBehaviorAttribute
Microsoft.AspNetCore.Components.CacheBehaviorAttribute.Behavior.get -> Microsoft.AspNetCore.Components.CacheBehavior
Microsoft.AspNetCore.Components.CacheBehaviorAttribute.CacheBehaviorAttribute(Microsoft.AspNetCore.Components.CacheBehavior behavior) -> void
Microsoft.AspNetCore.Components.CacheConditionAttribute
Microsoft.AspNetCore.Components.CacheConditionAttribute.CacheConditionAttribute(Microsoft.AspNetCore.Components.CacheVaryBy varyBy) -> void
Microsoft.AspNetCore.Components.CacheConditionAttribute.VaryBy.get -> Microsoft.AspNetCore.Components.CacheVaryBy
Microsoft.AspNetCore.Components.CacheVaryBy
Microsoft.AspNetCore.Components.CacheVaryBy.Cookie = 8 -> Microsoft.AspNetCore.Components.CacheVaryBy
Microsoft.AspNetCore.Components.CacheVaryBy.Culture = 32 -> Microsoft.AspNetCore.Components.CacheVaryBy
Microsoft.AspNetCore.Components.CacheVaryBy.Header = 4 -> Microsoft.AspNetCore.Components.CacheVaryBy
Microsoft.AspNetCore.Components.CacheVaryBy.None = 0 -> Microsoft.AspNetCore.Components.CacheVaryBy
Microsoft.AspNetCore.Components.CacheVaryBy.Query = 1 -> Microsoft.AspNetCore.Components.CacheVaryBy
Microsoft.AspNetCore.Components.CacheVaryBy.Route = 2 -> Microsoft.AspNetCore.Components.CacheVaryBy
Microsoft.AspNetCore.Components.CacheVaryBy.User = 16 -> Microsoft.AspNetCore.Components.CacheVaryBy
abstract Microsoft.AspNetCore.Components.CascadingParameterSubscription.Dispose() -> void
abstract Microsoft.AspNetCore.Components.CascadingParameterSubscription.GetCurrentValue() -> object?
Microsoft.AspNetCore.Components.CascadingParameterSubscription
Microsoft.AspNetCore.Components.CascadingParameterSubscription.CascadingParameterSubscription() -> void
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.SetAttributeValue(int frameIndex, object? value) -> void
static Microsoft.AspNetCore.Components.NavigationManagerExtensions.GetUriWithFragment(this Microsoft.AspNetCore.Components.NavigationManager! navigationManager, string? fragment) -> string!
Microsoft.AspNetCore.Components.NavigationOptions.RelativeToCurrentUri.get -> bool
Microsoft.AspNetCore.Components.NavigationOptions.RelativeToCurrentUri.init -> void
Microsoft.AspNetCore.Components.IComponentPropertyActivator
Microsoft.AspNetCore.Components.IComponentPropertyActivator.GetActivator(System.Type! componentType) -> System.Action<System.IServiceProvider!, Microsoft.AspNetCore.Components.IComponent!>!
*REMOVED*Microsoft.AspNetCore.Components.ResourceAsset.ResourceAsset(string! url, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Components.ResourceAssetProperty!>? properties) -> void
*REMOVED*Microsoft.AspNetCore.Components.Routing.Router.PreferExactMatches.get -> bool
*REMOVED*Microsoft.AspNetCore.Components.Routing.Router.PreferExactMatches.set -> void
static Microsoft.Extensions.DependencyInjection.CascadingValueServiceCollectionExtensions.TryAddCascadingValueSupplier<TAttribute>(this Microsoft.Extensions.DependencyInjection.IServiceCollection! serviceCollection, System.Func<System.IServiceProvider!, System.Func<Microsoft.AspNetCore.Components.Rendering.ComponentState!, TAttribute!, Microsoft.AspNetCore.Components.CascadingParameterInfo, Microsoft.AspNetCore.Components.CascadingParameterSubscription!>!>! subscribeFactory) -> Microsoft.Extensions.DependencyInjection.IServiceCollection!
