//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//------------------------------------------------------------------------------
namespace System.Web.UI {
public interface IResourceUrlGenerator {
///
///
string GetResourceUrl(Type type, string resourceName);
}
}