At.FF.Krems.Configuration.Annotations.AspChildControlTypeAttribute.AspChildControlTypeAttribute C# (CSharp) Méthode

AspChildControlTypeAttribute() public méthode

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