RemoteAuthenticatorViewCore<TAuthenticationState>.ApplicationPaths Property

Definition

Gets or sets the RemoteAuthenticationApplicationPathsOptions with the paths to different authentication pages.

public:
 property Microsoft::AspNetCore::Components::WebAssembly::Authentication::RemoteAuthenticationApplicationPathsOptions ^ ApplicationPaths { Microsoft::AspNetCore::Components::WebAssembly::Authentication::RemoteAuthenticationApplicationPathsOptions ^ get(); void set(Microsoft::AspNetCore::Components::WebAssembly::Authentication::RemoteAuthenticationApplicationPathsOptions ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationApplicationPathsOptions ApplicationPaths { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.ApplicationPaths : Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationApplicationPathsOptions with get, set
Public Property ApplicationPaths As RemoteAuthenticationApplicationPathsOptions

Property Value

Attributes

Applies to