C# Class Sitecore.SharedSource.ItemUrlHelper.ProcessUrl.Clean.ACleanUrl

Inheritance: ICleanUrl
Exibir arquivo Open project: Velir/Sitecore-ItemUrlHelper

Protected Properties

Property Type Description
_node System.Xml.XmlNode
_url string

Public Methods

Method Description
ACleanUrl ( string url, XmlNode node ) : System
Clean ( ) : string

Method Details

ACleanUrl() public method

public ACleanUrl ( string url, XmlNode node ) : System
url string
node System.Xml.XmlNode
return System

Clean() public abstract method

public abstract Clean ( ) : string
return string

Property Details

_node protected_oe property

protected XmlNode,System.Xml _node
return System.Xml.XmlNode

_url protected_oe property

protected string _url
return string