Вы находитесь на странице: 1из 1

Table of Contents

About the Author��������������������������������������������������������������������������������vii


About the Technical Reviewer�������������������������������������������������������������ix
Introduction�����������������������������������������������������������������������������������������xi

Chapter 1: Introduction������������������������������������������������������������������������1
What is Blazor?�����������������������������������������������������������������������������������������������������1
What is WebAssembly?�����������������������������������������������������������������������������������������2
Blazor Types����������������������������������������������������������������������������������������������������������3
Blazor Server-side�������������������������������������������������������������������������������������������4
Blazor Client-side��������������������������������������������������������������������������������������������4
Blazor Hosted��������������������������������������������������������������������������������������������������5
Summary��������������������������������������������������������������������������������������������������������������6

Chapter 2: Razor Syntax and Basics of Blazor�������������������������������������7


Differences between Razor and Blazor�����������������������������������������������������������������7
Syntax�������������������������������������������������������������������������������������������������������������������8
Comments�������������������������������������������������������������������������������������������������������8
Sections�����������������������������������������������������������������������������������������������������������9
Blazor Binds��������������������������������������������������������������������������������������������������������11
Bind to Element���������������������������������������������������������������������������������������������12
code���������������������������������������������������������������������������������������������������������������13
Page Events���������������������������������������������������������������������������������������������������16
Summary������������������������������������������������������������������������������������������������������������17

iii

Вам также может понравиться