Skip to main content

LocodeCssAttribute

Customize the Form and Field CSS in Locode Forms

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

Properties

Form

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

Fieldset

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

Field

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

Implements

  • System.Runtime.InteropServices._Attribute