IParameterModelBaseConvention 인터페이스

정의

컨트롤러 및 Razor Pages에서 속성 및 매개 변수를 사용자 지정할 수 있습니다.

public interface class IParameterModelBaseConvention
public interface IParameterModelBaseConvention
type IParameterModelBaseConvention = interface
Public Interface IParameterModelBaseConvention

설명

이 인터페이스를 사용하려면 인터페이스를 Attribute 구현하는 클래스를 만들고 작업 메서드 매개 변수에 배치합니다.

메서드

Apply(ParameterModelBase)

에 규칙을 적용하기 위해 호출됩니다 ParameterModelBase.

적용 대상