C# Класс Simplify.Web.Attributes.PutAttribute

Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
PutAttribute ( string route ) : System

Initializes a new instance of the PutAttribute class.

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

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

Initializes a new instance of the PutAttribute class.
public PutAttribute ( string route ) : System
route string The route.
Результат System