Property | Type | Description |
---|
Method | Description | |
---|---|---|
FacebookLikePortlet ( ) : System |
Initializes a new instance of the FacebookLikePortlet class.
|
Method | Description | |
---|---|---|
GenerateLikeButton ( ) : string |
Generate IFrame with specified params.
|
|
Render ( System writer ) : void |
Renders the control to the specified HTML writer.
|
|
ReplaceParams ( string rawIFrame ) : string |
It replaces the placeholders to specified parameters in the raw IFrame
|
protected Render ( System writer ) : void | ||
writer | System | The System.Web.UI.HtmlTextWriter object that receives the control content. |
return | void |
protected ReplaceParams ( string rawIFrame ) : string | ||
rawIFrame | string | The raw Iframe with placeholders |
return | string |