ValidateRelativePath Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Parses relative Uri into variables.
Namespace: System
Assembly: System.Http (in System.Http.dll)
Syntax
'Declaration
Protected Sub ValidateRelativePath ( _
uri As String _
)
protected void ValidateRelativePath(
string uri
)
protected:
void ValidateRelativePath(
String^ uri
)
member ValidateRelativePath :
uri:string -> unit
protected function ValidateRelativePath(
uri : String
)
Parameters
- uri
Type: System. . :: . .String
The URI to parse.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.