Request.RequestUri 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.
Request URI.
public:
property System::String ^ RequestUri { System::String ^ get(); void set(System::String ^ value); };
public string RequestUri { get; set; }
Public Property RequestUri As String
Property Value
Remarks
For outgoing requests, if the request URI is not set, it is initialized based on the TO header.