Méthode | Description | |
---|---|---|
ToApplicationRootUrlString ( this request ) : string |
Returns the application root part of a request. Prevents port number issues by using the client requested host |
|
ToRootUrlString ( this request ) : string |
Returns the root part of a request. Prevents port number issues by using the client requested host |
|
ToUrlString ( this request ) : string |
Returns the client requested url. Prevents port number issues by using the client requested host |
public static ToApplicationRootUrlString ( this request ) : string | ||
request | this | |
Résultat | string |
public static ToRootUrlString ( this request ) : string | ||
request | this | |
Résultat | string |
public static ToUrlString ( this request ) : string | ||
request | this | |
Résultat | string |