Condividi tramite


IHtmlHelper.Password(String, Object, Object) Metodo

Definizione

Restituisce un <elemento di input> di tipo "password" per l'oggetto specificato expression. Aggiunge un attributo "value" contenente il primonull valore non in: il value parametro o la htmlAttributes voce del dizionario con chiave "value".

public:
 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
Public Function Password (expression As String, value As Object, htmlAttributes As Object) As IHtmlContent

Parametri

expression
String

Nome dell'espressione, relativo al modello corrente.

value
Object

Se nonnull è presente, valore da includere nell'elemento.

htmlAttributes
Object

Oggetto Object contenente gli attributi HTML per l'elemento. In alternativa, un'istanza IDictionary<TKey,TValue> contenente gli attributi HTML.

Restituisce

Nuovo IHtmlContent contenente l'elemento <di input> .

Commenti

HtmlFieldPrefix Combina e expression per impostare <l'attributo "name" dell'elemento di input>. Sanifica expression l'attributo "id" dell'elemento.

Si applica a