ActionContextAttribute 클래스

정의

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

public ref class ActionContextAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class ActionContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ActionContextAttribute = class
    inherit Attribute
Public Class ActionContextAttribute
Inherits Attribute
상속
ActionContextAttribute
특성

생성자

ActionContextAttribute()

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

적용 대상