ViewComponentConventions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
표준 뷰 구성 요소 규칙 메서드를 추가하는 정적 클래스입니다. 이 클래스는 상속될 수 없습니다.
public ref class ViewComponentConventions abstract sealed
public static class ViewComponentConventions
type ViewComponentConventions = class
Public Class ViewComponentConventions
- 상속
-
ViewComponentConventions
필드
ViewComponentSuffix |
뷰 구성 요소 이름의 접미사입니다. |
메서드
GetComponentFullName(TypeInfo) |
첫 번째 형식에서 Name 구성 요소의 전체 이름을 가져옵니다. 정의되지 않은 경우 전체 이름은 가 있는 네임스페이 Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentConventions.GetShortNameByConvention(System.Reflection.TypeInfo)스입니다. |
GetComponentName(TypeInfo) |
구성 요소의 이름을 가져옵니다. |
IsComponent(TypeInfo) |
형식이 를 정의하는 ViewComponentAttributepublic, non abstract, non generic 클래스인 경우 를 반환 |