|
| static string | ResolveUrl (this Controller controller, string url) |
| | 将虚拟路径转化为浏览器端可用的绝对路径
|
| static UIExtension< TModel, TModel > | F< TModel > (this IHtmlHelper< TModel > helper) |
| | FineUICore的扩展方法工厂
|
| static UIExtension< IList< TModel >, TModel > | F< TModel > (this IHtmlHelper< IList< TModel > > helper) |
| | FineUICore的扩展方法工厂
|
| static UIExtension< List< TModel >, TModel > | F< TModel > (this IHtmlHelper< List< TModel > > helper) |
| | FineUICore的扩展方法工厂
|
| static UIExtension< IEnumerable< TModel >, TModel > | F< TModel > (this IHtmlHelper< IEnumerable< TModel > > helper) |
| | FineUICore的扩展方法工厂
|
| static ControlBase | FindControl (string id) |
| | 查找控件
|
| static T | FindControl< T > (string id) |
| | 查找控件
|