UriPartial Výčet

Definice

Definuje části identifikátoru URI pro metodu GetLeftPart(UriPartial) .

public enum class UriPartial
public enum UriPartial
type UriPartial = 
Public Enum UriPartial
Dědičnost
UriPartial

Pole

Authority 1

Schéma a segmenty autority identifikátoru URI.

Path 2

Segmenty schématu, autority a cesty identifikátoru URI.

Query 3

Schéma, autorita, cesta a segmenty dotazů identifikátoru URI.

Scheme 0

Segment schématu identifikátoru URI.

Poznámky

Výčet UriPartial definuje hodnoty, které lze předat metodě Uri.GetLeftPart .

Platí pro