summaryT:DotNetNuke.UI.Utilities.ControlMethodAttribute

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

Syntax

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

Inheritance Hierarchy

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

See Also