if (this.IsRefurbish)//判断是否刷新 { return; }
public bool IsRefurbish { get { return this.Request.Headers["Accept"] == "*/*"; } }