PageRemoteAttribute.PageName Property

Definition

The page name used when generating the URL where client should send a validation request.

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

Property Value

Remarks

If not set the ambient value will be used when generating the URL.

Applies to