At.FF.Krems.Configuration.Annotations.HtmlAttributeValueAttribute.HtmlAttributeValueAttribute C# (CSharp) Метод

HtmlAttributeValueAttribute() публичный Метод

public HtmlAttributeValueAttribute ( [ name ) : System
name [
Результат System
    public HtmlAttributeValueAttribute([NotNull] string name)
    {
      Name = name;
    }
HtmlAttributeValueAttribute