C# Class Rebel.Cms.Web.BuildManagerCodeDelegates.CodeDelegatesCollection

Allows for registration of Code snippet delegates for the CodeDelegateVirtualPathProvider to find
Mostra file Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
TryAdd ( string virtualPathId, Func codeDelegate ) : bool
TryGetDelegateMethod ( string virtualPathId ) : AttemptTuple>

Private Methods

Method Description
Clear ( ) : void

Method Details

TryAdd() public static method

public static TryAdd ( string virtualPathId, Func codeDelegate ) : bool
virtualPathId string
codeDelegate Func
return bool

TryGetDelegateMethod() public static method

public static TryGetDelegateMethod ( string virtualPathId ) : AttemptTuple>
virtualPathId string
return AttemptTuple>