RemoteAuthenticatorViewCore<TAuthenticationState>.Action Property

Definition

Gets or sets the RemoteAuthenticationActions action the component needs to handle.

public:
 property System::String ^ Action { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public string Action { get; set; }
[Microsoft.AspNetCore.Components.Parameter]
public string? Action { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.Action : string with get, set
Public Property Action As String

Property Value

Attributes

Applies to