Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value that indicates whether this ResultExecutedContext instance is canceled.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overridable Property Canceled As Boolean
Get
Set
public virtual bool Canceled { get; set; }
public:
virtual property bool Canceled {
bool get ();
void set (bool value);
}
Property Value
Type: System.Boolean
true if the instance is canceled; otherwise, false.