C# Class Grikly.Annotations.AspMvcControllerAttribute

Inheritance: System.Attribute
Show file Open project: Xormis/grikly-dotnet

Private Properties

Property Type Description

Public Methods

Method Description
AspMvcControllerAttribute ( ) : System

Initializes a new instance of the AspMvcControllerAttribute class.

AspMvcControllerAttribute ( string anonymousProperty ) : System

Initializes a new instance of the AspMvcControllerAttribute class.

Method Details

AspMvcControllerAttribute() public method

Initializes a new instance of the AspMvcControllerAttribute class.
public AspMvcControllerAttribute ( ) : System
return System

AspMvcControllerAttribute() public method

Initializes a new instance of the AspMvcControllerAttribute class.
public AspMvcControllerAttribute ( string anonymousProperty ) : System
anonymousProperty string /// The anonymous property. ///
return System