C# Class SimpleMvcSitemap.Serialization.XmlProcessingInstructionHandler

Inheritance: IXmlProcessingInstructionHandler
Exibir arquivo Open project: uhaciogullari/SimpleMvcSitemap Class Usage Examples

Public Methods

Method Description
AddStyleSheets ( XmlWriter xmlWriter, IHasStyleSheets model ) : void

Private Methods

Method Description
WriteAttribute ( StringBuilder stringBuilder, string attributeName, string value ) : void

Method Details

AddStyleSheets() public method

public AddStyleSheets ( XmlWriter xmlWriter, IHasStyleSheets model ) : void
xmlWriter System.Xml.XmlWriter
model IHasStyleSheets
return void