Share via


SpanEditHandler.EditorHints Property

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

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

Syntax

'Declaration
Public Property EditorHints As EditorHints 
    Get 
    Set
'Usage
Dim instance As SpanEditHandler 
Dim value As EditorHints 

value = instance.EditorHints

instance.EditorHints = value
public EditorHints EditorHints { get; set; }
public:
property EditorHints EditorHints {
    EditorHints get ();
    void set (EditorHints value);
}
member EditorHints : EditorHints with get, set
function get EditorHints () : EditorHints 
function set EditorHints (value : EditorHints)

Property Value

Type: System.Web.Razor.Editor.EditorHints
The editor hints.

See Also

Reference

SpanEditHandler Class

System.Web.Razor.Editor Namespace