AjaxControlToolkit.Design.PageMethodSignatureAttribute.PageMethodSignatureAttribute C# (CSharp) Method

PageMethodSignatureAttribute() public method

public PageMethodSignatureAttribute ( string friendlyName, string servicePathProperty, string serviceMethodProperty ) : System
friendlyName string
servicePathProperty string
serviceMethodProperty string
return System
        public PageMethodSignatureAttribute(string friendlyName, string servicePathProperty, string serviceMethodProperty)
            : this(friendlyName, servicePathProperty, serviceMethodProperty, null)
        {
        }

Same methods

PageMethodSignatureAttribute::PageMethodSignatureAttribute ( string friendlyName, string servicePathProperty, string serviceMethodProperty, string useContextKeyProperty ) : System
PageMethodSignatureAttribute