Mono Class Library: Overview

System.Web.VirtualPathUtility: Members

The members of System.Web.VirtualPathUtility are listed below.

See Also: Inherited members from System.Object

Public Methods

static
AppendTrailingSlash(string) : string
Documentation for this section has not yet been entered.
static
Combine(string, string) : string
Documentation for this section has not yet been entered.
static
GetDirectory(string) : string
Documentation for this section has not yet been entered.
static
GetExtension(string) : string
Documentation for this section has not yet been entered.
static
GetFileName(string) : string
Documentation for this section has not yet been entered.
static
IsAbsolute(string) : bool
Documentation for this section has not yet been entered.
static
IsAppRelative(string) : bool
Documentation for this section has not yet been entered.
static
MakeRelative(string, string) : string
Documentation for this section has not yet been entered.
static
RemoveTrailingSlash(string) : string
Documentation for this section has not yet been entered.
static
ToAbsolute(string) : string
Documentation for this section has not yet been entered.
static
ToAbsolute(string, string) : string
Documentation for this section has not yet been entered.
static
ToAbsolute(string, string, bool) : string
Documentation for this section has not yet been entered.
static
ToAppRelative(string) : string
Documentation for this section has not yet been entered.
static
ToAppRelative(string, string) : string
Documentation for this section has not yet been entered.