C# Класс Aqueduct.Extensions.ResponseExtensions

Class containing extension methods for the System.Web.HttpResponse class
Показать файл Открыть проект

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

Метод Описание
RedirectPermanent ( this response, string url ) : void

Perform a permanent (301) redirection to the url provided

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

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

Perform a permanent (301) redirection to the url provided
public static RedirectPermanent ( this response, string url ) : void
response this
url string
Результат void