Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

IFrameBuilder..::..UseStaticSource Method

Enables or disables content retrieval from an external source.

Namespace:  Suoranta.WebApp.Html
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


public IFrameBuilder UseStaticSource(
	bool value
)

Parameters

value
Type: Boolean
True to use an external source.

Return Value

The invoking instance

Remarks


Makes it easy to use an expression to determine whether content should be static HTML content (Placeholder(IHtmlString) and PlaceholderText(String)) or "dynamic" (retrieved from a source URL set with Source(String)).