Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Views.YetaWFDefaultHtmlGenerator.GenerateInput Method

(not specified)

Class: YetaWF.Core.Views.YetaWFDefaultHtmlGenerator
Namespace: YetaWF.Core.Views
Assembly: YetaWF.Core

Syntax

protected new TagBuilder GenerateInput(
    ViewContext viewContext,
    InputType inputType,
    ModelExplorer modelExplorer,
    string expression,
    object value,
    bool useViewData,
    bool isChecked,
    bool setId,
    bool isExplicitValue,
    string format,
    IDictionary<string,object> htmlAttributes );

Parameters

viewContext

(not specified)

inputType

(not specified)

modelExplorer

(not specified)

expression

(not specified)

value

(not specified)

useViewData

(not specified)

isChecked

(not specified)

setId

(not specified)

isExplicitValue

(not specified)

format

(not specified)

htmlAttributes

(not specified)

Return Value

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.Views.YetaWFDefaultHtmlGenerator ClassYetaWF.Core Overview