[Description("Ajax请求的路径"), DefaultValue("")] public string AjaxPath { get { return (String)ViewState["AjaxPath"]; } set { ViewState["AjaxPath"] = value; } }