15 overrides of MiscSectionTitle
System.Web (15)
Configuration\UrlAuthFailedErrorFormatter.cs (1)
57protected override string MiscSectionTitle {
DataAccess\DataConnectionHelper.cs (1)
120protected override string MiscSectionTitle
ErrorFormatter.cs (8)
896protected override string MiscSectionTitle { 1212protected override string MiscSectionTitle { 1270protected override string MiscSectionTitle { 1316protected override string MiscSectionTitle { 1408protected override string MiscSectionTitle { 1625protected override string MiscSectionTitle { 1829protected override string MiscSectionTitle { 1885protected override string MiscSectionTitle {
Handlers\TraceHandlerErrorFormatter.cs (1)
28protected override string MiscSectionTitle {
Security\AuthStoreRoleProvider.cs (1)
878protected override string MiscSectionTitle
Security\BackStopAuthenticationModule.cs (1)
180protected override string MiscSectionTitle {
Security\FileAuthorizationModule.cs (1)
513protected override string MiscSectionTitle {
Security\PassportAuthenticationModule.cs (1)
253protected override string MiscSectionTitle {
4 references to MiscSectionTitle
System.Web (4)
ErrorFormatter.cs (4)
210String miscTitle = MiscSectionTitle; 317String miscTitle = MiscSectionTitle; 446if (MiscSectionTitle != null) { 447sb.Append(" <b> " + MiscSectionTitle + ": </b>" + MiscSectionContent + "<br><br>\r\n\r\n");