At.FF.Krems.Configuration.Annotations.AspChildControlTypeAttribute.AspChildControlTypeAttribute C# (CSharp) Method

AspChildControlTypeAttribute() public method

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