ViewTemplateUserControl 클래스

정의

개체에 대한 컨테이너를 TemplateInfo 제공합니다.

public class ViewTemplateUserControl : System.Web.Mvc.ViewTemplateUserControl<object>
type ViewTemplateUserControl = class
    inherit ViewTemplateUserControl<obj>
Public Class ViewTemplateUserControl
Inherits ViewTemplateUserControl(Of Object)
상속

생성자

ViewTemplateUserControl()

ViewTemplateUserControl 클래스의 새 인스턴스를 초기화합니다.

속성

Ajax

뷰의 AJAX 스크립트를 가져옵니다.

(다음에서 상속됨 ViewUserControl<TModel>)
FormattedModelValue

서식이 지정된 값을 가져옵니다.

(다음에서 상속됨 ViewTemplateUserControl<TModel>)
Html

뷰의 HTML을 가져옵니다.

(다음에서 상속됨 ViewUserControl<TModel>)
Model

모델을 가져옵니다.

(다음에서 상속됨 ViewUserControl<TModel>)
TempData

임시 데이터 사전을 가져옵니다.

(다음에서 상속됨 ViewUserControl)
Url

뷰의 URL을 가져옵니다.

(다음에서 상속됨 ViewUserControl)
ViewBag

뷰 모음을 가져옵니다.

(다음에서 상속됨 ViewUserControl)
ViewContext

뷰 컨텍스트를 가져오거나 설정합니다.

(다음에서 상속됨 ViewUserControl)
ViewData

뷰 데이터를 가져오거나 설정합니다.

(다음에서 상속됨 ViewUserControl<TModel>)
ViewDataKey

뷰 데이터 키를 가져오거나 설정합니다.

(다음에서 상속됨 ViewUserControl)
Writer

응답에 뷰를 렌더링하는 데 사용되는 기록기를 가져옵니다.

(다음에서 상속됨 ViewUserControl)

메서드

EnsureViewData()

뷰 데이터가 있는 경우 뷰 데이터가 사용자 컨트롤의 개체에 추가 ViewDataDictionary 되도록 합니다.

(다음에서 상속됨 ViewUserControl)
RenderView(ViewContext)

지정된 뷰 컨텍스트를 사용하여 뷰를 렌더링합니다.

(다음에서 상속됨 ViewUserControl)
SetTextWriter(TextWriter)
사용되지 않음.

응답에 뷰를 렌더링하는 데 사용되는 텍스트 기록기를 설정합니다.

(다음에서 상속됨 ViewUserControl)
SetViewData(ViewDataDictionary)

뷰에 대한 뷰 데이터를 설정합니다.

(다음에서 상속됨 ViewUserControl<TModel>)

적용 대상