资源帮助类 更多...
静态 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 |
获取空白图片的地址
|
static |
取得资源的内容
resourceName | 资源名称 |
|
static |
取得资源的二进制内容
resourceName | 资源名称 |
|
static |
获取嵌入资源的地址
resourceName | 资源名称 |
|
static |
获取嵌入资源的地址
page | 页面实例 |
resourceName | 资源名称 |
|
static |
获取嵌入资源的 res.axd 地址
resName | 资源名称 |
|
static |
获取嵌入资源的 res.axd 地址
page | 页面对象 |
resName | 资源名称 |