ViewComponentResult.ViewEngine 속성

정의

주의

This property is unused and will be removed in the next major version.

이 속성은 사용되지 않으며 다음 주 버전에서 제거됩니다.

뷰를 찾는 데 사용되는 를 IViewEngine 가져오거나 설정합니다.

public:
 property Microsoft::AspNetCore::Mvc::ViewEngines::IViewEngine ^ ViewEngine { Microsoft::AspNetCore::Mvc::ViewEngines::IViewEngine ^ get(); void set(Microsoft::AspNetCore::Mvc::ViewEngines::IViewEngine ^ value); };
public Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine ViewEngine { get; set; }
[System.Obsolete("This property is unused and will be removed in the next major version.")]
public Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine ViewEngine { get; set; }
member this.ViewEngine : Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine with get, set
[<System.Obsolete("This property is unused and will be removed in the next major version.")>]
member this.ViewEngine : Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine with get, set
Public Property ViewEngine As IViewEngine

속성 값

특성

설명

이면 nullActionContext.HttpContext.RequestServices instance ICompositeViewEngine 사용됩니다.

적용 대상