|
<% if (WebPartPreview.WebPart != null) {SPHttpUtility.HtmlEncode(WebPartPreview.WebPart.Title,Response.Output);}%>
|
|
<% if (WebPartPreview.WebPart != null) {SPHttpUtility.HtmlEncodeAllowSimpleTextFormatting(WebPartPreview.WebPart.Description,Response.Output);} %>
|
|