Share via


DefaultDisplayMode.DisplayModeId Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the display mode identifier of the web pages.

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

Syntax

'Declaration
Public Overridable ReadOnly Property DisplayModeId As String 
    Get
'Usage
Dim instance As DefaultDisplayMode 
Dim value As String 

value = instance.DisplayModeId
public virtual string DisplayModeId { get; }
public:
virtual property String^ DisplayModeId {
    String^ get ();
}
abstract DisplayModeId : string 
override DisplayModeId : string
function get DisplayModeId () : String

Property Value

Type: System.String
The display mode identifier of the web pages.

Implements

IDisplayMode.DisplayModeId

See Also

Reference

DefaultDisplayMode Class

System.Web.WebPages Namespace