ImageButton.LoadPostData(String, NameValueCollection) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Processes posted data for the ImageButton control.
protected:
virtual bool LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection);
protected virtual bool LoadPostData(string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Protected Overridable Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean
- postDataKey
- String
The key value used to index an entry in the collection.
- postCollection
- NameValueCollection
A NameValueCollection that contains post information.
Returns false
for all cases.
The LoadPostData member is used primarily by control developers when deriving a custom class from the ImageButton control.
The ImageButton checks to see if the x and y values were posted, which indicates that the image was clicked by the user. The ImageButton then registers with the page that it wants to raise an event during the event-processing phase.
Производ | Верзије |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET повратне информације
.NET је пројекат отвореног кода. Изаберите везу да бисте обезбедили повратне информације: