ControllerContext.DisplayMode Property

Gets the display mode.

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

'Declaration
Public Property DisplayMode As IDisplayMode 
	Get 
	Set
'Usage
Dim instance As ControllerContext 
Dim value As IDisplayMode 

value = instance.DisplayMode

instance.DisplayMode = value

Property Value

Type: System.Web.WebPages.IDisplayMode
The display mode.
Show: