ScriptResourceDefinition.CdnPath 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 de libération à une ressource de script sur un réseau CDN (Content Delivery Network).
public:
property System::String ^ CdnPath { System::String ^ get(); void set(System::String ^ value); };
public string CdnPath { get; set; }
member this.CdnPath : string with get, set
Public Property CdnPath As String
Valeur de propriété
Chemin d'accès à un réseau CDN.
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
.