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()

컨트롤러를 만들 때 컨트롤러 속성을 현재 ControllerContext 로 설정하도록 지정합니다. 속성에는 public set 메서드가 있어야 합니다.

적용 대상