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