WebAssemblyRazorComponentsBuilderExtensions.AddAuthenticationStateSerialization 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클라이언트 프로젝트의 Microsoft.AspNetCore.Components.WebAssembly.Authentication 패키지에서 AddAuthenticationStateDeserialization을 호출하여 추가할 수 있는 역직렬화 클라이언트 쪽 AuthenticationStateProvider 통해 대화형 WebAssembly 구성 요소에서 사용하기 위해 PersistentComponentState 사용하여 서버 쪽 AuthenticationStateProvider 반환된 AuthenticationState 직렬화합니다.
public static Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder AddAuthenticationStateSerialization (this Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder builder, Action<Microsoft.AspNetCore.Components.WebAssembly.Server.AuthenticationStateSerializationOptions>? configure = default);
static member AddAuthenticationStateSerialization : Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder * Action<Microsoft.AspNetCore.Components.WebAssembly.Server.AuthenticationStateSerializationOptions> -> Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder
<Extension()>
Public Function AddAuthenticationStateSerialization (builder As IRazorComponentsBuilder, Optional configure As Action(Of AuthenticationStateSerializationOptions) = Nothing) As IRazorComponentsBuilder
매개 변수
- configure
- Action<AuthenticationStateSerializationOptions>
AuthenticationStateserialization을 사용자 지정하는 콜백입니다.
반환
구성을 추가로 사용자 지정하는 데 사용할 수 있는 IRazorComponentsBuilder.