AuthorizeView.Roles プロパティ

定義

コンテンツの表示が許可されているロールのコンマ区切りのリスト。

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

プロパティ値

属性

適用対象