Click or drag to resize
IHtmlFrame Interface
HTML iframe element.

Namespace:  C2ExplorerServiceStack.Logic.Interfaces
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public interface IHtmlFrame

The IHtmlFrame type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Specifies the height of the iframe.
Public propertySrc
Specifies the address of the document to embed in the iframe.
Public propertySrcDoc
Specifies the HTML content of the page to show in the iframe.
Public propertyWidth
Specifies the width of the iframe.
Top
See Also