Method | Description | |
---|---|---|
HttpNotModified ( ) : System.Web.Mvc.HttpStatusCodeResult | ||
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void | ||
XDoc ( System.Xml.Linq.XDocument document, string etag = "", string contentType = "" ) : System.Web.Mvc.ActionResult |
protected HttpNotModified ( ) : System.Web.Mvc.HttpStatusCodeResult | ||
return | System.Web.Mvc.HttpStatusCodeResult |
protected OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutedContext | |
return | void |
protected XDoc ( System.Xml.Linq.XDocument document, string etag = "", string contentType = "" ) : System.Web.Mvc.ActionResult | ||
document | System.Xml.Linq.XDocument | |
etag | string | |
contentType | string | |
return | System.Web.Mvc.ActionResult |