Asp.Net application macro. Used to incorporate ASP.NET applications.
Syntax
Smartsite SXML | Copy Code |
---|---|
<se:application id="" /> |
Parameters
Name | Data Type | Properties | Description |
---|---|---|---|
Id | String |
MustBeAttribute
IsRequired |
Sets the Id of the macro. Macros with Ids set can be accessed using Viper by referring to page.[id].[methodname()]. |
Location | Locator | - | Sets the location of the ASP.NET application. |
Xml | String |
RawData
|
Sets the Xml of this module. |
Shared Parameters
Local Viper Methods
Viper | Extension | Description |
---|---|---|
This.ClearForcedResult |
Sets the result of the macro. used to override the normal handling of the result creation. |
|
This.GetForcedResult | Gets the forced result of the macro, set by overriding the normal rendering using SetForcedResult(). | |
This.Render | ✓ | Renders the selected application part with the given ContentPlaceHolderID. |
This.RenderTime | ✓ | Returns the render time of the macro in milliseconds. |
This.SetForcedResult |
Sets the result of the macro. used to override the normal handling of the result creation. |