AjaxControlToolkit.MaskedEditValidatorCompatibility.ValidatorHelper.AddExpandoAttribute C# (CSharp) Метод

AddExpandoAttribute() публичный статический Метод

public static AddExpandoAttribute ( WebControl webControl, string controlId, string attributeName, string attributeValue ) : void
webControl System.Web.UI.WebControls.WebControl
controlId string
attributeName string
attributeValue string
Результат void
        public static void AddExpandoAttribute(WebControl webControl, string controlId, string attributeName, string attributeValue)
        {
            AddExpandoAttribute(webControl, controlId, attributeName, attributeValue, true);
        }

Same methods

ValidatorHelper::AddExpandoAttribute ( WebControl webControl, string controlId, string attributeName, string attributeValue, bool encode ) : void