FineUIMvc 11.7
企业级 ASP.NET MVC 控件库
|
FineUI扩展 更多...
静态 Public 成员函数 | |
static string | ResolveUrl (this Controller controller, string url) |
将虚拟路径转化为浏览器端可用的绝对路径 | |
static UIExtension< TModel, TModel > | F< TModel > (this HtmlHelper< TModel > helper) |
FineUIMvc的扩展方法工厂 | |
static UIExtension< IList< TModel >, TModel > | F< TModel > (this HtmlHelper< IList< TModel > > helper) |
FineUIMvc的扩展方法工厂 | |
static UIExtension< List< TModel >, TModel > | F< TModel > (this HtmlHelper< List< TModel > > helper) |
FineUIMvc的扩展方法工厂 | |
static UIExtension< IEnumerable< TModel >, TModel > | F< TModel > (this HtmlHelper< IEnumerable< TModel > > helper) |
FineUIMvc的扩展方法工厂 | |
static ControlBase | FindControl (string id) |
查找控件 | |
static T | FindControl< T > (string id) |
查找控件 | |
属性 | |
static List< ControlBase > | AllControls [get] |
所有的控件 | |
FineUI扩展
|
static |
FineUIMvc的扩展方法工厂
TModel |
helper |
|
static |
FineUIMvc的扩展方法工厂
TModel |
helper |
|
static |
FineUIMvc的扩展方法工厂
TModel |
helper |
|
static |
FineUIMvc的扩展方法工厂
TModel |
helper |
|
static |
查找控件
id | 控件ID |
|
static |
查找控件
T | 控件类型 |
id | 控件ID |
T | : | ControlBase |
|
static |
将虚拟路径转化为浏览器端可用的绝对路径
controller | |
url |
|
staticget |
所有的控件