RemoteAuthenticatorViewCore<TAuthenticationState>.Action プロパティ

定義

コンポーネントが処理する RemoteAuthenticationActions 必要があるアクションを取得または設定します。

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

プロパティ値

属性

適用対象