다음을 통해 공유


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

정의

편집기를 생성합니다.

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

매개 변수

htmlFieldName
String

html 필드의 이름입니다.

templateName
String

템플릿의 이름

additionalViewData
Object

추가 보기 데이터.

반환

IHtmlContent

적용 대상