Fixing doc comment in RazorView

This commit is contained in:
Pranav K 2014-08-12 10:50:53 -07:00
parent 90b40832ff
commit edce771959
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ namespace Microsoft.AspNet.Mvc.Razor
/// <summary>
/// Gets or sets a value that determines if the view hierarchy is executed as part of
/// executing the <see cref="IRazorPage"/> instance. The view hierarchy involves _ViewStart
/// and Layout pages.</param>
/// and Layout pages.
/// </summary>
public bool ExecuteViewHierarchy { get; set; }
/// <inheritdoc />