IBBlazorServer
Identità
Namespace:
B.BInterfacesAssembly:
BFrameworkTipo: interface
Sorgente API: versione
5.0.0
Scopo
Definisce il contratto pubblico IBBlazorServer del namespace B.BInterfaces.
Dichiarazione
public interface IBBlazorServer
Proprietà
| Proprietà | Tipo | Accesso |
|---|---|---|
ApplicationName |
string |
get |
ContentRootPath |
string |
get |
EnvironmentName |
string |
get |
WebRootPath |
string |
get |
Metodi
bool IsDevelopment()bool IsProduction()bool IsStaging()string MapPath(string url)
Esempi
Consultare IBBlazorServer - Esempi.
