C# 클래스 RedBadger.Web.ScriptDependencyResolver.Extensions.StringExtensions

파일 보기 프로젝트 열기: redbadger/ScriptDependencyResolver

공개 메소드들

메소드 설명
AppendPath ( this referencePath, string path ) : string
ThrowIfNullOrWhiteSpace ( this value, string name ) : void

메소드 상세

AppendPath() 공개 정적인 메소드

public static AppendPath ( this referencePath, string path ) : string
referencePath this
path string
리턴 string

ThrowIfNullOrWhiteSpace() 공개 정적인 메소드

public static ThrowIfNullOrWhiteSpace ( this value, string name ) : void
value this
name string
리턴 void