⬇️ Result | Source ➡️
- The Greeting Text:
Welcome to the Tutorial App!
This is the English greeting 😉!
-
A button:
@inherits Custom.Hybrid.RazorTyped
<ol>
<li>The Greeting Text: <br>
@App.Resources.Html("Greeting")
</li>
<li>
A button:
<button type="button">@App.Resources.String("ButtonOrder")</button>
</li>
</ol>