francis
francis

Reputation:

Extract inline C# code from apsx files

Is there a way/tool to extract inline C# code from within an ASPX file to a code-behind file?

We want to separate the code from the HTML (lots of pages) in an application we inherited.

Upvotes: 0

Views: 305

Answers (1)

Kane
Kane

Reputation: 16812

It sounds like you're doing a bit of refactoring so I'd suggest you look into ReSharper or Refactor! Pro. Both tools will be able to assist you.

Upvotes: 2

Related Questions