Méthode | Description | |
---|---|---|
GenerateLink ( PagerItemGenerationContext context ) : string |
Generate the link url for the specified PagerItem.
|
Méthode | Description | |
---|---|---|
HandleUriCore ( [ currentUri, [ context ) : string |
The core method for handling the current uri. Most URI handling method requirest the URI be absolute format, however in the view page relative URI is recommended. The currentUri argument in this method has been handled and is ensured to be absolute. The generator will correctly recover it to the original format after handling. |
Méthode | Description | |
---|---|---|
GetCurrentUriWithQuery ( ViewContext viewContext ) : string |
public GenerateLink ( PagerItemGenerationContext context ) : string | ||
context | PagerItemGenerationContext | The generation context. |
Résultat | string |
protected abstract HandleUriCore ( [ currentUri, [ context ) : string | ||
currentUri | [ | The URL to handle, this URL is ensured in absolute mode. |
context | [ | The generation context. |
Résultat | string |