DefaultDisplayMode Class
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.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the default display mode of the web pages.
public class DefaultDisplayMode : System.Web.WebPages.IDisplayMode
type DefaultDisplayMode = class
interface IDisplayMode
Public Class DefaultDisplayMode
Implements IDisplayMode
- Inheritance
-
DefaultDisplayMode
- Implements
Constructors
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. |
Properties
ContextCondition |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value that indicates whether the context condition displays a default mode. |
DisplayModeId |
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. |
Methods
CanHandleContext(HttpContextBase) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates a value whether the HttpContextBase can handle context. |
GetDisplayInfo(HttpContextBase, String, Func<String,Boolean>) |
Retrieves the display information about an item in the result pane. |
TransformPath(String, String) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Transforms the path of the display mode. |