8 references to HelperResult
Microsoft.AspNetCore.Diagnostics (8)
src\Shared\RazorViews\BaseView.cs (6)
234/// <see cref="HelperResult.WriteTo(TextWriter)"/> is invoked 236/// <param name="result">The <see cref="HelperResult"/> to invoke</param> 237protected void Write(HelperResult result) 247/// <see cref="HelperResult.WriteTo(TextWriter)"/> is invoked for <see cref="HelperResult"/> types. 253if (value is HelperResult helperResult)
src\Shared\RazorViews\HelperResult.cs (2)
15/// Creates a new instance of <see cref="HelperResult"/>. 26/// Method invoked to produce content from the <see cref="HelperResult"/>.