C# Класс MiniMVC.Response

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Empty() публичный статический Метод

public static Empty ( this context ) : void
context this
Результат void

Html() публичный статический Метод

public static Html ( this response, System.Xml.Linq.XDocument doc ) : void
response this
doc System.Xml.Linq.XDocument
Результат void

Html() публичный статический Метод

public static Html ( this response, System.Xml.Linq.XElement elem ) : void
response this
elem System.Xml.Linq.XElement
Результат void

Html() публичный статический Метод

public static Html ( this response, string html ) : void
response this
html string
Результат void

NotFound() публичный статический Метод

public static NotFound ( this response ) : void
response this
Результат void

Raw() публичный статический Метод

public static Raw ( this response, object obj, string contentType ) : void
response this
obj object
contentType string
Результат void

XDocument() публичный статический Метод

public static XDocument ( this response, System.Xml.Linq.XDocument doc, string contentType ) : void
response this
doc System.Xml.Linq.XDocument
contentType string
Результат void

XElement() публичный статический Метод

public static XElement ( this response, System.Xml.Linq.XElement e, string contentType ) : void
response this
e System.Xml.Linq.XElement
contentType string
Результат void