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:
property String^ InnerHtml {
	String^ get ();
	void set (String^ value);
}

Property Value

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

Community Additions

ADD
Show: