C# Class TSVCEO.CloudPrint.InfoServer.Controllers.XHtmlController

Inheritance: ApiController
Mostra file Open project: klightspeed/CloudPrintProxy

Protected Methods

Method Description
Body ( ) : System.Xml.Linq.XElement
Forbidden ( ) : HttpResponseMessage
H1 ( string content ) : System.Xml.Linq.XElement
Head ( string title ) : System.Xml.Linq.XElement
Html ( System.Xml.Linq.XElement head, System.Xml.Linq.XElement body ) : HttpResponseMessage
Html ( System.Xml.Linq.XElement head, System.Xml.Linq.XElement body, HttpStatusCode status ) : HttpResponseMessage
NotFound ( ) : HttpResponseMessage
P ( ) : System.Xml.Linq.XElement
Script ( string name ) : System.Xml.Linq.XElement

Method Details

Body() protected method

protected Body ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

Forbidden() protected method

protected Forbidden ( ) : HttpResponseMessage
return System.Net.Http.HttpResponseMessage

H1() protected method

protected H1 ( string content ) : System.Xml.Linq.XElement
content string
return System.Xml.Linq.XElement

Head() protected method

protected Head ( string title ) : System.Xml.Linq.XElement
title string
return System.Xml.Linq.XElement

Html() protected method

protected Html ( System.Xml.Linq.XElement head, System.Xml.Linq.XElement body ) : HttpResponseMessage
head System.Xml.Linq.XElement
body System.Xml.Linq.XElement
return System.Net.Http.HttpResponseMessage

Html() protected method

protected Html ( System.Xml.Linq.XElement head, System.Xml.Linq.XElement body, HttpStatusCode status ) : HttpResponseMessage
head System.Xml.Linq.XElement
body System.Xml.Linq.XElement
status HttpStatusCode
return System.Net.Http.HttpResponseMessage

NotFound() protected method

protected NotFound ( ) : HttpResponseMessage
return System.Net.Http.HttpResponseMessage

P() protected method

protected P ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

Script() protected method

protected Script ( string name ) : System.Xml.Linq.XElement
name string
return System.Xml.Linq.XElement