C# Класс SenseNet.Portal.Portlets.FacebookLikePortlet

Display Facebook like button
Наследование: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
FacebookLikePortlet ( ) : System

Initializes a new instance of the FacebookLikePortlet class.

Защищенные методы

Метод Описание
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

Описание методов

FacebookLikePortlet() публичный Метод

Initializes a new instance of the FacebookLikePortlet class.
public FacebookLikePortlet ( ) : System
Результат System

GenerateLikeButton() защищенный Метод

Generate IFrame with specified params.
protected GenerateLikeButton ( ) : string
Результат string

Render() защищенный Метод

Renders the control to the specified HTML writer.
protected Render ( System writer ) : void
writer System The System.Web.UI.HtmlTextWriter object that receives the control content.
Результат void

ReplaceParams() защищенный Метод

It replaces the placeholders to specified parameters in the raw IFrame
protected ReplaceParams ( string rawIFrame ) : string
rawIFrame string The raw Iframe with placeholders
Результат string