C# Class DasBlogGraffitiExporter.UrlMap

显示文件 Open project: AArnott/dasblog Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Load ( string fullPath ) : List
Save ( List urlMapping, string fullPath ) : void
UrlMap ( ) : System
UrlMap ( string from, string to ) : System

Method Details

Load() public static method

public static Load ( string fullPath ) : List
fullPath string
return List

Save() public static method

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

UrlMap() public method

public UrlMap ( ) : System
return System

UrlMap() public method

public UrlMap ( string from, string to ) : System
from string
to string
return System