HtmlHelper.GenerateDisplay(ModelExplorer, String, String, Object) 메서드

정의

디스플레이를 생성합니다.

protected:
 virtual Microsoft::AspNetCore::Html::IHtmlContent ^ GenerateDisplay(Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ modelExplorer, System::String ^ htmlFieldName, System::String ^ templateName, System::Object ^ additionalViewData);
protected virtual Microsoft.AspNetCore.Html.IHtmlContent GenerateDisplay (Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer modelExplorer, string htmlFieldName, string templateName, object additionalViewData);
abstract member GenerateDisplay : Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer * string * string * obj -> Microsoft.AspNetCore.Html.IHtmlContent
override this.GenerateDisplay : Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer * string * string * obj -> Microsoft.AspNetCore.Html.IHtmlContent
Protected Overridable Function GenerateDisplay (modelExplorer As ModelExplorer, htmlFieldName As String, templateName As String, additionalViewData As Object) As IHtmlContent

매개 변수

htmlFieldName
String

html 필드의 이름입니다.

templateName
String

템플릿의 이름입니다.

additionalViewData
Object

공용 속성이 IDictionary<TKey,TValue>ViewDataDictionary병합될 추가 뷰 데이터 또는 기타 개체입니다.

반환

IHtmlContent.

적용 대상