Top Banner
Razor Syntax
14
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Razor syntax

Razor Syntax

Page 2: Razor syntax

Why Razor?

Page 3: Razor syntax

Add Code Using @Character

Page 4: Razor syntax

Enclose code blocks in {Braces}

Page 5: Razor syntax

End each code with ;semicolon;

Page 6: Razor syntax

Enclose Literal Values in “----”

Page 7: Razor syntax

@\Back slash\ @””double_Quotation””

Page 8: Razor syntax

Check IsPostBack

Page 9: Razor syntax

IsPost Example

Page 10: Razor syntax

Plain Text

Page 11: Razor syntax
Page 12: Razor syntax
Page 13: Razor syntax

Multi line plain text

Page 14: Razor syntax

Code Comment