SMProxy

Untitled

May 14th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <!doctype html>
  2. <p>Current date is: @DateTime.Now.ToShortDateString()</p>
  3. @{
  4. // Inline C#, bitches
  5. var user = Database.GetUser(Model.UserID);
  6. }
  7. <p>I am a webpage! Your name is @user.Username</p>
Advertisement
Add Comment
Please, Sign In to add comment