{"id":434,"date":"2021-04-07T12:47:16","date_gmt":"2021-04-07T12:47:16","guid":{"rendered":"https:\/\/turtleflyblog.com\/?p=434"},"modified":"2022-02-28T09:23:48","modified_gmt":"2022-02-28T09:23:48","slug":"c-flurl","status":"publish","type":"post","link":"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/","title":{"rendered":"C# Uri\u4e32\u63a5\u53c3\u6578\u7684\u597d\u5de5\u5177Flurl"},"content":{"rendered":"\n
\u7576\u6211\u5011\u4f7f\u7528HttpClient\u547c\u53ebweb api\u548cURL\u6642\u3002\u6211\u5011\u5f80\u5f80\u6703\u7528string\u65b9\u5f0f\u4f86\u8a2d\u5b9a\u8a72URL\u7684\u53c3\u6578-\u5982id\u503c\u7b49\u7b49\uff0c\u4f8b\u5982\u4ee5\u4e0b:<\/p>\n\n\n\n \u7d50\u679c\u5982\u4e0b<\/p>\n\n\n\n \u53ef\u7528string.format\u65b9\u5f0f\u6216C# 6\u63d0\u4f9b\u7684\u65b9\u6cd5\u50b3\u5165\u53c3\u6578\u3002\u7136\u800c\u9019\u4e9b\u65b9\u6cd5\u4e5f\u7522\u751f\u4e86\u4e00\u500b\u56b4\u91cd\u7684\u554f\u984c-\u53ef\u8b80\u6027\u3002\u7576\u53c3\u6578\u8d8a\u591a\uff0c\u8a72URL string\u4e5f\u8d8a\u5197\u9577\u66f4\u4e82\u3002\u672c\u6587\u63a8\u85a6\u4e00\u500b\u597d\u7528\u7684\u5eab-Flurl\u3002<\/p>\n\n\n\n Flurl\u53ef\u7531nuget\u4e0b\u8f09<\/p>\n\n\n\n PM> Install-Package Flurl<\/p>\n\n\n\n \u6216\u4e5f\u53ef\u7528dotnet cli\u65b9\u5f0f\u4e0b\u8f09<\/p>\n\n\n\n dotnet add package Flurl<\/p>\n\n\n\n \u4e0b\u8f09Flurl\u5f8c\u53ef\u4fee\u6539\u548c\u7cbe\u7c21\u4ee5\u4e0a\u7a0b\u5f0f\u78bc\u5982\u4e0b<\/p>\n\n\n\n \u4ee5\u4e0a\u7a0b\u5f0f\u78bc\u4e3b\u8981\u900f\u904eAppendPathSegment\u548cSetQueryParam\u5169\u500bFlurl\u5eab\u63d0\u4f9b\u7684\u65b9\u6cd5\uff0c\u4f86\u7d44\u5408Url\u7684Path\u548cQueryString\u3002\u6211\u5011\u4e5f\u53ef\u4f9d\u60c5\u6cc1\u522a\u6e1bQueryString\u3002<\/p>\n\n\n\n \u53e6\u5916\u4e5f\u53ef\u4ee5\u7528SetQueryParams\u65b9\u6cd5\uff0c\u8a72\u65b9\u6cd5\u53ef\u63a5\u53d7\u985e\u5225\u6216\u4efb\u4f55\u6709\u9375\u503c\u7684\u96c6\u5408-\u5982(\u5b57\u5178Dict\u6216\u5143\u7956Tuples)<\/p>\n\n\n\n \u5be6\u4f5c\u548c\u5b78\u7fd2Flurl\u5eab\u63d0\u4f9b\u7684\u65b9\u6cd5\u4e26\u4e0d\u6703\u82b1\u592a\u591a\u6642\u9593\uff0c\u6709\u6548\u7684\u4f7f\u7528\u8a72\u5eab(Flurl)\u53ef\u589e\u52a0\u7a0b\u5f0f\u78bc\u7684\u53ef\u8b80\u6027\u3002<\/p>\n","protected":false},"excerpt":{"rendered":" \u7576\u6211\u5011\u4f7f\u7528HttpClient\u547c\u53ebweb api\u548cURL\u6642\u3002\u6211\u5011\u5f80\u5f80\u6703\u7528string\u65b9\u5f0f\u4f86\u8a2d\u5b9a\u8a72URL\u7684\u53c3\u6578-\u5982id\u503c\u7b49\u7b49\uff0c\u4f8b\u5982\u4ee5\u4e0b: \u7d50\u679c\u5982\u4e0b \u53ef\u7528string.format\u65b9\u5f0f\u6216C# 6\u63d0\u4f9b\u7684\u65b9\u6cd5\u50b3\u5165\u53c3\u6578\u3002\u7136\u800c\u9019\u4e9b\u65b9\u6cd5\u4e5f\u7522\u751f\u4e86\u4e00\u500b\u56b4\u91cd\u7684\u554f\u984c-\u53ef\u8b80\u6027\u3002\u7576\u53c3\u6578\u8d8a\u591a\uff0c\u8a72URL string\u4e5f\u8d8a\u5197\u9577\u66f4\u4e82\u3002\u672c\u6587\u63a8\u85a6\u4e00\u500b\u597d\u7528\u7684\u5eab-Flurl\u3002 Flurl\u53ef\u7531nuget\u4e0b\u8f09 PM> Install-Package Flurl \u6216\u4e5f\u53ef\u7528dotnet cli\u65b9\u5f0f\u4e0b\u8f09 dotnet add package Flurl \u4e0b\u8f09Flurl\u5f8c\u53ef\u4fee\u6539\u548c\u7cbe\u7c21\u4ee5\u4e0a\u7a0b\u5f0f\u78bc\u5982\u4e0b \u4ee5\u4e0a\u7a0b\u5f0f\u78bc\u4e3b\u8981\u900f\u904eAppendPathSegment\u548cSetQueryParam\u5169\u500bFlurl\u5eab\u63d0\u4f9b\u7684\u65b9\u6cd5\uff0c\u4f86\u7d44\u5408Url\u7684Path\u548cQueryString\u3002\u6211\u5011\u4e5f\u53ef\u4f9d\u60c5\u6cc1\u522a\u6e1bQueryString\u3002 \u53e6\u5916\u4e5f\u53ef\u4ee5\u7528SetQueryParams\u65b9\u6cd5\uff0c\u8a72\u65b9\u6cd5\u53ef\u63a5\u53d7\u985e\u5225\u6216\u4efb\u4f55\u6709\u9375\u503c\u7684\u96c6\u5408-\u5982(\u5b57\u5178Dict\u6216\u5143\u7956Tuples) \u5be6\u4f5c\u548c\u5b78\u7fd2Flurl\u5eab\u63d0\u4f9b\u7684\u65b9\u6cd5\u4e26\u4e0d\u6703\u82b1\u592a\u591a\u6642\u9593\uff0c\u6709\u6548\u7684\u4f7f\u7528\u8a72\u5eab(Flurl)\u53ef\u589e\u52a0\u7a0b\u5f0f\u78bc\u7684\u53ef\u8b80\u6027\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[38],"tags":[],"class_list":["post-434","post","type-post","status-publish","format-standard","hentry","category-pg"],"yoast_head":"\n<\/figure>\n\n\n\n
<\/figure>\n\n\n\n
<\/figure>\n\n\n\n
<\/figure>\n\n\n\n
<\/figure>\n\n\n\n