UserMapPath.GetAppPathForPath(String, String) Método
Definição
Retorna o nome do diretório virtual associado a um site específico.Returns the virtual directory name that is associated with a specific site.
public:
virtual System::String ^ GetAppPathForPath(System::String ^ siteID, System::String ^ path);
public string GetAppPathForPath (string siteID, string path);
abstract member GetAppPathForPath : string * string -> string
override this.GetAppPathForPath : string * string -> string
Public Function GetAppPathForPath (siteID As String, path As String) As String
Parâmetros
- siteID
- String
Um identificador exclusivo para o site.A unique identifier for the site.
- path
- String
A URL associada ao site.The URL that is associated with the site.
Retornos
O valor siteID deve ser exclusivo.The siteID value must be unique. O valor siteID diferencia sites que têm o mesmo nome.The siteID value distinguishes sites that have the same name.