IHtmlGenerator.GenerateTextArea Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Génère un <élément textarea>
public:
Microsoft::AspNetCore::Mvc::Rendering::TagBuilder ^ GenerateTextArea(Microsoft::AspNetCore::Mvc::Rendering::ViewContext ^ viewContext, Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ modelExplorer, System::String ^ expression, int rows, int columns, System::Object ^ htmlAttributes);
public Microsoft.AspNetCore.Mvc.Rendering.TagBuilder GenerateTextArea (Microsoft.AspNetCore.Mvc.Rendering.ViewContext viewContext, Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer modelExplorer, string expression, int rows, int columns, object htmlAttributes);
abstract member GenerateTextArea : Microsoft.AspNetCore.Mvc.Rendering.ViewContext * Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer * string * int * int * obj -> Microsoft.AspNetCore.Mvc.Rendering.TagBuilder
Public Function GenerateTextArea (viewContext As ViewContext, modelExplorer As ModelExplorer, expression As String, rows As Integer, columns As Integer, htmlAttributes As Object) As TagBuilder
Paramètres
- viewContext
- ViewContext
Un ViewContext instance pour l’étendue actuelle.
- modelExplorer
- ModelExplorer
ModelExplorer pour expression
.
- expression
- String
Nom de l’expression, relatif au modèle actuel.
- rows
- Int32
- columns
- Int32
- htmlAttributes
- Object
Object qui contient les paramètres d’un itinéraire. Les paramètres sont récupérés par réflexion en examinant les propriétés de .Object Il Object est généralement créé à l’aide de la Object syntaxe d’initialiseur. IDictionary<TKey,TValue> Une instance contenant les paramètres d’itinéraire.