HtmlHelper.Password(String, Object, Object) 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.
Retourne un élément d’entrée <> de type « password » pour le spécifiéexpression
. Ajoute un attribut « value » contenant la première non-valeurnull
dans : le value
paramètre ou l’entrée du dictionnaire avec la htmlAttributes
clé « value ».
public:
virtual Microsoft::AspNetCore::Html::IHtmlContent ^ Password(System::String ^ expression, System::Object ^ value, System::Object ^ htmlAttributes);
public Microsoft.AspNetCore.Html.IHtmlContent Password (string expression, object value, object htmlAttributes);
abstract member Password : string * obj * obj -> Microsoft.AspNetCore.Html.IHtmlContent
override this.Password : string * obj * obj -> Microsoft.AspNetCore.Html.IHtmlContent
Public Function Password (expression As String, value As Object, htmlAttributes As Object) As IHtmlContent
Paramètres
- expression
- String
Nom de l’expression, par rapport au modèle actuel.
- value
- Object
Si ce n’estnull
pas le cas, valeur à inclure dans l’élément .
- htmlAttributes
- Object
Object qui contient les attributs HTML de l’élément . IDictionary<TKey,TValue> Une instance contenant les attributs HTML.
Retours
Nouveau IHtmlContent contenant l’élément d’entrée<>.