UserControl::IUserControlDesignerAccessor::InnerText Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the text that appears between the opening and closing tags of a user control.

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

private:
property String^ InnerText {
	virtual String^ get() sealed = IUserControlDesignerAccessor::InnerText::get;
	virtual void set(String^ value) sealed = IUserControlDesignerAccessor::InnerText::set;
}

Property Value

Type: System::String^

The text that appears between the opening and closing tabs of a user control.

.NET Framework
Available since 2.0
Return to top
Show: