Share via


EditorHints Enumeration

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

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  System.Web.Razor.Editor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration EditorHints
'Usage
Dim instance As EditorHints
[FlagsAttribute]
public enum EditorHints
[FlagsAttribute]
public enum class EditorHints
[<FlagsAttribute>]
type EditorHints
public enum EditorHints

Members

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

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

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

See Also

Reference

System.Web.Razor.Editor Namespace