struct UriPartial

in global :: System

Defines the parts of a URI for the method.


public static UriPartial Authority

The scheme and authority segments of the URI.

public static UriPartial Path

The scheme, authority, and path segments of the URI.

public static UriPartial Query

The scheme, authority, path, and query segments of the URI.

public static UriPartial Scheme

The scheme segment of the URI.

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.