0
kicks
Using the ResolveUrl method inside your class library Business Logic
Using the ResolveUrl method inside your class library Business Logic Layer (BLL)
Getting around passing HttpContext.Current to your business logic layer, or BLL.
The Problem:
You want to use handy methods like ResolveUrl inside your Business Logic Layer (BLL) which is a class library. You don't want to reference System.Web or any .Net framework library beneath the System.Web subsystem inside your BLL libraries.