View Source
Class LocalLinkRteProcessor
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class LocalLinkRteProcessor : 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
Methods
View Source
ProcessRichText(Object, Func<Object, Boolean>, Func<String, String>)
Declaration
public bool ProcessRichText(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 |
|