コード例 #1
0
 public LazyInitializedMasterPagePageTemplateDescriptor(string filePath, string codeBehindFilePath, Guid templateId, string templateTitle, MasterPagePageTemplateProvider provider)
     : base(filePath, codeBehindFilePath)
 {
     Id = templateId;
     Title = templateTitle;
     _provider = provider;
 }
コード例 #2
0
 public LazyInitializedMasterPagePageTemplateDescriptor(string filePath, string codeBehindFilePath, Guid templateId, string templateTitle, MasterPagePageTemplateProvider provider)
     : base(filePath, codeBehindFilePath)
 {
     Id        = templateId;
     Title     = templateTitle;
     _provider = provider;
 }
コード例 #3
0
 public LazyInitializedMasterPageRenderingInfo(string filePath, string virtualPath, MasterPagePageTemplateProvider provider)
     : base(virtualPath, null)
 {
     _filePath = filePath;
     _provider = provider;
 }
コード例 #4
0
 public LazyInitializedMasterPageRenderingInfo(string filePath, string virtualPath, MasterPagePageTemplateProvider provider)
     : base(virtualPath, null)
 {
     _filePath = filePath;
     _provider = provider;
 }