summaryT:DotNetNuke.UI.Utilities.ControlMethodClassAttribute

Namespace: DotNetNuke.UI.Utilities
Assembly: DotNetNuke.WebUtility (in DotNetNuke.WebUtility.dll)

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class ControlMethodClassAttribute : Attribute
Visual Basic
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := false, Inherited := true)> 
Public NotInheritable Class ControlMethodClassAttribute
	Inherits Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    DotNetNuke.UI.Utilities..::..ControlMethodClassAttribute

See Also