SaaS CMS has officially launched! Learn more now.

Class VerifyGadgetOwnerAttribute

Inheritance
System.Object
VerifyGadgetOwnerAttribute
Namespace: EPiServer.Shell.Gadgets
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, Inherited = true, AllowMultiple = false)]
[Obsolete("The Episerver gadget framework has been deprecated and was replaced by the Episerver Components.")]
public sealed class VerifyGadgetOwnerAttribute : ActionFilterAttribute

Constructors

VerifyGadgetOwnerAttribute()

Declaration
public VerifyGadgetOwnerAttribute()

Methods

OnActionExecuting(ActionExecutingContext)

Declaration
public override void OnActionExecuting(ActionExecutingContext filterContext)
Parameters
Type Name Description
System.Web.Mvc.ActionExecutingContext filterContext

Extension Methods