Tools, FAQ, Tutorials:
Use < Sign in '@(...)' Expressions
How to enter < sign in '@(...)' expressions?
✍: FYIcenter.com
< signs can be entered in '@(...)' expressions directly.
For example, the following "set-variable" policy statement uses a "@(...)" expression that contains a < sign as the Boolean operator:
<set-variable name="isTrue" value="@(1 < 2)" />
From XML syntax point of view, the above XML element is actually not valid.
But Azure.com has no problem take the above XML statement.
It could be that Azure.com is processing the @(...) expression first, before processing the XML element.
⇒ Use & Sign in '@(...)' Expressions
2017-11-12, 2743🔥, 0💬
Popular Posts:
How To Get the Minimum or Maximum Value of an Array in PHP? If you want to get the minimum or maximu...
How To Set session.gc_divisor Properly in PHP? As you know that session.gc_divisor is the frequency ...
How To Pass Arrays By References? in PHP? Like normal variables, you can pass an array by reference ...
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...
How to add request URL Template Parameters to my Azure API operation to make it more user friendly? ...