Skip to content

ReplaceAttributeValue Xaml Mapping Action

ldfallas edited this page Aug 17, 2015 · 2 revisions

Description

Replaces the value of a given attribute given that the value matches a regular expression.

Properties

​Property ​Usage ​Description
​ValueReplacementPairs ​Content property The replacement pairs (ReplacementPair instances)

ReplacementPair properties

​Property ​Usage ​Description
​ValueRegex Required A regular expression to match the value to be replaced. The replacement will not be applied if the property value doesn't match this this regular expression.
​ReplacementString Required​ ​The replacement text for this property.

Example

TODO

Notes

  • .NET Regex groups can be used in the replacement value

Overview

Writing mappings

Code Mapping Actions

Code Mapping Conditions

XAML mapping actions

XAML mapping conditions

Misc

Clone this wiki locally