C# Класс Grikly.Annotations.AspMvcControllerAttribute

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

Private Properties

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

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

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

Initializes a new instance of the AspMvcControllerAttribute class.

AspMvcControllerAttribute ( string anonymousProperty ) : System

Initializes a new instance of the AspMvcControllerAttribute class.

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

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

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

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

Initializes a new instance of the AspMvcControllerAttribute class.
public AspMvcControllerAttribute ( string anonymousProperty ) : System
anonymousProperty string /// The anonymous property. ///
Результат System