Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <p>Current date is: @DateTime.Now.ToShortDateString()</p>
- @{
- // Inline C#, bitches
- var user = Database.GetUser(Model.UserID);
- }
- <p>I am a webpage! Your name is @user.Username</p>
Advertisement
Add Comment
Please, Sign In to add comment