C# Class HtmlTags.ServiceCollectionExtensions

显示文件 Open project: HtmlTags/htmltags

Public Methods

Method Description
AddHtmlTags ( this services ) : void
AddHtmlTags ( this services, Action config ) : void
AddHtmlTags ( this services, HtmlConventionLibrary library ) : void

Method Details

AddHtmlTags() public static method

public static AddHtmlTags ( this services ) : void
services this
return void

AddHtmlTags() public static method

public static AddHtmlTags ( this services, Action config ) : void
services this
config Action
return void

AddHtmlTags() public static method

public static AddHtmlTags ( this services, HtmlConventionLibrary library ) : void
services this
library HtmlConventionLibrary
return void