View Source
Class LocalLinkBlockListProcessor
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class LocalLinkBlockListProcessor : LocalLinkBlocksProcessor, ITypedLocalLinkProcessor
Properties
View Source
Process
Declaration
public Func<object, Func<object, bool>, Func<string, string>, bool> Process { get; }
Property Value
Type |
Description |
Func<System.Object, Func<System.Object, System.Boolean>, Func<System.String, System.String>, System.Boolean> |
|
View Source
PropertyEditorAliases
Declaration
public IEnumerable<string> PropertyEditorAliases { get; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
View Source
PropertyEditorValueType
Declaration
public Type PropertyEditorValueType { get; }
Property Value