C# 클래스 X.PagedList.Mvc.GoToFormRenderOptions

Options for configuring the output of HtmlHelper.
파일 보기 프로젝트 열기: kpi-ua/X.PagedList 1 사용 예제들

공개 메소드들

메소드 설명
GoToFormRenderOptions ( ) : System

The default settings.

GoToFormRenderOptions ( string inputFieldName ) : System

The default settings, with configurable querystring key (input field name).

메소드 상세

GoToFormRenderOptions() 공개 메소드

The default settings.
public GoToFormRenderOptions ( ) : System
리턴 System

GoToFormRenderOptions() 공개 메소드

The default settings, with configurable querystring key (input field name).
public GoToFormRenderOptions ( string inputFieldName ) : System
inputFieldName string
리턴 System