IResolvedDocument InterfaceIResolvedDocument InterfaceIResolvedDocument Interface

Defines the methods supported by a document that has been returned from an IDocumentResolverIDocumentResolverIDocumentResolver.

Syntax

Public Interface IResolvedDocument _
        Implements System.Xml.XPath.IXPathNavigable
public interface IResolvedDocument : System.Xml.XPath.IXPathNavigable
public:
interface class IResolvedDocument : System.Xml.XPath::IXPathNavigable^
 
The IResolvedDocumentIResolvedDocumentIResolvedDocument type exposes the following members.

Properties

 PropertyDescription
Public propertyMediaTypeMediaTypeMediaType Gets or sets the media-type of the resolved resource.

Top