C# Class HtmlTags.UI.Attributes.OptionsFromAttribute

Renders as a drop down list. Options come from VM dictionary property with matching name. This will not do autocompletes.
Inheritance: System.Attribute
显示文件 Open project: ryanohs/Fubu-HtmlTags-For-ASP.NET-MVC

Public Methods

Method Description
OptionsFromAttribute ( string propertyName ) : System

Method Details

OptionsFromAttribute() public method

public OptionsFromAttribute ( string propertyName ) : System
propertyName string
return System