Class NotChildAction
Used to ensure that actions with duplicate names that are not child actions don't get executed when we are Posting and not redirecting.
Inheritance
System.Object
Namespace: Umbraco.Web.Mvc
Assembly: Umbraco.Web.dll
Syntax
public class NotChildAction : ActionMethodSelectorAttribute
Remarks
See issue: http://issues.umbraco.org/issue/U4-1819
Methods
View SourceIsValidForRequest(ControllerContext, MethodInfo)
Declaration
public override bool IsValidForRequest(ControllerContext controllerContext, MethodInfo methodInfo)
Parameters
Type | Name | Description |
---|---|---|
ControllerContext | controllerContext | |
System.Reflection.MethodInfo | methodInfo |
Returns
Type | Description |
---|---|
System.Boolean |