Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
14,748 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In the First page i'm entering the value firtName= World and surname= hello
in the second page i want to show the value in header like: Welcome to World
I want to override {0}. Is this possible, could someone please help me out?
<LocalizedResources Id="api.signup">
<LocalizedStrings>
<LocalizedString ElementType="UxElement" StringId="heading">Welcome to {0}</LocalizedString>
</LocalizedStrings>
</LocalizedResources>