参考手册

FineUI(开源版) 参考手册,包含所有控件的属性方法和事件的详细描述。

 全部  命名空间 函数 变量 枚举 枚举值 属性
静态 Public 成员函数 | 所有成员列表
FineUI.ResourceHelper类 参考

资源帮助类 更多...

静态 Public 成员函数

static string GetWebResourceUrlResAxd (string resName)
 获取嵌入资源的 res.axd 地址 更多...
 
static string GetWebResourceUrlResAxd (Page page, string resName)
 获取嵌入资源的 res.axd 地址 更多...
 
static string GetWebResourceUrl (string resourceName)
 获取嵌入资源的地址 更多...
 
static string GetWebResourceUrl (Page page, string resourceName)
 获取嵌入资源的地址 更多...
 
static string GetResourceContent (string resourceName)
 取得资源的内容 更多...
 
static byte[] GetResourceContentAsBinary (string resourceName)
 取得资源的二进制内容 更多...
 
static string GetEmptyImageUrl ()
 获取空白图片的地址 更多...
 

详细描述

资源帮助类

成员函数说明

static string FineUI.ResourceHelper.GetEmptyImageUrl ( )
static

获取空白图片的地址

返回
空白图片的地址
static string FineUI.ResourceHelper.GetResourceContent ( string  resourceName)
static

取得资源的内容

参数
resourceName资源名称
返回
资源内容
static byte [] FineUI.ResourceHelper.GetResourceContentAsBinary ( string  resourceName)
static

取得资源的二进制内容

参数
resourceName资源名称
返回
资源的二进制内容
static string FineUI.ResourceHelper.GetWebResourceUrl ( string  resourceName)
static

获取嵌入资源的地址

参数
resourceName资源名称
返回
资源地址
static string FineUI.ResourceHelper.GetWebResourceUrl ( Page  page,
string  resourceName 
)
static

获取嵌入资源的地址

参数
page页面实例
resourceName资源名称
返回
资源地址
static string FineUI.ResourceHelper.GetWebResourceUrlResAxd ( string  resName)
static

获取嵌入资源的 res.axd 地址

参数
resName资源名称
返回
资源地址
static string FineUI.ResourceHelper.GetWebResourceUrlResAxd ( Page  page,
string  resName 
)
static

获取嵌入资源的 res.axd 地址

参数
page页面对象
resName资源名称
返回
资源地址

该类的文档由以下文件生成: