ESRI.ArcGIS.ADF.Web.UI.WebControls
CreateIncludeStyleSheet(String,String) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CallbackResult Class > CreateIncludeStyleSheet Method : CreateIncludeStyleSheet(String,String) Method




url
URL to stylesheet
id
Unique client id to use for identifying stylesheet. Any existing tag will be replaced by this tag
Adds a stylesheet to the page

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function CreateIncludeStyleSheet( _
   ByVal url As String, _
   ByVal id As String _
) As CallbackResult
Visual Basic (Usage)Copy Code
Dim url As String
Dim id As String
Dim value As CallbackResult
 
value = CallbackResult.CreateIncludeStyleSheet(url, id)
C# 
public static CallbackResult CreateIncludeStyleSheet( 
   string url,
   string id
)

Parameters

url
URL to stylesheet
id
Unique client id to use for identifying stylesheet. Any existing tag will be replaced by this tag

Return Value

Callbackresult

See Also

© 2010 All Rights Reserved.