London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class BlockHeaderLight2

Inheritance
System.Object
BlockHeaderLight2
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public class BlockHeaderLight2 : UserControl

Constructors

BlockHeaderLight2()

Declaration
public BlockHeaderLight2()

Properties

HeaderCssClass

Declaration
public string HeaderCssClass { get; set; }
Property Value
Type Description
System.String

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

Methods

Declaration
public void AddRightLink(string text, string url)
Parameters
Type Name Description
System.String text
System.String url

ClearRightItems()

Declaration
public void ClearRightItems()

Render(HtmlTextWriter)

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