Version

IProvideImageDirectoryResolution Interface Members

The following tables list the members exposed by IProvideImageDirectoryResolution.

Public Properties
 NameDescription
 PropertyImageDirectoryReturns the ImageDirectory path.  
 PropertyImageDirectoryResolvedReturns the final resolved ImageDirectory path that should be used for an image.  
Public Methods
 NameDescription
 MethodResolveImageResourceUrlOverloaded. Resolves a resource path into a URL. This can be done by using the Page.GetWebResourceUrl method.  
 MethodResolveImageUrlReturns the resolved image path. This path will be used in the img tag's src attribute, so it must be fully resolved.  
See Also