System::Uri::GetLeftPart method

Uri::GetLeftPart method

Returns the specified portion of the URI represented by the current object.

String System::Uri::GetLeftPart(UriPartial part)
ParameterTypeDescription
partUriPartialSpecifies which portion of the URI to return

ReturnValue

The specified part of the URI represented by the current object

See Also