Read CSS in VB.net code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • steve

    #1

    Read CSS in VB.net code

    Is there an object that I can instantiate to read a CSS? We have some
    webpages that we build dynamically in VB.net code and apply such things as
    color, background color, font etc. to directly in the code. I would like to
    be able to read a CSS and pull out what I need from that. Is there a way to
    do this?


    Thanks!
    Steve


  • Anthony Merante

    #2
    Re: Read CSS in VB.net code

    i dont think there is but it'd be nice if there was one (hint, hint)!

    Can you use XML to define those css style rules?



    "steve" <smiller@iasyst ems.com> wrote in message
    news:eBso%23EuR GHA.5108@TK2MSF TNGP09.phx.gbl. ..[color=blue]
    > Is there an object that I can instantiate to read a CSS? We have some
    > webpages that we build dynamically in VB.net code and apply such things as
    > color, background color, font etc. to directly in the code. I would like
    > to be able to read a CSS and pull out what I need from that. Is there a
    > way to do this?
    >
    >
    > Thanks!
    > Steve
    >[/color]


    Comment

    • Cor Ligthert [MVP]

      #3
      Re: Read CSS in VB.net code

      Steve,

      As you can write a file, than in my opinion can you as well always read a
      fill. What is it we miss?

      Cor


      "steve" <smiller@iasyst ems.com> schreef in bericht
      news:eBso%23EuR GHA.5108@TK2MSF TNGP09.phx.gbl. ..[color=blue]
      > Is there an object that I can instantiate to read a CSS? We have some
      > webpages that we build dynamically in VB.net code and apply such things as
      > color, background color, font etc. to directly in the code. I would like
      > to be able to read a CSS and pull out what I need from that. Is there a
      > way to do this?
      >
      >
      > Thanks!
      > Steve
      >[/color]


      Comment

      Working...