Org.W3c.Dom.LS.ILSInput.BaseURI Property
The base URI to be used (see section 5.1.4 in []) for resolving a relative systemId to an absolute URI.

Syntax

[get: Android.Runtime.Register("getBaseURI", "()Ljava/lang/String;", "GetGetBaseURIHandler:Org.W3c.Dom.LS.ILSInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[set: Android.Runtime.Register("setBaseURI", "(Ljava/lang/String;)V", "GetSetBaseURI_Ljava_lang_String_Handler:Org.W3c.Dom.LS.ILSInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string BaseURI { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

The base URI to be used (see section 5.1.4 in []) for resolving a relative systemId to an absolute URI.

If, when used, the base URI is itself a relative URI, an empty string, or null, the behavior is implementation dependent.

Set method documentation [Android Documentation]

The base URI to be used (see section 5.1.4 in []) for resolving a relative systemId to an absolute URI.

If, when used, the base URI is itself a relative URI, an empty string, or null, the behavior is implementation dependent.

Requirements

Namespace: Org.W3c.Dom.LS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8