Version

ResolveImageUrl Method (IProvideImageDirectoryResolution)

Returns the resolved image path. This path will be used in the img tag's src attribute, so it must be fully resolved.
Syntax
'Declaration
 
Function ResolveImageUrl( _
   ByVal url As String _
) As String
string ResolveImageUrl( 
   string url
)

Parameters

url
The unresolved url. This may contain "~/". The final resolved Url must take into account any values specified by config files.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also