summaryT:DotNetNuke.UI.Utilities.ControlMethodAttribute
Namespace: DotNetNuke.UI.UtilitiesAssembly: 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 |