Sage.UrlGenerator.UrlGenerator C# (CSharp) Method

UrlGenerator() public method

Initializes a new instance of the UrlGenerator class, using the specified context.
public UrlGenerator ( SageContext context ) : System
context SageContext The current .
return System
        public UrlGenerator(SageContext context)
        {
            this.context = context;
        }