URLEditorAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates that the target property should use a "Url" editor.

[AttributeUsage(AttributeTargets.All)]
public class URLEditorAttribute : CustomEditorAttribute

Public Members

name description
URLEditorAttribute() Initializes a new instance of the URLEditorAttribute class.
const Key Editor type key

See Also