WSSXmlUrlResolver Class

Creates a new resolver for the given webpart.

Inheritance Hierarchy

System.Object
  System.Xml.XmlResolver
    System.Xml.XmlUrlResolver
      Microsoft.SharePoint.WebPartPages.WSSXmlUrlResolver

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class WSSXmlUrlResolver _
    Inherits XmlUrlResolver

Dim instance As WSSXmlUrlResolver
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class WSSXmlUrlResolver : XmlUrlResolver

Remarks

Derived from System.XmlUrlResolver.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

WSSXmlUrlResolver Members

Microsoft.SharePoint.WebPartPages Namespace