Ejemplo n.º 1
0
 private static string GetDefaultUrl(InMemoryStorage storage, string location)
 {
     return(storage.DefaultUrlGenerator(
                new UrlGenerationOptions("boardname", false, 3600)
                ).AbsoluteUrlFor(location));
 }