SocialCommentControl Members
Include Protected Members
Include Inherited Members
Represents controls and client-side script for viewing and modifying social comments associated with the current page or identified URI.
The SocialCommentControl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocialCommentControl | Initializes a new instance of the SocialCommentControl class. |
Top
Methods
Name | Description | |
---|---|---|
_GetProperty | Gets the value of the specified property from the current SocialComment. | |
CreateChildControls | Creates a set of child controls that are contained in the current SocialCommentControl. (Overrides Control.CreateChildControls().) | |
GetCallbackResult | Returns the results of a callback event that targets the SocialCommentControl. | |
OnPreRender | Handles the PreRender event. (Overrides Control.OnPreRender(EventArgs).) | |
RaiseCallbackEvent | Processes a callback event that targets the SocialCommentControl. | |
RenderComment | Renders the controls used to display and modify the SocialComment. | |
RenderResultData | Processes the request passed in the eventArgument and writes an HTML string of the SocialComment objects to builder. |
Top