C# 클래스 Rolcore.UriExtensions

Extensions for Uri.
파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

메소드 설명
GetBaseUri ( this uri ) : Uri

Extracts the base URL from a Uri.

비공개 메소드들

메소드 설명
GetDomainName ( this uri ) : string
GetSubDomain ( this uri ) : string

메소드 상세

GetBaseUri() 공개 정적인 메소드

Extracts the base URL from a Uri.
public static GetBaseUri ( this uri ) : Uri
uri this Specifies the URI from which to extract the base URL.
리턴 System.Uri