9 references to HelperResult
Microsoft.AspNetCore.Diagnostics (9)
src\Shared\Diagnostics\BaseView.cs (7)
215/// <see cref="HelperResult.WriteTo(TextWriter)"/> is invoked 217/// <param name="result">The <see cref="HelperResult"/> to invoke</param> 218protected void Write(HelperResult result) 229/// <see cref="HelperResult.WriteTo(TextWriter)"/> is invoked for <see cref="HelperResult"/> types. 237var helperResult = value as HelperResult;
src\Shared\Diagnostics\HelperResult.cs (2)
15/// Creates a new instance of <see cref="HelperResult"/>. 26/// Method invoked to produce content from the <see cref="HelperResult"/>.