Method | Description | |
---|---|---|
GetErrorMessage ( string currentUrl ) : string |
Gets an error message for an invalid page.
|
|
Validate ( string currentUrl ) : bool |
Validates the page url. Checks that a page url contains a url part.
|
Method | Description | |
---|---|---|
CheckHttps ( string pageUrl ) : bool | ||
UrlAttribute ( string urlPart ) : System |
public GetErrorMessage ( string currentUrl ) : string | ||
currentUrl | string | The current Url. |
return | string |
public Validate ( string currentUrl ) : bool | ||
currentUrl | string | The current Url. |
return | bool |