View Source
Class LocalLinkBlocksProcessor
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public abstract class LocalLinkBlocksProcessor
Methods
View Source
ProcessBlocks(Object, Func<Object, Boolean>, Func<String, String>)
Declaration
public bool ProcessBlocks(object value, Func<object, bool> processNested, Func<string, string> processStringValue)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Func<System.Object, System.Boolean> |
processNested |
|
Func<System.String, System.String> |
processStringValue |
|
Returns
Type |
Description |
System.Boolean |
|