SrgsDocument.XmlBase 属性

定义

获取或设置 SrgsDocument 的基 URL 类。

public:
 property Uri ^ XmlBase { Uri ^ get(); void set(Uri ^ value); };
public Uri XmlBase { get; set; }
member this.XmlBase : Uri with get, set
Public Property XmlBase As Uri

属性值

Uri

SrgsDocument 的当前基 URI。

注解

XmlBase 属性获取用于解析对象中的相对 Uri 的值 SrgsDocument 。 假设的值 XmlBasehttp://www.contoso.com/ ,并且 SrgsDocument 包含对其他文档的相对规则引用,例如 SrgsRuleRef("ExternalGrammar.grxml") 。 这会创建外部文档的以下绝对路径: http://www.contoso.com/ExternalGrammar.grxml

适用于