C# 클래스 DasBlogGraffitiExporter.UrlMap

파일 보기 프로젝트 열기: AArnott/dasblog 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Load ( string fullPath ) : List
Save ( List urlMapping, string fullPath ) : void
UrlMap ( ) : System
UrlMap ( string from, string to ) : System

메소드 상세

Load() 공개 정적인 메소드

public static Load ( string fullPath ) : List
fullPath string
리턴 List

Save() 공개 정적인 메소드

public static Save ( List urlMapping, string fullPath ) : void
urlMapping List
fullPath string
리턴 void

UrlMap() 공개 메소드

public UrlMap ( ) : System
리턴 System

UrlMap() 공개 메소드

public UrlMap ( string from, string to ) : System
from string
to string
리턴 System