GrateSettings.

UserTokens Property

Summary

Gets or sets a dictionary of user tokens
Assembly
Cake.grate.dll
Namespace
Cake.Grate
Containing Type
GrateSettings

Syntax

public IDictionary<string, string> UserTokens { get; set; }

Value

Type Description
IDictionary<string, string> Allows grate to perform token replacement on custom tokens.