Class LabelAttribute
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public class LabelAttribute : Attribute
- Inheritance
-
LabelAttribute
- Inherited Members
- Extension Methods
Constructors
LabelAttribute(string)
public LabelAttribute(string name)
Parameters
name
string
Properties
Name
public string Name { get; }