Find the invalid PS tag in below list?
-
ps:includeif
-
ps:excludeif
-
ps:getValue
-
ps:getAttributes
Reveal answer
Fill a bubble to check yourself
D
Correct answer
Explanation
ps:getAttributes is not a valid PS Framework tag, while ps:includeif, ps:excludeif, and ps:getValue are all legitimate PS tags used for conditional rendering and value retrieval. The getAttributes functionality likely uses a different syntax or method in the framework.
AI explanation
ps:getAttributes is not a recognized tag in this PS tag library, unlike ps:includeif, ps:excludeif, and ps:getValue, which are valid conditional-inclusion and value-retrieval tags used in the page templates. Recognizing the valid tag set is what distinguishes the genuine ones from the invented one.