Open.Core.Lists.ListItem.CreateHtml C# (CSharp) Method

CreateHtml() public method

Allows deriving classes to provide custom HTML for the item.
To reuse default behavior, use the following classes on child-elements of the returned HTML: - itemLabel: The display text of the item.
public CreateHtml ( ) : string
return string
        public virtual string CreateHtml() { return null; }