UserControl.IUserControlDesignerAccessor.InnerText Property
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
private abstract InnerText : string with get, set private override InnerText : string with get, set
Property Value
Type: System.StringThe text that appears between the opening and closing tabs of a user control.
Implements
IUserControlDesignerAccessor.InnerText
.NET Framework
Available since 2.0
Available since 2.0
Show: