C# Class MovingScrewdriver.Web.Controllers.AbstractController

Inheritance: Controller
Show file Open project: Gutek/MovingScrewdriver

Protected Methods

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

Method Details

HttpNotModified() protected method

protected HttpNotModified ( ) : System.Web.Mvc.HttpStatusCodeResult
return System.Web.Mvc.HttpStatusCodeResult

OnActionExecuted() protected method

protected OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
return void

XDoc() protected method

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