Compartir a través de


SrgsDocument.XmlBase Propiedad

Definición

Obtiene o establece el URI base de la clase SrgsDocument.

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

Valor de propiedad

Uri

El identificador URI base actual de SrgsDocument.

Comentarios

XmlBase Property obtiene un valor que se utiliza para resolver los URI relativos en un SrgsDocument objeto. Supongamos que el valor de XmlBase es http://www.contoso.com/ y que SrgsDocument contiene una referencia de regla relativa a otro documento, por ejemplo SrgsRuleRef("ExternalGrammar.grxml") . Esto crea la siguiente ruta de acceso absoluta al documento externo: http://www.contoso.com/ExternalGrammar.grxml .

Se aplica a