C# 클래스 SimpleMvcSitemap.Serialization.XmlProcessingInstructionHandler

상속: IXmlProcessingInstructionHandler
파일 보기 프로젝트 열기: uhaciogullari/SimpleMvcSitemap 1 사용 예제들

공개 메소드들

메소드 설명
AddStyleSheets ( XmlWriter xmlWriter, IHasStyleSheets model ) : void

비공개 메소드들

메소드 설명
WriteAttribute ( StringBuilder stringBuilder, string attributeName, string value ) : void

메소드 상세

AddStyleSheets() 공개 메소드

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