ScriptResourceDefinition.CdnDebugPath Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le chemin d'accès de mode débogage à la ressource de script sur un réseau CDN (Content Delivery Network).
public:
property System::String ^ CdnDebugPath { System::String ^ get(); void set(System::String ^ value); };
public string CdnDebugPath { get; set; }
member this.CdnDebugPath : string with get, set
Public Property CdnDebugPath As String
Valeur de propriété
Chemin d'accès à un réseau CDN qui contient des ressources de script de débogage.
Remarques
lorsque vous référencez un chemin d’accès CDN, vous pouvez activer la prise en charge CDN pour la page en affectant EnableCdn à la propriété de la valeur ScriptManager true
.