C# Class SimpleMvcSitemap.Serialization.XmlProcessingInstructionHandler

Inheritance: IXmlProcessingInstructionHandler
Afficher le fichier Open project: uhaciogullari/SimpleMvcSitemap Class Usage Examples

Méthodes publiques

Méthode Description
AddStyleSheets ( XmlWriter xmlWriter, IHasStyleSheets model ) : void

Private Methods

Méthode Description
WriteAttribute ( StringBuilder stringBuilder, string attributeName, string value ) : void

Method Details

AddStyleSheets() public méthode

public AddStyleSheets ( XmlWriter xmlWriter, IHasStyleSheets model ) : void
xmlWriter System.Xml.XmlWriter
model IHasStyleSheets
Résultat void