Show / Hide Table of Contents

Class WebControlExtensions

Inheritance
object
WebControlExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.UI.WebControls.Extensions
Assembly: DotNetNuke.Web.dll
Syntax
public static class WebControlExtensions

Methods

AddCssClass(WebControl, string)

Declaration
public static void AddCssClass(this WebControl control, string cssClass)
Parameters
Type Name Description
WebControl control
string cssClass

Orientation(Size)

Declaration
public static Orientation Orientation(this Size size)
Parameters
Type Name Description
Size size
Returns
Type Description
Orientation

RemoveCssClass(WebControl, string)

Declaration
public static void RemoveCssClass(this WebControl control, string cssClass)
Parameters
Type Name Description
WebControl control
string cssClass
Back to top by the community, for the community... #DNNCMS