C# 클래스 Grikly.Annotations.AspMvcActionAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Xormis/grikly-dotnet

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AspMvcActionAttribute ( ) : System

Initializes a new instance of the AspMvcActionAttribute class.

AspMvcActionAttribute ( string anonymousProperty ) : System

Initializes a new instance of the AspMvcActionAttribute class.

메소드 상세

AspMvcActionAttribute() 공개 메소드

Initializes a new instance of the AspMvcActionAttribute class.
public AspMvcActionAttribute ( ) : System
리턴 System

AspMvcActionAttribute() 공개 메소드

Initializes a new instance of the AspMvcActionAttribute class.
public AspMvcActionAttribute ( string anonymousProperty ) : System
anonymousProperty string /// The anonymous property. ///
리턴 System