ExplorerCssAttribute
Customize the Form and Field CSS in API Explorer Forms
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class ExplorerCssAttribute : 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