Share via


PersistentStateProviderServiceCollectionExtensions.AddSupplyValueFromPersistentComponentStateProvider Method

Definition

Enables component parameters to be supplied from PersistentComponentState with PersistentStateAttribute.

public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddSupplyValueFromPersistentComponentStateProvider(this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
static member AddSupplyValueFromPersistentComponentStateProvider : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddSupplyValueFromPersistentComponentStateProvider (services As IServiceCollection) As IServiceCollection

Parameters

Returns

The IServiceCollection.

Applies to