C# Class Microsoft.AspNetCore.Server.IISIntegration.Tools.WebConfigTransform

Afficher le fichier Open project: aspnet/IISIntegration Class Usage Examples

Méthodes publiques

Méthode Description
Transform ( System.Xml.Linq.XDocument webConfig, string appName, bool configureForAzure, bool isPortable ) : System.Xml.Linq.XDocument

Private Methods

Méthode Description
GetOrCreateChild ( System.Xml.Linq.XElement parent, string childName ) : System.Xml.Linq.XElement
RemoveLauncherArgs ( System.Xml.Linq.XElement aspNetCoreElement ) : void
SetAttributeValueIfEmpty ( System.Xml.Linq.XElement element, string attributeName, string value ) : void
TransformAspNetCore ( System.Xml.Linq.XElement aspNetCoreElement, string appName, bool configureForAzure, bool isPortable ) : void
TransformHandlers ( System.Xml.Linq.XElement handlersElement ) : void

Method Details

Transform() public static méthode

public static Transform ( System.Xml.Linq.XDocument webConfig, string appName, bool configureForAzure, bool isPortable ) : System.Xml.Linq.XDocument
webConfig System.Xml.Linq.XDocument
appName string
configureForAzure bool
isPortable bool
Résultat System.Xml.Linq.XDocument