C# 클래스 WebNovelConverter.UrlHelper

파일 보기 프로젝트 열기: Mitch528/WebNovelConverter

공개 메소드들

메소드 설명
IsAbsoluteUrl ( string url ) : bool
ToAbsoluteUrl ( string baseUrl, string relativeUrl ) : string

메소드 상세

IsAbsoluteUrl() 공개 정적인 메소드

public static IsAbsoluteUrl ( string url ) : bool
url string
리턴 bool

ToAbsoluteUrl() 공개 정적인 메소드

public static ToAbsoluteUrl ( string baseUrl, string relativeUrl ) : string
baseUrl string
relativeUrl string
리턴 string