|
| ESRI.ArcGIS.ADF.Web.UI.WebControls | |
| LoadPostData Method | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CartoDisplay Class : LoadPostData Method |
- postDataKey
- Key identifier for the data.
- postCollection
- Collection of post data names and values.
| Visual Basic (Declaration) | |
|---|---|
Public Overridable Function LoadPostData( _ ByVal postDataKey As String, _ ByVal postCollection As NameValueCollection _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CartoDisplay Dim postDataKey As String Dim postCollection As NameValueCollection Dim value As Boolean value = instance.LoadPostData(postDataKey, postCollection) | |
| C# | |
|---|---|
public virtual bool LoadPostData( string postDataKey, NameValueCollection postCollection ) | |
Parameters
- postDataKey
- Key identifier for the data.
- postCollection
- Collection of post data names and values.
Return Value
Currently always returns false.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