C# Class MvcControlsToolkit.Core.TagHelpers.DefaultServerDetailLayoutOptions

Inheritance: LayoutTemplateOptions
Exibir arquivo Open project: MvcControlsToolkit/MvcControlsToolkit.ControlsCore

Public Methods

Method Description
DefaultServerDetailLayoutOptions ( ContextualizedHelpers helpers, IList rows, string>.IList toolbars, Template layoutTemplate, IEnumerable subTemplates, IHtmlContent mainContent, string id, string prefix, string cssClass, Type localizerType, bool editMode, string formAction, string formMethod, bool antiforgery, bool noSubmit = false ) : System

Method Details

DefaultServerDetailLayoutOptions() public method

public DefaultServerDetailLayoutOptions ( ContextualizedHelpers helpers, IList rows, string>.IList toolbars, Template layoutTemplate, IEnumerable subTemplates, IHtmlContent mainContent, string id, string prefix, string cssClass, Type localizerType, bool editMode, string formAction, string formMethod, bool antiforgery, bool noSubmit = false ) : System
helpers ContextualizedHelpers
rows IList
toolbars string>.IList
layoutTemplate Template
subTemplates IEnumerable
mainContent IHtmlContent
id string
prefix string
cssClass string
localizerType System.Type
editMode bool
formAction string
formMethod string
antiforgery bool
noSubmit bool
return System