Uri.EscapeComponent Method

Converts a URI string to its escaped representation.

Syntax

public:
static String^ EscapeComponent(
         String^ toEscape
)  

Parameters

toEscape
Type: String 

  The stirng to convert.

Return value

Type: String 

  The escaped representation of toEscape.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

Uri Class

Uri Members

Windows.Foundation Namespace