HtmlHelper.GenerateHidden Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generate a hidden.
protected:
virtual Microsoft::AspNetCore::Html::IHtmlContent ^ GenerateHidden(Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ modelExplorer, System::String ^ expression, System::Object ^ value, bool useViewData, System::Object ^ htmlAttributes);
protected virtual Microsoft.AspNetCore.Html.IHtmlContent GenerateHidden (Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer modelExplorer, string expression, object value, bool useViewData, object htmlAttributes);
abstract member GenerateHidden : Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer * string * obj * bool * obj -> Microsoft.AspNetCore.Html.IHtmlContent
override this.GenerateHidden : Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer * string * obj * bool * obj -> Microsoft.AspNetCore.Html.IHtmlContent
Protected Overridable Function GenerateHidden (modelExplorer As ModelExplorer, expression As String, value As Object, useViewData As Boolean, htmlAttributes As Object) As IHtmlContent
Parameters
- modelExplorer
- ModelExplorer
- expression
- String
- value
- Object
- useViewData
- Boolean
- htmlAttributes
- Object
An Object that contains the HTML attributes for the element. Alternatively, an IDictionary<TKey,TValue> instance containing the HTML attributes.
Returns
The IHtmlContent.