This question is locked. New answers and comments are not allowed.
hi,
as per requirement i want to use teleric mvc menu into aspx site.master page but it shows error
like
Compiler Error Message: CS0103: The name 'Html' does not exist in the current context
Source Error:
Line 8: <head runat="server">
Line 9: <title></title>
Line 10: <%= Html.Telerik().StyleSheetRegistrar()
Line 11: .DefaultGroup(group => group
Line 12: .Add("telerik.examples.css")
can i achieve the razore intellises in aspx site.master page.
Thank you..!!!