aspnetcore/test/Microsoft.AspNet.Mvc.Razor..../ModelExpression.cs

10 lines
374 B
C#

// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Microsoft.AspNet.Mvc.Rendering
{
// This is here to mimic the real ModelExpression type defined in Microsoft.AspNet.Mvc.Core.
public class ModelExpression
{
}
}