pull/12601/head
Ben McCallum 2019-05-30 16:28:51 +02:00 committed by Luke Latham
parent 062e95391b
commit 97a5f25033
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ description: Learn how compilation of Razor files occurs in an ASP.NET Core app.
monikerRange: '>= aspnetcore-1.1'
ms.author: riande
ms.custom: mvc
ms.date: 03/02/2019
ms.date: 05/30/2019
uid: mvc/views/view-compilation
---
# Razor file compilation in ASP.NET Core
@ -39,7 +39,7 @@ Razor files are compiled at both build and publish time using the [Razor SDK](xr
## Razor compilation
::: moniker range=">= aspnetcore-3.0"
Build- and publish-time compilation of Razor files is enabled by default by the Razor SDK. When enabled, runtime compilation, will complement build time compilation allowing Razor files to be updated if they are editied.
Build- and publish-time compilation of Razor files is enabled by default by the Razor SDK. When enabled, runtime compilation complements build-time compilation, allowing Razor files to be updated if they are edited.
::: moniker-end