Artemis.Annotations.AspChildControlTypeAttribute.AspChildControlTypeAttribute C# (CSharp) Method

AspChildControlTypeAttribute() public method

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