From edce7719591663c8d4d5a358ccd0870f32692b1d Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 12 Aug 2014 10:50:53 -0700 Subject: [PATCH] Fixing doc comment in RazorView --- src/Microsoft.AspNet.Mvc.Razor/RazorView.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Mvc.Razor/RazorView.cs b/src/Microsoft.AspNet.Mvc.Razor/RazorView.cs index 08050291a4..3ba6fd7fc2 100644 --- a/src/Microsoft.AspNet.Mvc.Razor/RazorView.cs +++ b/src/Microsoft.AspNet.Mvc.Razor/RazorView.cs @@ -38,7 +38,8 @@ namespace Microsoft.AspNet.Mvc.Razor /// /// Gets or sets a value that determines if the view hierarchy is executed as part of /// executing the instance. The view hierarchy involves _ViewStart - /// and Layout pages. + /// and Layout pages. + /// public bool ExecuteViewHierarchy { get; set; } ///