aspnet / Razor

[Archived] Parser and code generator for CSHTML files used in view pages for MVC web apps. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
883 stars 225 forks source link

Razor: Add instrumentation support (for page inspector, browser link) #42

Closed NTaylorMullen closed 10 years ago

NTaylorMullen commented 10 years ago

When creating the CodeTree code generation we did not implement the instrumentation support that was there in the old CodeDOM version of Razor.

| 70 | 10166 | Reported By: N. Taylor Mullen |

danroth27 commented 10 years ago

Sync up with @jodavis on BrowserLink support for providing the needed instrumentation.