Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1061: 'WineRoadRecipesApp.Models.Recipe' does not contain a definition for 'MemberWebsite' and no extension method 'MemberWebsite' accepting a first argument of type 'WineRoadRecipesApp.Models.Recipe' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 24: 			
Line 25: 			<div id="recipe-owner-print">
Line 26: 				<h3><a href="http://@recipe.MemberWebsite" target="_blank">@member.Name</a></h3>
Line 27: 				<p>@recipe.MemberAddress<br>
Line 28: 			        @recipe.MemberCity, @recipe.MemberState @recipe.MemberZip<br>

Source File: d:\toplevel\recipes.wineroadcom\Views\View\Index.cshtml    Line: 26






Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4676.0