C# Класс Simplify.Web.Responses.Redirect

Provides controller redirect response (redirects the client to specified URL.)
Наследование: ControllerResponse
Показать файл Открыть проект

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

Метод Описание
Process ( ) : ControllerResponseResult

Processes this response

Redirect ( RedirectionType redirectionType = RedirectionType.DefaultPage, string bookmarkName = null ) : Simplify.Web.Modules

Redirects the client by specifying redirection type.

Redirect ( string url ) : Simplify.Web.Modules

Redirects the client to specified URL.

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

Process() публичный Метод

Processes this response
public Process ( ) : ControllerResponseResult
Результат ControllerResponseResult

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

Redirects the client by specifying redirection type.
public Redirect ( RedirectionType redirectionType = RedirectionType.DefaultPage, string bookmarkName = null ) : Simplify.Web.Modules
redirectionType RedirectionType Type of the navigation.
bookmarkName string Name of the bookmark.
Результат Simplify.Web.Modules

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

Redirects the client to specified URL.
public Redirect ( string url ) : Simplify.Web.Modules
url string The URL.
Результат Simplify.Web.Modules