C# Класс ALE.Web.AleResponse

Наследование: IResponse
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
InnerResponse System.Web.HttpResponse

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

Метод Описание
AddHeader ( string name, string value ) : void
AleResponse ( HttpResponse innerResponse, IContext context ) : System
AppendCookie ( Cookie cookie ) : void
AppendHeader ( string name, string value ) : void
Redirect ( string location ) : void
Render ( string view, object model, Action callback ) : IResponse
Send ( ) : void
Write ( byte binary ) : IResponse
Write ( string text ) : IResponse

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

AddHeader() публичный метод

public AddHeader ( string name, string value ) : void
name string
value string
Результат void

AleResponse() публичный метод

public AleResponse ( HttpResponse innerResponse, IContext context ) : System
innerResponse System.Web.HttpResponse
context IContext
Результат System

AppendCookie() публичный метод

public AppendCookie ( Cookie cookie ) : void
cookie System.Net.Cookie
Результат void

AppendHeader() публичный метод

public AppendHeader ( string name, string value ) : void
name string
value string
Результат void

Redirect() публичный метод

public Redirect ( string location ) : void
location string
Результат void

Render() публичный метод

public Render ( string view, object model, Action callback ) : IResponse
view string
model object
callback Action
Результат IResponse

Send() публичный метод

public Send ( ) : void
Результат void

Write() публичный метод

public Write ( byte binary ) : IResponse
binary byte
Результат IResponse

Write() публичный метод

public Write ( string text ) : IResponse
text string
Результат IResponse

Описание свойств

InnerResponse публичное свойство

public HttpResponse,System.Web InnerResponse
Результат System.Web.HttpResponse