File: RenderAsyncDelegate.cs | Web Access |
Project: src\src\Mvc\Mvc.Razor\src\Microsoft.AspNetCore.Mvc.Razor.csproj (Microsoft.AspNetCore.Mvc.Razor) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.AspNetCore.Mvc.Razor; /// <summary> /// A delegate for RenderAsync. /// </summary> /// <returns></returns> public delegate Task RenderAsyncDelegate(); |