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