ESRI.ArcGIS.ADF.Web.UI.WebControls
GetDefaultTag Method
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.