From 990473aebc17505a08f59cd85142b30642bc2a54 Mon Sep 17 00:00:00 2001 From: stanislavromanov Date: Tue, 6 Jan 2015 23:17:40 +0200 Subject: [PATCH] Change remark for FlushAsync method. close #1721 --- src/Microsoft.AspNet.Mvc.Razor/RazorPage.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNet.Mvc.Razor/RazorPage.cs b/src/Microsoft.AspNet.Mvc.Razor/RazorPage.cs index 9b5b48a719..bee070add4 100644 --- a/src/Microsoft.AspNet.Mvc.Razor/RazorPage.cs +++ b/src/Microsoft.AspNet.Mvc.Razor/RazorPage.cs @@ -548,8 +548,8 @@ namespace Microsoft.AspNet.Mvc.Razor /// /// A that represents the asynchronous flush operation and on /// completion returns a . - /// The value returned is a token value that allows FlushAsync to succeed. However the - /// value does not represent the rendered content. + /// 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. public async Task FlushAsync() { // If there are active writing scopes then we should throw. Cannot flush content that has the potential to