struct UriComponents
Specifies the parts of a .
public static UriComponents AbsoluteUri
The , , , , , , and data.
public static UriComponents Fragment
The data.
public static UriComponents Host
The data.
public static UriComponents HostAndPort
The and data. If no port data is in the Uri and a default port has been assigned to the , the default port is returned. If there is no default port, -1 is returned.
public static UriComponents HttpRequestUrl
The , , , , and data.
public static UriComponents KeepDelimiter
Specifies that the delimiter should be included.
public static UriComponents NormalizedHost
The normalized form of the .
public static UriComponents Path
The data.
public static UriComponents PathAndQuery
The and data. Also see .
public static UriComponents Port
The data.
public static UriComponents Query
The data.
public static UriComponents Scheme
The data.
public static UriComponents SchemeAndServer
The , , and data.
public static UriComponents SerializationInfoString
The complete context that is needed for Uri Serializers. The context includes the IPv6 scope.
public static UriComponents StrongAuthority
The , , and data. If no port data is in the and a default port has been assigned to the , the default port is returned. If there is no default port, -1 is returned.
public static UriComponents StrongPort
The data. If no port data is in the and a default port has been assigned to the , the default port is returned. If there is no default port, -1 is returned.
public static UriComponents UserInfo
The data.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public int CompareTo( object target )
😔 No documentation found.
public bool HasFlag( Enum flag )
😔 No documentation found.
public TypeCode GetTypeCode( )
😔 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 int value__
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.