Renders the selected application part with the given ContentPlaceHolderID.

This viper method also supports the extension viper syntax.

Syntax

Smartsite SXML CopyCode image Copy Code
string this.render(string contentId)

Extension Viper Syntax

Smartsite SXML CopyCode image Copy Code
string page.<id>.render(string contentId)

Parameters

Name Data Type Description
contentId String The ContentPlaceHolderID of the application part to render.

Return Value

Data Type Description
String String

Used in

Macro Description
Application Asp.Net application macro. Used to incorporate ASP.NET applications.
SXML