C# Class RedBadger.Web.ScriptDependencyResolver.Extensions.StringExtensions

Mostrar archivo Open project: redbadger/ScriptDependencyResolver

Public Methods

Method Description
AppendPath ( this referencePath, string path ) : string
ThrowIfNullOrWhiteSpace ( this value, string name ) : void

Method Details

AppendPath() public static method

public static AppendPath ( this referencePath, string path ) : string
referencePath this
path string
return string

ThrowIfNullOrWhiteSpace() public static method

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