ESRI.ArcGIS.ADF.Web.UI.WebControls
GetDefaultTag Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > IDefaultWebConfiguration Interface : GetDefaultTag Method




AdditionalControls
Additional controls that are present on the web page provided by Manager and the template.
Returns the default markup configuration for the task.

Syntax

Visual Basic (Declaration) 
Function GetDefaultTag( _
   ByVal AdditionalControls As ControlCollection _
) As String
Visual Basic (Usage)Copy Code
Dim instance As IDefaultWebConfiguration
Dim AdditionalControls As ControlCollection
Dim value As String
 
value = instance.GetDefaultTag(AdditionalControls)
C# 
string GetDefaultTag( 
   ControlCollection AdditionalControls
)

Parameters

AdditionalControls
Additional controls that are present on the web page provided by Manager and the template.

Return Value

HTML markup that defines the task, including all relevant properties of the task.

Remarks

If a task does not require configuration this method will return default markup.

See Also

© 2010 All Rights Reserved.