PageRemoteAttribute.PageHandler Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The handler name used when generating the URL where client should send a validation request.
public:
property System::String ^ PageHandler { System::String ^ get(); void set(System::String ^ value); };
public string PageHandler { get; set; }
public string? PageHandler { get; set; }
member this.PageHandler : string with get, set
Public Property PageHandler As String
Property Value
Remarks
If not set the ambient value will be used when generating the URL.