Condividi tramite


HtmlHelper.GenerateEditor(ModelExplorer, String, String, Object) Metodo

Definizione

Generare l'editor.

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

Parametri

modelExplorer
ModelExplorer

Oggetto ModelExplorer.

htmlFieldName
String

Nome del campo html.

templateName
String

Nome del modello

additionalViewData
Object

Dati di visualizzazione aggiuntivi.

Restituisce

Oggetto IHtmlContent.

Si applica a