C# Class HtmlTags.BrTag

Inheritance: HtmlTags.HtmlTag
显示文件 Open project: HtmlTags/htmltags

Public Methods

Method Description
BrTag ( ) : Microsoft.AspNetCore.Html

Protected Methods

Method Description
WriteHtml ( HtmlTextWriter html ) : void

Method Details

BrTag() public method

public BrTag ( ) : Microsoft.AspNetCore.Html
return Microsoft.AspNetCore.Html

WriteHtml() protected method

protected WriteHtml ( HtmlTextWriter html ) : void
html HtmlTextWriter
return void