Change remark for FlushAsync method. close #1721

This commit is contained in:
stanislavromanov 2015-01-06 23:17:40 +02:00 committed by Harsh Gupta
parent 3dedef422a
commit 990473aebc
1 changed files with 2 additions and 2 deletions

View File

@ -548,8 +548,8 @@ namespace Microsoft.AspNet.Mvc.Razor
/// </summary>
/// <returns>A<see cref="Task{HtmlString}"/> that represents the asynchronous flush operation and on
/// completion returns a <see cref="HtmlString.Empty"/>.</returns>
/// <remarks>The value returned is a token value that allows FlushAsync to succeed. However the
/// value does not represent the rendered content.</remarks>
/// <remarks>The value returned is a token value that allows FlushAsync to work directly in an HTML
/// section. However the value does not represent the rendered content.</remarks>
public async Task<HtmlString> FlushAsync()
{
// If there are active writing scopes then we should throw. Cannot flush content that has the potential to