프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 |
리턴 | System |
public GenerateQueryParameterValue ( PagerItemGenerationContext context ) : string | ||
context | PagerItemGenerationContext | The generation context. |
리턴 | string |