C# 클래스 Customer.Project.Utilities.Web.StringExtensions

파일 보기 프로젝트 열기: atosorigin/AtosMvcStarterKit

공개 메소드들

메소드 설명
Contains ( this source, string toCheck, System.StringComparison comp ) : bool
ToSafeHtmlString ( this s ) : string

메소드 상세

Contains() 공개 정적인 메소드

public static Contains ( this source, string toCheck, System.StringComparison comp ) : bool
source this
toCheck string
comp System.StringComparison
리턴 bool

ToSafeHtmlString() 공개 정적인 메소드

public static ToSafeHtmlString ( this s ) : string
s this
리턴 string