Method | Description | |
---|---|---|
IsLocalHost ( this request ) : bool |
Determines whether the application is running on the 'localhost' domain.
|
|
PrependDomain ( this urlPath ) : string |
Prepends the server name to the given url.
|
public static IsLocalHost ( this request ) : bool | ||
request | this | The HTTP request to examine. |
return | bool |
public static PrependDomain ( this urlPath ) : string | ||
urlPath | this | The URL path to prepend. |
return | string |