C# Class Grikly.Annotations.AspMvcAreaAttribute

Inheritance: PathReferenceAttribute
Show file Open project: Xormis/grikly-dotnet

Private Properties

Property Type Description
AspMvcAreaAttribute System

Public Methods

Method Description
AspMvcAreaAttribute ( string anonymousProperty ) : System

Initializes a new instance of the AspMvcAreaAttribute class.

Private Methods

Method Description
AspMvcAreaAttribute ( ) : System

Method Details

AspMvcAreaAttribute() public method

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