Web API Core | ComponentOne
C1.Web.Api Namespace / Owin Class / MapPath Method
A path.

In This Topic
    MapPath Method
    In This Topic
    Gets the physical directory of a path.
    Syntax
    'Declaration
     
    
    Public Shared Function MapPath( _
       ByVal path As String _
    ) As String
    public static string MapPath( 
       string path
    )

    Parameters

    path
    A path.

    Return Value

    The physical directory.
    See Also