C# 클래스 HtmlTags.ServiceCollectionExtensions

파일 보기 프로젝트 열기: HtmlTags/htmltags

공개 메소드들

메소드 설명
AddHtmlTags ( this services ) : void
AddHtmlTags ( this services, Action config ) : void
AddHtmlTags ( this services, HtmlConventionLibrary library ) : void

메소드 상세

AddHtmlTags() 공개 정적인 메소드

public static AddHtmlTags ( this services ) : void
services this
리턴 void

AddHtmlTags() 공개 정적인 메소드

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

AddHtmlTags() 공개 정적인 메소드

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