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, ∼3373🔥, 0💬
Popular Posts:
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
How To Create an Array with a Sequence of Integers or Characters in PHP? The quickest way to create ...
What properties and functions are supported on http.client.HTTPResponse objects? If you get an http....
What is EPUB 3.0 Metadata "dcterms:modified" property? EPUB 3.0 Metadata "dcterms:modified" is a req...