Class CmsHyperLink

Inheritance
System.Object
CmsHyperLink
Namespace: Mediachase.Commerce.Website.Controls
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0
public class CmsHyperLink : HyperLink

Constructors

Declaration
public CmsHyperLink()

Properties

Gets or sets a value indicating whether [resolve image URL].

Declaration
public bool ResolveImageUrl { get; set; }
Property Value
Type Description
System.Boolean

true if [resolve image URL]; otherwise, false.

Methods

Displays the System.Web.UI.WebControls.HyperLink control on a page.

Declaration
protected override void RenderContents(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

The output stream to render on the client.