ParseUriString Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Parses a URI string into Uri variables.

Namespace:  System
Assembly:  System.Http (in System.Http.dll)

Syntax

'Declaration
Protected Sub ParseUriString ( _
    ByRef uriString As String _
)
protected void ParseUriString(
    ref string uriString
)
protected:
void ParseUriString(
    String^% uriString
)
member ParseUriString : 
        uriString:string byref -> unit 
protected function ParseUriString(
    uriString : String
)

Parameters

.NET Framework Security

See Also

Reference

Uri Class

System Namespace