TagBuilder.ToString 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.
Overloads
ToString() |
Renders the element as a Normal element. |
ToString(TagRenderMode) |
Renders the HTML tag by using the specified render mode. |
ToString()
ToString(TagRenderMode)
Renders the HTML tag by using the specified render mode.
public string ToString (System.Web.Mvc.TagRenderMode renderMode);
override this.ToString : System.Web.Mvc.TagRenderMode -> string
Public Function ToString (renderMode As TagRenderMode) As String
Parameters
- renderMode
- TagRenderMode
The render mode.
Returns
The rendered HTML tag.