IDocument.DocumentURI Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The location of the document or null
if undefined or if
the Document
was created using
DOMImplementation.createDocument
.
public string? DocumentURI { [Android.Runtime.Register("getDocumentURI", "()Ljava/lang/String;", "GetGetDocumentURIHandler:Org.W3c.Dom.IDocumentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; [Android.Runtime.Register("setDocumentURI", "(Ljava/lang/String;)V", "GetSetDocumentURI_Ljava_lang_String_Handler:Org.W3c.Dom.IDocumentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] set; }
[<get: Android.Runtime.Register("getDocumentURI", "()Ljava/lang/String;", "GetGetDocumentURIHandler:Org.W3c.Dom.IDocumentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
[<set: Android.Runtime.Register("setDocumentURI", "(Ljava/lang/String;)V", "GetSetDocumentURI_Ljava_lang_String_Handler:Org.W3c.Dom.IDocumentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.DocumentURI : string with get, set
Property Value
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.