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

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

namespace System.Web.Mvc
{
    internal delegate IUnvalidatedRequestValues UnvalidatedRequestValuesAccessor(ControllerContext controllerContext);
}