ResultExecutingContext.Cancel Property

Gets or sets a value that indicates whether this ResultExecutingContext value is "cancel".

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Property Cancel As Boolean 
	Get 
	Set
'Usage
Dim instance As ResultExecutingContext 
Dim value As Boolean 

value = instance.Cancel

instance.Cancel = value

Property Value

Type: System.Boolean
true if the value is "cancel"; otherwise, false.
Show: