FineUIMvc 11.7
企业级 ASP.NET MVC 控件库
|
单选项集合 更多...
Public 成员函数 | |
RadioItemCollection (RadioButtonList parent) | |
构造函数 | |
RadioItem | FindByText (string text) |
通过文本查找单选项 | |
RadioItem | FindByText (string text, bool stripHtml) |
通过文本查找单选项 | |
RadioItem | FindByValue (string value) |
通过值查找单选项 | |
int | Add (string text, string value) |
添加单选项 | |
单选项集合
FineUIMvc.RadioItemCollection.RadioItemCollection | ( | RadioButtonList | parent | ) |
构造函数
parent | 父控件实例 |
int FineUIMvc.RadioItemCollection.Add | ( | string | text, |
string | value | ||
) |
添加单选项
text | 文本 |
value | 值 |
RadioItem FineUIMvc.RadioItemCollection.FindByText | ( | string | text | ) |
通过文本查找单选项
text | 文本 |
RadioItem FineUIMvc.RadioItemCollection.FindByText | ( | string | text, |
bool | stripHtml | ||
) |
通过文本查找单选项
text | 文本 |
stripHtml | 是否去除HTML标签 |
RadioItem FineUIMvc.RadioItemCollection.FindByValue | ( | string | value | ) |
通过值查找单选项
value | 值 |