Skip to main content

FieldCssAttribute

Customize a Property Form Field CSS

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
public class FieldCssAttribute : AttributeBase, _Attribute

Properties

Field

View Source
Declaration
public string Field { get; set; }

Input

View Source
Declaration
public string Input { get; set; }

Label

View Source
Declaration
public string Label { get; set; }

Implements

  • System.Runtime.InteropServices._Attribute