Class SystemIFrame
Inheritance
System.Object
SystemIFrame
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class SystemIFrame : WebControl
Constructors
SystemIFrame()
Declaration
Properties
AutoAppendQueryString
Declaration
public bool AutoAppendQueryString { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CssClass
Declaration
public override string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsScrollingEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
SourceFile
Declaration
public string SourceFile { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
Extension Methods