你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TemplateHashResult interface
计算模板哈希的请求的结果。 它包含一个缩小模板及其哈希字符串。
属性
minified |
缩小的模板字符串。 |
template |
模板哈希。 |
属性详细信息
minifiedTemplate
缩小的模板字符串。
minifiedTemplate?: string
属性值
string
templateHash
模板哈希。
templateHash?: string
属性值
string