C# 클래스 NuGet.UriUtility

파일 보기 프로젝트 열기: xero-github/Nuget 1 사용 예제들

공개 메소드들

메소드 설명
UriEquals ( Uri uri1, Uri uri2 ) : bool

Determines if the scheme, server and path of two Uris are identical.

비공개 메소드들

메소드 설명
CreatePartUri ( string path ) : Uri
GetPath ( Uri uri ) : string

Converts a uri to a path. Only used for local paths.

메소드 상세

UriEquals() 공개 정적인 메소드

Determines if the scheme, server and path of two Uris are identical.
public static UriEquals ( Uri uri1, Uri uri2 ) : bool
uri1 System.Uri
uri2 System.Uri
리턴 bool