Method | Description | |
---|---|---|
Empty ( this context ) : void | ||
Html ( this response, System.Xml.Linq.XDocument doc ) : void | ||
Html ( this response, System.Xml.Linq.XElement elem ) : void | ||
Html ( this response, string html ) : void | ||
NotFound ( this response ) : void | ||
Raw ( this response, object obj, string contentType ) : void | ||
XDocument ( this response, System.Xml.Linq.XDocument doc, string contentType ) : void | ||
XElement ( this response, System.Xml.Linq.XElement e, string contentType ) : void |
public static Html ( this response, System.Xml.Linq.XDocument doc ) : void | ||
response | this | |
doc | System.Xml.Linq.XDocument | |
return | void |
public static Html ( this response, System.Xml.Linq.XElement elem ) : void | ||
response | this | |
elem | System.Xml.Linq.XElement | |
return | void |
public static Html ( this response, string html ) : void | ||
response | this | |
html | string | |
return | void |
public static NotFound ( this response ) : void | ||
response | this | |
return | void |
public static Raw ( this response, object obj, string contentType ) : void | ||
response | this | |
obj | object | |
contentType | string | |
return | void |
public static XDocument ( this response, System.Xml.Linq.XDocument doc, string contentType ) : void | ||
response | this | |
doc | System.Xml.Linq.XDocument | |
contentType | string | |
return | void |
public static XElement ( this response, System.Xml.Linq.XElement e, string contentType ) : void | ||
response | this | |
e | System.Xml.Linq.XElement | |
contentType | string | |
return | void |