FineUIPro 11.6
企业级 ASP.NET UI 控件库
载入中...
搜索中...
未找到
FineUIPro.ResourceHelper类 参考

资源帮助类 更多...

静态 Public 成员函数

static string GetWebResourceUrlResAxd (string resName)
 获取嵌入资源的 res.axd 地址
 
static string GetWebResourceUrlResAxd (Page page, string resName)
 获取嵌入资源的 res.axd 地址
 
static string GetWebResourceUrlResAxd (string basePath, string resName)
 获取嵌入资源的 res.axd 地址
 
static string GetWebResourceUrlResAxd (string basePath, string resName, string resTypeName)
 获取嵌入资源的 res.axd 地址
 
static string GetWebResourceUrl (string resourceName)
 获取嵌入资源的地址
 
static string GetWebResourceUrl (Page page, string resourceName)
 获取嵌入资源的地址
 
static string GetResourceContent (string resName, string resVersion)
 取得资源的内容
 
static byte[] GetResourceContentAsBinary (string resName, string resVersion)
 取得资源的二进制内容
 

详细描述

资源帮助类

成员函数说明

◆ GetResourceContent()

static string FineUIPro.ResourceHelper.GetResourceContent ( string  resName,
string  resVersion 
)
static

取得资源的内容

参数
resName资源名称
resVersion资源版本
返回
资源内容

◆ GetResourceContentAsBinary()

static byte[] FineUIPro.ResourceHelper.GetResourceContentAsBinary ( string  resName,
string  resVersion 
)
static

取得资源的二进制内容

参数
resName资源名称
resVersion资源版本
返回
资源的二进制内容

◆ GetWebResourceUrl() [1/2]

static string FineUIPro.ResourceHelper.GetWebResourceUrl ( Page  page,
string  resourceName 
)
static

获取嵌入资源的地址

参数
page页面实例
resourceName资源名称
返回
资源地址

◆ GetWebResourceUrl() [2/2]

static string FineUIPro.ResourceHelper.GetWebResourceUrl ( string  resourceName)
static

获取嵌入资源的地址

参数
resourceName资源名称
返回
资源地址

◆ GetWebResourceUrlResAxd() [1/4]

static string FineUIPro.ResourceHelper.GetWebResourceUrlResAxd ( Page  page,
string  resName 
)
static

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

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

◆ GetWebResourceUrlResAxd() [2/4]

static string FineUIPro.ResourceHelper.GetWebResourceUrlResAxd ( string  basePath,
string  resName 
)
static

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

参数
basePath根目录
resName资源名称
返回
资源地址

◆ GetWebResourceUrlResAxd() [3/4]

static string FineUIPro.ResourceHelper.GetWebResourceUrlResAxd ( string  basePath,
string  resName,
string  resTypeName 
)
static

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

参数
basePath根目录
resName资源名称
resTypeName资源类型
返回
资源地址

◆ GetWebResourceUrlResAxd() [4/4]

static string FineUIPro.ResourceHelper.GetWebResourceUrlResAxd ( string  resName)
static

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

参数
resName资源名称
返回
资源地址

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