TagBuilder.InnerHtml Property

Visual Studio 2010

Gets or sets the inner HTML for the tag (element).

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public string InnerHtml { get; set; }

Property Value

Type: System.String
The inner HTML for the tag (element).

Community Additions

ADD
Show: