Class CmsSiteMapPathAdapter
Inheritance
System.Object
CmsSiteMapPathAdapter
Namespace: Mediachase.Commerce.Website.Controls.Adapters
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0Syntax
public class CmsSiteMapPathAdapter : WebControlAdapter
Constructors
CmsSiteMapPathAdapter()
Initializes a new instance of the CmsSiteMapPathAdapter class.
Declaration
public CmsSiteMapPathAdapter()
Methods
RenderBeginTag(HtmlTextWriter)
Creates the beginning tag for the Web control in the markup that is transmitted to the target browser.
Declaration
protected override void RenderBeginTag(HtmlTextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System.Web.UI.HtmlTextWriter | writer | The System.Web.UI.HtmlTextWriter containing methods to render the target-specific output. |
RenderContents(HtmlTextWriter)
Generates the target-specific inner markup for the Web control to which the control adapter is attached.
Declaration
protected override void RenderContents(HtmlTextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System.Web.UI.HtmlTextWriter | writer | The System.Web.UI.HtmlTextWriter containing methods to render the target-specific output. |