Search Results for

    Show / Hide Table of Contents

    Class HtmlLabel

    An Html label

    Inheritance
    System.Object
    HtmlLabel
    Namespace: ImageVault.EPiServer.Common.Web.UI.Html
    Assembly: ImageVault.EPiServer.Common.dll
    Syntax
    public sealed class HtmlLabel : HtmlGenericControl

    Constructors

    HtmlLabel(String)

    Initializes a new instance of the HtmlLabel class.

    Declaration
    public HtmlLabel(string text)
    Parameters
    Type Name Description
    System.String text

    Properties

    AssociatedControl

    Get/Sets the AssociatedControl of the HtmlLabel

    Declaration
    public Control AssociatedControl { get; set; }
    Property Value
    Type Description
    System.Web.UI.Control

    Methods

    OnPreRender(EventArgs)

    Declaration
    protected override void OnPreRender(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    In This Article
    Back to top (c) Meriworks 2002-2022