C# Class Signum.Web.HtmlStringBuilder

Inheritance: IEnumerable
Mostrar archivo Open project: signumsoftware/framework Class Usage Examples

Public Methods

Method Description
Add ( System.Web.Mvc.MvcHtmlString html ) : void
AddLine ( ) : void
AddLine ( System.Web.Mvc.MvcHtmlString html ) : void
HtmlStringBuilder ( ) : System
HtmlStringBuilder ( IEnumerable elements ) : System
Surround ( HtmlTag div ) : IDisposable
Surround ( string tagName ) : IDisposable
SurroundLine ( HtmlTag div ) : IDisposable
SurroundLine ( string tagName ) : IDisposable
ToHtml ( ) : System.Web.Mvc.MvcHtmlString
ToString ( ) : string

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public method

public Add ( System.Web.Mvc.MvcHtmlString html ) : void
html System.Web.Mvc.MvcHtmlString
return void

AddLine() public method

public AddLine ( ) : void
return void

AddLine() public method

public AddLine ( System.Web.Mvc.MvcHtmlString html ) : void
html System.Web.Mvc.MvcHtmlString
return void

HtmlStringBuilder() public method

public HtmlStringBuilder ( ) : System
return System

HtmlStringBuilder() public method

public HtmlStringBuilder ( IEnumerable elements ) : System
elements IEnumerable
return System

Surround() public method

public Surround ( HtmlTag div ) : IDisposable
div HtmlTag
return IDisposable

Surround() public method

public Surround ( string tagName ) : IDisposable
tagName string
return IDisposable

SurroundLine() public method

public SurroundLine ( HtmlTag div ) : IDisposable
div HtmlTag
return IDisposable

SurroundLine() public method

public SurroundLine ( string tagName ) : IDisposable
tagName string
return IDisposable

ToHtml() public method

public ToHtml ( ) : System.Web.Mvc.MvcHtmlString
return System.Web.Mvc.MvcHtmlString

ToString() public method

public ToString ( ) : string
return string