C# Class X.PagedList.Mvc.GoToFormRenderOptions

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

Méthodes publiques

Méthode Description
GoToFormRenderOptions ( ) : System

The default settings.

GoToFormRenderOptions ( string inputFieldName ) : System

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

Method Details

GoToFormRenderOptions() public méthode

The default settings.
public GoToFormRenderOptions ( ) : System
Résultat System

GoToFormRenderOptions() public méthode

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