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

.NET Framework Security

See Also

Reference

Uri Class

System Namespace