C# Класс Horse.Mvc.Filters.Route.HttpPutAttribute

Наследование: Horse.Mvc.Filters.Route.HttpMethodAttribute
Показать файл Открыть проект

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

Метод Описание
HttpPutAttribute ( ) : System

Creates new HTTP Method PUT attribute

HttpPutAttribute ( string pattern ) : System

Creates new HTTP Method PUT attribute with specified route pattern

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

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

Creates new HTTP Method PUT attribute
public HttpPutAttribute ( ) : System
Результат System

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

Creates new HTTP Method PUT attribute with specified route pattern
public HttpPutAttribute ( string pattern ) : System
pattern string
Результат System