C# Class X.PagedList.Mvc.GoToFormRenderOptions

Options for configuring the output of HtmlHelper.
Show file Open project: kpi-ua/X.PagedList Class Usage Examples

Public Methods

Method Description
GoToFormRenderOptions ( ) : System

The default settings.

GoToFormRenderOptions ( string inputFieldName ) : System

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

Method Details

GoToFormRenderOptions() public method

The default settings.
public GoToFormRenderOptions ( ) : System
return System

GoToFormRenderOptions() public method

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