Share via


DefaultDisplayMode Constructors

Definition

Overloads

DefaultDisplayMode()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the DefaultDisplayMode class.

DefaultDisplayMode(String)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the DefaultDisplayMode class.

DefaultDisplayMode()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the DefaultDisplayMode class.

public DefaultDisplayMode ();
Public Sub New ()

Applies to

DefaultDisplayMode(String)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the DefaultDisplayMode class.

public DefaultDisplayMode (string suffix);
new System.Web.WebPages.DefaultDisplayMode : string -> System.Web.WebPages.DefaultDisplayMode
Public Sub New (suffix As String)

Parameters

suffix
String

The suffix.

Applies to