struct UriFormat

in global :: System

Controls how URI information is escaped.


public static UriFormat SafeUnescaped

Characters that have a reserved meaning in the requested URI components remain escaped. All others are not escaped.

public static UriFormat Unescaped

No escaping is performed.

public static UriFormat UriEscaped

Escaping is performed according to the rules in RFC 2396.

public bool HasFlag( Enum flag )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public int CompareTo( object target )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public string ToString( string format )

😔 No documentation found.

public string ToString( IFormatProvider provider )

😔 No documentation found.

public string ToString( string format, IFormatProvider provider )

😔 No documentation found.

public TypeCode GetTypeCode( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public int value__

😔 No documentation found.