|
var attributeValueSecured = BbParser.AttributeSecuritySubstitutions.Aggregate(attributeValue, |
When I try to build the solution I'm getting at error at the referenced line:
BbParser does not contain a definition for 'AttributeSecuritySubstitutions'
Looking around I didn't see an immediate solution to this. Any ideas?
BBCodeParser/BBCodeParser/BBCodeParser/Tags/Tag.cs
Line 60 in f68a000
When I try to build the solution I'm getting at error at the referenced line:
Looking around I didn't see an immediate solution to this. Any ideas?