Class EditorHintAttribute
Works the same way as the System.
Inheritance
System.Object
EditorHintAttribute
Namespace: EPiServer.Framework.DataAnnotations
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public sealed class EditorHintAttribute : Attribute
Constructors
EditorHintAttribute(String)
Creates a new instance of System.
Declaration
public EditorHintAttribute(string hint)
Parameters
Type | Name | Description |
---|---|---|
System. |
hint | The name of the editor hint |
Properties
Hint
The editor hint specified by this attribute instance
Declaration
public string Hint { get; }
Property Value
Type | Description |
---|---|
System. |