C# Class WebNovelConverter.UrlHelper

Mostra file Open project: Mitch528/WebNovelConverter

Public Methods

Method Description
IsAbsoluteUrl ( string url ) : bool
ToAbsoluteUrl ( string baseUrl, string relativeUrl ) : string

Method Details

IsAbsoluteUrl() public static method

public static IsAbsoluteUrl ( string url ) : bool
url string
return bool

ToAbsoluteUrl() public static method

public static ToAbsoluteUrl ( string baseUrl, string relativeUrl ) : string
baseUrl string
relativeUrl string
return string