C# 클래스 System.Uri.MoreInfo

파일 보기 프로젝트 열기: dotnet/corefx

공개 프로퍼티들

프로퍼티 타입 설명
AbsoluteUri string
Fragment string
Hash int
Path string
Query string
RemoteUrl string

프로퍼티 상세

AbsoluteUri 공개적으로 프로퍼티

public string AbsoluteUri
리턴 string

Fragment 공개적으로 프로퍼티

public string Fragment
리턴 string

Hash 공개적으로 프로퍼티

public int Hash
리턴 int

Path 공개적으로 프로퍼티

public string Path
리턴 string

Query 공개적으로 프로퍼티

public string Query
리턴 string

RemoteUrl 공개적으로 프로퍼티

public string RemoteUrl
리턴 string