Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6708153
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:43:30+00:00 2026-05-26T07:43:30+00:00

I have the following in XAML: <Setter Property=Source Value=ResourceHttpHandler.aspx /> What I’d like to

  • 0

I have the following in XAML:

<Setter Property="Source" Value="ResourceHttpHandler.aspx" />

What I’d like to do in the HTTP handler is send back a link to a logo (such as url.com/abc.png) and replace ResourceHttpHandler.aspx with the link to that logo.

This is my current attempt:

  public void ProcessRequest( HttpContext _HttpContext )
  {
     try
     {
        HttpRequest request = _HttpContext.Request;
        HttpResponse response = _HttpContext.Response;
        response.ContentType = MimeTypes.TextHTML;
        response.Cache.SetExpires( DateTime.Now );
        response.AppendHeader( "Content-Disposition", MimeDispositions.Inline );

        if( request.HttpMethod == WebRequestMethods.Http.Get )
        {
           response.Write("http://www.google.com/intl/en_com/images/srpr/logo3w.png");
           response.Flush();
        }
     }
     catch( Exception e )
     {
        _HttpContext.Response.Clear( );
        _HttpContext.Response.Write( HttpResponseString.CreateError( e.Message ) );
        _HttpContext.Response.Flush( );
     }
  }

How do I do that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T07:43:30+00:00Added an answer on May 26, 2026 at 7:43 am

    Perhaps simply redirecting would solve your problem.

    Response.Redirect("http://www.google.com/intl/en_com/images/srpr/logo3w.png");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In xaml if have the following: <Setter Property=Source Value=Image/somehing.png/> And use that to create
I have following style in a xaml file: <Style x:Key=LabelText TargetType=TextBlock> <Setter Property=FontFamily Value=Segoe
I have the following xaml: <DockPanel> <DockPanel.Resources> <Style TargetType=Button> <Style.Triggers> <Trigger Property=IsMouseOver Value=True> <Setter
In App.xaml, I have the following code: <Application.Resources> <Style x:Key=LabelTemplate TargetType={x:Type Label}> <Setter Property=Height
I have the following code: <TabItem Name=tabItemGeneral> <TabItem.Triggers> <Trigger Property=IsSelected Value=True> <Setter TargetName=tabGeneralImg Property=Source
I have a DataGrid style in App.xaml: <Style TargetType={x:Type DataGrid}> <Setter Property=Foreground Value={StaticResource DataGridItemTextBrush}
I have the following XAML: <UserControl x:Class=EMS.Controls.Dictionary.TOCControl xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml xmlns:vm=clr-namespace:EMS.Controls.Dictionary.Models xmlns:diagnostics=clr-namespace:System.Diagnostics;assembly=WindowsBase x:Name=root > <TreeView
I have the following code: <Window x:Class=kkk.MainWindow xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml Title=MainWindow Height=350 Width=525> <Window.Resources> <Style
I have the following ResourceDictionary: <ResourceDictionary xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml> <Style x:Key=StyleComboBox TargetType={x:Type ComboBox}> <Setter Property=BorderBrush
I have the following xaml: <Window x:Class=Retail_Utilities.Dialogs.AdjustPriceDialog xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml ShowInTaskbar=False WindowStartupLocation=CenterOwner Name=Adjust_Price Title=Adjust Price

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.