Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
FormattedQueryValueLinkGenerator ( [ queryParameterName, [ format, IFormatProvider formatProvider = null ) : System |
Initialize a new instance of the generator.
|
|
GenerateQueryParameterValue ( PagerItemGenerationContext context ) : string |
Generate the query parameter value for the specified PagerItem.
|
public FormattedQueryValueLinkGenerator ( [ queryParameterName, [ format, IFormatProvider formatProvider = null ) : System | ||
queryParameterName | [ | The query parameter name when generating the link URL. |
format | [ | The format string used to be generate the content string.. |
formatProvider | IFormatProvider |
/// The format provider used to generate the content string. If this parameter is |
Résultat | System |
public GenerateQueryParameterValue ( PagerItemGenerationContext context ) : string | ||
context | PagerItemGenerationContext | The generation context. |
Résultat | string |