1
This commit is contained in:
@@ -50,14 +50,15 @@ namespace ZelWiki.Engine
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 转换给定页面的内容.
|
||||
/// 转换给定页面的内容
|
||||
/// </summary>
|
||||
/// <param name="session">The users current state, used for localization.</param>
|
||||
/// <param name="page">The page that is being processed.</param>
|
||||
/// <param name="revision">The revision of the page that is being processed.</param>
|
||||
/// <param name="omitMatches">The type of matches that we want to omit from processing.</param>
|
||||
/// <param name="session"></param>
|
||||
/// <param name="page"></param>
|
||||
/// <param name="revision"></param>
|
||||
/// <param name="omitMatches"></param>
|
||||
/// <returns></returns>
|
||||
public IZelEngineState Transform(ISessionState? session, IPage page, int? revision = null, Constants.WikiMatchType[]? omitMatches = null)
|
||||
public IZelEngineState Transform(ISessionState? session, IPage page, int? revision = null,
|
||||
Constants.WikiMatchType[]? omitMatches = null)
|
||||
=> new ZelEngineState(this, session, page, revision, omitMatches).Transform();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user