본문 바로가기
카테고리 없음

[C#, Web] Blazor 자료 정리(CSHTML, Razor)

by yenua 2022. 9. 17.
반응형

https://docs.fileformat.com/web/cshtml/

 

CSHTML - ASP.NET Razor Webpage

Learn about CSHTML file format and APIs that can create and open CSHTML files.

docs.fileformat.com

 

https://learn.microsoft.com/ko-kr/aspnet/core/blazor/tutorials/signalr-blazor?view=aspnetcore-6.0&tabs=visual-studio&pivots=server 

 

Use ASP.NET Core SignalR with Blazor

Create a chat app that uses ASP.NET Core SignalR with Blazor.

learn.microsoft.com

 

https://www.tutorialsteacher.com/mvc/razor-syntax

 

ASP.NET Razor Syntax

Razor Syntax Razor is one of the view engines supported in ASP.NET MVC. Razor allows you to write a mix of HTML and server-side code using C# or Visual Basic. Razor view with visual basic syntax has .vbhtml file extension and C# syntax has .cshtml file ext

www.tutorialsteacher.com

 

https://www.csharpstudy.com/web/article/6-MVC-View-Razor

 

MVC View Razor - C# 프로그래밍 배우기 (Learn C# Programming)

MVC View Razor Razor는 상대적으로 간단한 문법을 가지고 있으며, HTML 안에 C# (혹은 VB) 코드 넣어 동적인 HTML을 생성할 수 있도록 한다. 기본적으로 Razor는 하나 이상의 C# 문장 혹은 문장블럭을 표현하

www.csharpstudy.com

 

반응형