RemoteAuthenticatorViewCore<TAuthenticationState>.ApplicationPaths Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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