This is a migrated thread and some comments may be shown as answers.

[Solved] Razor syntax

0 Answers 27 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
albert
Top achievements
Rank 1
albert asked on 22 Feb 2011, 10:23 AM

How can I convert this to razor syntax:

    <% Html.Telerik().ScriptRegistrar()
                     .DefaultGroup(group => group
                         .Add("telerik.examples.js")
                         .Compress(true))
                     .OnDocumentReady(() => { %>prettyPrint();<% })
                     .Render(); %>

Thanks

Tags
General Discussions
Asked by
albert
Top achievements
Rank 1
Share this question
or