c# - How to add media namespace in xml which is create by web API? -
i want xml as
<?xml version="1.0" encoding="utf-8" ?xmlns:media="http://search.yahoo.com/mrss/"> ans how create element
<media:group><media:thumbnail url="http://school.edu/navigation/image.jpg" width="90" height="90" /></media:group> using system.servicemodel.syndication dll..
Comments
Post a Comment