다음을 통해 공유


RemoteAuthenticatorView 클래스

정의

RemoteAuthenticatorViewCore<TAuthenticationState> 를 인증 작업 간에 유지할 상태로 사용하는 RemoteAuthenticationState 입니다.

public ref class RemoteAuthenticatorView : Microsoft::AspNetCore::Components::WebAssembly::Authentication::RemoteAuthenticatorViewCore<Microsoft::AspNetCore::Components::WebAssembly::Authentication::RemoteAuthenticationState ^>
public class RemoteAuthenticatorView : Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticatorViewCore<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationState>
type RemoteAuthenticatorView = class
    inherit RemoteAuthenticatorViewCore<RemoteAuthenticationState>
Public Class RemoteAuthenticatorView
Inherits RemoteAuthenticatorViewCore(Of RemoteAuthenticationState)
상속

생성자

RemoteAuthenticatorView()

RemoteAuthenticatorView의 새 인스턴스를 초기화합니다.

속성

Action

구성 요소가 처리해야 하는 작업을 가져오거나 설정합니다 RemoteAuthenticationActions .

(다음에서 상속됨 RemoteAuthenticatorViewCore<TAuthenticationState>)
ApplicationPaths

다른 인증 페이지의 경로를 사용하여 를 가져오거나 설정합니다 RemoteAuthenticationApplicationPathsOptions .

(다음에서 상속됨 RemoteAuthenticatorViewCore<TAuthenticationState>)
AuthenticationState

인증 작업 중에 보존할 instance 가져오거나 설정합니다 TAuthenticationState .

(다음에서 상속됨 RemoteAuthenticatorViewCore<TAuthenticationState>)
CompletingLoggingIn

가 처리되는 동안 LogInCallback 표시할 UI를 사용하여 을 가져오거나 설정합니다RenderFragment.

(다음에서 상속됨 RemoteAuthenticatorViewCore<TAuthenticationState>)
CompletingLogOut

가 처리되는 동안 LogOutCallback 표시할 UI를 사용하여 을 가져오거나 설정합니다RenderFragment.

(다음에서 상속됨 RemoteAuthenticatorViewCore<TAuthenticationState>)
LoggingIn

가 처리되는 동안 LogIn 표시할 UI를 사용하여 을 가져오거나 설정합니다RenderFragment.

(다음에서 상속됨 RemoteAuthenticatorViewCore<TAuthenticationState>)
LogInFailed

가 처리되는 동안 LogInFailed 표시할 UI를 사용하여 을 가져오거나 설정합니다RenderFragment.

(다음에서 상속됨 RemoteAuthenticatorViewCore<TAuthenticationState>)
LogOut

가 처리되는 동안 LogOut 표시할 UI를 사용하여 을 가져오거나 설정합니다RenderFragment.

(다음에서 상속됨 RemoteAuthenticatorViewCore<TAuthenticationState>)
LogOutFailed

가 처리되는 동안 LogOutFailed 표시할 UI를 사용하여 을 가져오거나 설정합니다RenderFragment.

(다음에서 상속됨 RemoteAuthenticatorViewCore<TAuthenticationState>)
LogOutSucceeded

가 처리되는 동안 LogOutSucceeded 표시할 UI를 사용하여 을 가져오거나 설정합니다RenderFragment.

(다음에서 상속됨 RemoteAuthenticatorViewCore<TAuthenticationState>)
OnLogInSucceeded

로그인 작업이 성공할 때 저장된 인증 상태로 호출될 이벤트 콜백을 가져오거나 설정합니다.

(다음에서 상속됨 RemoteAuthenticatorViewCore<TAuthenticationState>)
OnLogOutSucceeded

로그아웃 작업이 성공할 때 저장된 인증 상태로 호출될 이벤트 콜백을 가져오거나 설정합니다.

(다음에서 상속됨 RemoteAuthenticatorViewCore<TAuthenticationState>)
Registering

가 처리되는 동안 Register 표시할 UI를 사용하여 을 가져오거나 설정합니다RenderFragment.

(다음에서 상속됨 RemoteAuthenticatorViewCore<TAuthenticationState>)
UserProfile

가 처리되는 동안 Profile 표시할 UI를 사용하여 을 가져오거나 설정합니다RenderFragment.

(다음에서 상속됨 RemoteAuthenticatorViewCore<TAuthenticationState>)

메서드

BuildRenderTree(RenderTreeBuilder)

제공된 에 구성 요소를 렌더링 RenderTreeBuilder합니다.

(다음에서 상속됨 RemoteAuthenticatorViewCore<TAuthenticationState>)
DispatchExceptionAsync(Exception)

제공 exception 된 를 이 구성 요소에서 throw되는 것으로 처리합니다. 이로 인해 바깥쪽 ErrorBoundary가 실패 상태로 전환됩니다. 바깥쪽 ErrorBoundary가 없으면 바깥쪽 렌더러의 예외로 간주됩니다.

이는 구성 요소 수명 주기 메서드 외부에서 예외가 발생하지만 구성 요소 수명 주기 메서드의 예외와 동일하게 처리하려는 경우에 유용합니다.

(다음에서 상속됨 ComponentBase)
InvokeAsync(Action)

연결된 렌더러의 동기화 컨텍스트에서 제공된 작업 항목을 실행합니다.

(다음에서 상속됨 ComponentBase)
InvokeAsync(Func<Task>)

연결된 렌더러의 동기화 컨텍스트에서 제공된 작업 항목을 실행합니다.

(다음에서 상속됨 ComponentBase)
OnAfterRender(Boolean)

구성 요소가 대화형으로 렌더링되고 UI가 업데이트를 완료할 때마다 호출되는 메서드(예: 요소가 브라우저 DOM에 추가된 후). 모든 ElementReference 필드는 실행될 때까지 채워집니다.

이 메서드는 사전 렌더링 또는 서버 쪽 렌더링 중에 호출되지 않습니다. 이러한 프로세스는 라이브 브라우저 DOM에 연결되지 않고 DOM이 업데이트되기 전에 이미 완료되었기 때문입니다.

(다음에서 상속됨 ComponentBase)
OnAfterRenderAsync(Boolean)

구성 요소가 대화형으로 렌더링되고 UI가 업데이트를 완료할 때마다 호출되는 메서드(예: 요소가 브라우저 DOM에 추가된 후). 모든 ElementReference 필드는 실행될 때까지 채워집니다.

이 메서드는 사전 렌더링 또는 서버 쪽 렌더링 중에 호출되지 않습니다. 이러한 프로세스는 라이브 브라우저 DOM에 연결되지 않고 DOM이 업데이트되기 전에 이미 완료되었기 때문입니다.

이 경우 무한 렌더링 루프가 발생하므로 반환 Task된 가 완료된 후에는 구성 요소가 자동으로 다시 렌더링되지 않습니다.

(다음에서 상속됨 ComponentBase)
OnInitialized()

렌더링 트리의 부모로부터 초기 매개 변수를 수신하여 구성 요소를 시작할 준비가 되면 호출되는 메서드입니다.

(다음에서 상속됨 ComponentBase)
OnInitializedAsync()

렌더링 트리의 부모로부터 초기 매개 변수를 수신하여 구성 요소를 시작할 준비가 되면 호출되는 메서드입니다.

비동기 작업을 수행하고 해당 작업이 완료될 때 구성 요소를 새로 고치려는 경우 이 메서드를 재정의합니다.

(다음에서 상속됨 ComponentBase)
OnParametersSet()

구성 요소가 렌더링 트리의 부모로부터 매개 변수를 수신하고 들어오는 값이 속성에 할당되었을 때 호출되는 메서드입니다.

(다음에서 상속됨 ComponentBase)
OnParametersSetAsync()

구성 요소가 렌더링 트리의 부모로부터 매개 변수를 수신하고 들어오는 값이 속성에 할당되었을 때 호출되는 메서드입니다.

(다음에서 상속됨 RemoteAuthenticatorViewCore<TAuthenticationState>)
SetParametersAsync(ParameterView)

렌더링 트리에서 구성 요소의 부모가 제공하는 매개 변수를 설정합니다.

(다음에서 상속됨 ComponentBase)
ShouldRender()

구성 요소가 렌더링되어야 하는지 여부를 나타내는 플래그를 반환합니다.

(다음에서 상속됨 ComponentBase)
StateHasChanged()

구성 요소에 상태가 변경되었음을 알 수 있습니다. 해당하는 경우 구성 요소가 다시 렌더링됩니다.

(다음에서 상속됨 ComponentBase)

명시적 인터페이스 구현

IComponent.Attach(RenderHandle)

RemoteAuthenticatorViewCore<TAuthenticationState> 를 인증 작업 간에 유지할 상태로 사용하는 RemoteAuthenticationState 입니다.

(다음에서 상속됨 ComponentBase)
IHandleAfterRender.OnAfterRenderAsync()

RemoteAuthenticatorViewCore<TAuthenticationState> 를 인증 작업 간에 유지할 상태로 사용하는 RemoteAuthenticationState 입니다.

(다음에서 상속됨 ComponentBase)
IHandleEvent.HandleEventAsync(EventCallbackWorkItem, Object)

RemoteAuthenticatorViewCore<TAuthenticationState> 를 인증 작업 간에 유지할 상태로 사용하는 RemoteAuthenticationState 입니다.

(다음에서 상속됨 ComponentBase)

적용 대상