IHtmlHelper<TModel>.PasswordFor<TResult> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
<傳回指定 expression
之 類型為 「password」 的輸入 > 專案。 如果有任何) ,則新增 「value」 屬性, htmlAttributes
其中包含索引鍵 「value」 的字典專案 (。
public:
generic <typename TResult>
Microsoft::AspNetCore::Html::IHtmlContent ^ PasswordFor(System::Linq::Expressions::Expression<Func<TModel, TResult> ^> ^ expression, System::Object ^ htmlAttributes);
public Microsoft.AspNetCore.Html.IHtmlContent PasswordFor<TResult> (System.Linq.Expressions.Expression<Func<TModel,TResult>> expression, object htmlAttributes);
abstract member PasswordFor : System.Linq.Expressions.Expression<Func<'Model, 'Result>> * obj -> Microsoft.AspNetCore.Html.IHtmlContent
Public Function PasswordFor(Of TResult) (expression As Expression(Of Func(Of TModel, TResult)), htmlAttributes As Object) As IHtmlContent
類型參數
- TResult
結果的類型 expression
。
參數
- expression
- Expression<Func<TModel,TResult>>
要針對目前模型評估的運算式。
- htmlAttributes
- Object
Object,包含 專案的 HTML 屬性。 或者,包含 IDictionary<TKey,TValue> HTML 屬性的實例。
傳回
新的 IHtmlContent ,其中包含 < 輸入 > 專案。
備註
結合 HtmlFieldPrefix 和 的 expression
字串表示,以設定 < 輸入 > 專案的 「name」 屬性。 清理 的 expression
字串表示,以設定專案的 「id」 屬性。