[Description("Ajax请求的路径"), DefaultValue("")]
public string AjaxPath
{
get
{
return (String)ViewState["AjaxPath"];
}
set
{
ViewState["AjaxPath"] = value;
}
}
浙公网安备 33010602011771号