Artemis.Annotations.AspChildControlTypeAttribute.AspChildControlTypeAttribute C# (CSharp) Méthode

AspChildControlTypeAttribute() public méthode

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