C# Class Rock.Web.DescriptionList

Helps generate Bootstrap Description List HTML (
...
)
Show file Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
Add ( string term, System.DateTime dateTime, string format = "g", bool showIfBlank = false ) : DescriptionList

Adds the specified term.

Add ( string term, object description, bool showIfBlank = false ) : DescriptionList

Adds the specified term.

Method Details

Add() public method

Adds the specified term.
public Add ( string term, System.DateTime dateTime, string format = "g", bool showIfBlank = false ) : DescriptionList
term string The term.
dateTime System.DateTime The date time.
format string The format.
showIfBlank bool if set to true [show if blank].
return DescriptionList

Add() public method

Adds the specified term.
public Add ( string term, object description, bool showIfBlank = false ) : DescriptionList
term string The term.
description object The description.
showIfBlank bool if set to true [show if blank].
return DescriptionList