EditableDesignerRegion.Content Property
.NET Framework 3.0
Gets or sets the HTML markup for the content of the region.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ public String get_Content () /** @property */ public void set_Content (String value)
public function get Content () : String public function set Content (value : String)
Not applicable.
Property Value
HTML markup representing the content of the EditableDesignerRegion object.Community Additions
ADD
Show: