PageRemoteAttribute.PageName プロパティ

定義

クライアントが検証要求を送信する URL を生成するときに使用されるページ名。

public:
 property System::String ^ PageName { System::String ^ get(); void set(System::String ^ value); };
public string PageName { get; set; }
public string? PageName { get; set; }
member this.PageName : string with get, set
Public Property PageName As String

プロパティ値

注釈

未設定の場合は、URL の生成時にアンビエント値が使用されます。

適用対象