How to registerType with a PARAMETER constructor?

Viewed 38978

How do I registertype with the container where the type doesn't have NO PARAMETER constructor.

In fact my constructor accepts a string, and I normally pass in a string that represents a Path.

So when I do resolve it automatically creates the new type but passing in a string?

2 Answers
Related