1

I use this code in a view:

@section JavaScript{
...
    @Html.Raw(Model.LoadJavaScriptData())
...
}

LoadJavaScriptData() returns a String (JavaScript Code)

I've got already a view where this works, but with my new view it doesn't load the whole String. At least Firebug shows me that. Is it possible that the site finished loading before @Html.Raw function loaded the String into the view?

I already checked the String of LoadJavaScriptData() when it returns. It's correct.

I've got no clue what to do now.

Are there tools to load the site step by step? Especially can i go through the cshtml step by step?

I use .NET MVC 3

4

0 回答 0