Welcome to mirror list, hosted at ThFree Co, Russian Federation.

StartPageLookupDelegate.cs « Razor « System.Web.Mvc « src - github.com/mono/aspnetwebstack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f634bb1da592ffccd1a76702688d8cb2258f73e5 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.

using System.Collections.Generic;
using System.Web.WebPages;

namespace System.Web.Mvc.Razor
{
    internal delegate WebPageRenderingBase StartPageLookupDelegate(WebPageRenderingBase page, string fileName, IEnumerable<string> supportedExtensions);
}