C# 클래스 MvcControlsToolkit.Core.TagHelpers.DefaultServerDetailLayoutOptions

상속: LayoutTemplateOptions
파일 보기 프로젝트 열기: MvcControlsToolkit/MvcControlsToolkit.ControlsCore

공개 메소드들

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

메소드 상세

DefaultServerDetailLayoutOptions() 공개 메소드

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
리턴 System