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

Datei anzeigen Open project: aspnet/IISIntegration Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

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
return System.Xml.Linq.XDocument