ControllerContextAttribute 클래스
정의
컨트롤러를 만들 때 현재를 사용 하 여 컨트롤러 속성을 설정 하도록 지정 합니다 ControllerContext . 속성에는 public set 메서드가 있어야 합니다.
public ref class ControllerContextAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class ControllerContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ControllerContextAttribute = class
inherit Attribute
Public Class ControllerContextAttribute
Inherits Attribute
- 상속
-
ControllerContextAttribute
- 특성
생성자
ControllerContextAttribute() |