.RAZOR 파일 확장자

Razor Component File

개발사 Microsoft
인기도
3.5  |  2 투표
 

RAZOR 파일이란 무엇인가요?

A RAZOR file is a Razor component used by a Blazor app. It contains source code written using Razor markup, C#, and HTML. RAZOR files define a self-contained portion of a Blazor app's user interface (UI).

추가 정보

Microsoft Visual Studio Code에서 열린 .razor 파일의 스크린샷
Microsoft Visual Studio Code에서 열린 RAZOR 파일

Blazor is a .NET framework that developers can use to build interactive client-side web UIs. Notably, Blazor allows developers to develop UI components using C# instead of JavaScript and to share server-side and client-side app logic written in .NET.

Developers build Blazor applications using Razor components, which are source code files written using Razor syntax and saved using the .razor extension. Razor syntax allows developers to efficiently combine HTML markup with C# code in the same source code file, to create dynamic web content. A Razor component defines a piece of a Blazor app's UI, such as a webpage, dialog box, or data entry form.

One easy way to recognize a RAZOR file is to look for @ symbols that precede Razor directives and code blocks. For example, Razor uses the @page directive to specify a component's relative URL, and it uses the @if directive to control when code runs. RAZOR files use the @ symbol and reserved directives to transition from HTML markup to C# code.

참고: Non-Blazor files that use Razor syntax are saved as .CSHTML files.

RAZOR 파일을 여는 방법

You can open and edit a RAZOR file in any text or source code editor. Source code editors, such as Microsoft Visual Studio Code (cross-platform) and GitHub Atom (cross-platform), contain helpful features that make reviewing and editing RAZOR files easier.

File Viewer Plus(으)로 400개 이상의 파일 형식을 여세요.무료 다운로드

RAZOR 파일을 여는 프로그램

카테고리:
업데이트: 2021-10-26

검증자 FileInfo.com

FileInfo.com 팀 이 페이지에 나열된 Razor Component 파일 형식과 Mac, Windows, and Linux 앱을 독자적으로 조사했습니다. 저희의 목표는 100% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.