Method AddWildcard
AddWildcard(string, Func<RecordingSession, string>)
Adds a tag and the corresponding callback to resolve it.
Declaration
public void AddWildcard(string tag, Func<RecordingSession, string> resolver)
Parameters
Type | Name | Description |
---|---|---|
string | tag | The tag string. |
Func<RecordingSession, string> | resolver | Callback invoked to replace the tag with custom content. |