Dev2.Annotations.HtmlAttributeValueAttribute.HtmlAttributeValueAttribute C# (CSharp) 메소드

HtmlAttributeValueAttribute() 공개 메소드

public HtmlAttributeValueAttribute ( [ name ) : System
name [
리턴 System
    public HtmlAttributeValueAttribute([NotNull] string name)
    {
      Name = name;
    }
HtmlAttributeValueAttribute