Artemis.Annotations.AspChildControlTypeAttribute.AspChildControlTypeAttribute C# (CSharp) 메소드

AspChildControlTypeAttribute() 공개 메소드

public AspChildControlTypeAttribute ( string tagName, Type controlType ) : System
tagName string
controlType System.Type
리턴 System
        public AspChildControlTypeAttribute(string tagName, Type controlType)
        {
            TagName = tagName;
            ControlType = controlType;
        }
AspChildControlTypeAttribute