MvcViewOptions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
MVC 프레임워크의 보기에 대한 프로그래밍 방식 구성을 제공합니다.
public ref class MvcViewOptions
public ref class MvcViewOptions : System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::Infrastructure::ICompatibilitySwitch ^>
public class MvcViewOptions
public class MvcViewOptions : System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.Infrastructure.ICompatibilitySwitch>
type MvcViewOptions = class
type MvcViewOptions = class
interface seq<ICompatibilitySwitch>
interface IEnumerable
Public Class MvcViewOptions
Public Class MvcViewOptions
Implements IEnumerable(Of ICompatibilitySwitch)
- 상속
-
MvcViewOptions
- 구현
생성자
MvcViewOptions() |
MVC 프레임워크의 보기에 대한 프로그래밍 방식 구성을 제공합니다. |
속성
AllowRenderingMaxLengthAttribute |
또는 특성으로 표시된 StringLengthAttribute 모델에 바인딩된 경우 호환되는 HTML 요소에 대해 maxlength 특성을 렌더링해야 하는지 여부를 나타내는 값을 가져오거나 MaxLengthAttribute 설정합니다. |
ClientModelValidatorProviders |
인스턴스 목록을 IClientModelValidatorProvider 가져옵니다. |
HtmlHelperOptions |
HTML 도우미 및 ViewContext에 대한 프로그래밍 방식 구성을 가져오거나 설정합니다. |
SuppressTempDataAttributePrefix |
로 주석이 추가된 TempDataAttribute 속성의 ITempDataDictionary 키에 접
Key 를 지정하지 않으면 로 주석이 추가된 TempDataAttribute 속성의 조회 키가 속성 이름에서 파생됩니다. ASP.NET Core 2.1 이전 릴리스에서 계산된 키는 값
기본값은 |
ViewEngines |
이 애플리케이션에서 사용하는 목록을 IViewEngine가져옵니다. |
명시적 인터페이스 구현
IEnumerable.GetEnumerator() |
MVC 프레임워크의 보기에 대한 프로그래밍 방식 구성을 제공합니다. |
IEnumerable<ICompatibilitySwitch>.GetEnumerator() |
MVC 프레임워크의 보기에 대한 프로그래밍 방식 구성을 제공합니다. |