C# 클래스 Sakura.AspNetCore.Mvc.Generators.FormattedQueryValueLinkGenerator

Generate the query parammeter value from a formatted string. The page number will be used as the format argument {0}.
상속: QueryValueLinkGenerator
파일 보기 프로젝트 열기: sgjsakura/AspNetCore

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

FormattedQueryValueLinkGenerator() 공개 메소드

Initialize a new instance of the generator.
/// The or is /// null. ///
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 null, /// will be used. ///
리턴 System

GenerateQueryParameterValue() 공개 메소드

Generate the query parameter value for the specified PagerItem.
public GenerateQueryParameterValue ( PagerItemGenerationContext context ) : string
context PagerItemGenerationContext The generation context.
리턴 string