Property | Type | Description |
---|
Method | Description | |
---|---|---|
GenerateQueryParameterValue ( PagerItemGenerationContext context ) : string |
Generate the query parameter value for the specified PagerItem.
|
|
SimpleQueryValueLinkGenerator ( [ queryParameterName, [ queryParameterValue ) : System |
Initialize a new instance of the generator.
|
public GenerateQueryParameterValue ( PagerItemGenerationContext context ) : string | ||
context | PagerItemGenerationContext | The generation context. |
return | string |
public SimpleQueryValueLinkGenerator ( [ queryParameterName, [ queryParameterValue ) : System | ||
queryParameterName | [ | The query parameter name when generating the link URL. |
queryParameterValue | [ | The query parameter value when generating the link URL. |
return | System |