Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NImage Class / MapPath Method


In This Topic
    MapPath Method (NImage)
    In This Topic
    Retrieves the physical path that a virtual path, either absolute or relative, maps to.
    Syntax
    'Declaration
     
    
    Public Function MapPath( _
       ByVal path As System.String _
    ) As System.String
    'Usage
     
    
    Dim instance As NImage
    Dim path As System.String
    Dim value As System.String
     
    value = instance.MapPath(path)
    public System.string MapPath( 
       System.string path
    )

    Parameters

    path
    Requirements

    Target Platforms: 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