Method | Description | |
---|---|---|
GetMessageContentCssClass ( ) : string |
Gets the message content CSS class.
|
|
RenderMessage ( SocialMessageBase socialMessageBase, string sourceName, IMessageTextRenderStrategy messageTextRenderStrategy ) : string |
Renders the message.
|
public GetMessageContentCssClass ( ) : string | ||
return | string |
public RenderMessage ( SocialMessageBase socialMessageBase, string sourceName, IMessageTextRenderStrategy messageTextRenderStrategy ) : string | ||
socialMessageBase | SocialMessageBase | The social message base. |
sourceName | string | Name of the source. |
messageTextRenderStrategy | IMessageTextRenderStrategy | The message text render strategy. |
return | string |