AjaxControlToolkit.ClientScriptResourceAttribute.ClientScriptResourceAttribute C# (CSharp) Method

ClientScriptResourceAttribute() public method

public ClientScriptResourceAttribute ( string componentType, string resourcePath ) : System
componentType string
resourcePath string
return System
        public ClientScriptResourceAttribute(string componentType, string resourcePath)
            : base(resourcePath)
        {
            _componentType = componentType;
        }
ClientScriptResourceAttribute