London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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