public LazyInitializedMasterPagePageTemplateDescriptor(string filePath, string codeBehindFilePath, Guid templateId, string templateTitle, MasterPagePageTemplateProvider provider) : base(filePath, codeBehindFilePath) { Id = templateId; Title = templateTitle; _provider = provider; }
public LazyInitializedMasterPageRenderingInfo(string filePath, string virtualPath, MasterPagePageTemplateProvider provider) : base(virtualPath, null) { _filePath = filePath; _provider = provider; }