DefaultDisplayMode Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.